Skip to content

Commit

Permalink
LangServe: Update langchain requirement for publishing (#11186)
Browse files Browse the repository at this point in the history
Update langchain requirement for publishing
  • Loading branch information
eyurtsev authored Sep 28, 2023
1 parent 176d71d commit b3cf9c8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 50 deletions.
75 changes: 26 additions & 49 deletions libs/langserve/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">3.8.1,<4"
httpx = "^0.25.0"
langchain = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/langchain" }
fastapi = {version = ">0.90.1", optional = true}
sse-starlette = {version = "^1.6.5", optional = true}
httpx-sse = {version = "^0.3.1", optional = true}
pydantic = "^1"
langchain = "^0.0.304"

[tool.poetry.group.dev.dependencies]
jupyterlab = "^3.6.1"
Expand Down

0 comments on commit b3cf9c8

Please sign in to comment.