Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 6, 2024
1 parent 29a72da commit fddc202
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 61 deletions.
65 changes: 6 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ exclude = ["langserve/playground,langserve/chat_playground"]
include = ["langserve/playground/dist/**/*", "langserve/chat_playground/dist/**/*"]

[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.9"
httpx = ">=0.23.0" # May be able to decrease this version
fastapi = {version = ">=0.90.1,<1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
pydantic = ">=2"
langchain-core = ">=0.1,<0.3"
langchain-core = "0.3.0dev2"
orjson = ">=2"
pyproject-toml = "^0.0.10"

Expand Down

0 comments on commit fddc202

Please sign in to comment.