mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
update langserve to v0.0.30 (#13673)
Upgrade langserve template version to 0.0.30 to include new improvements
This commit is contained in:
@@ -11,7 +11,7 @@ packages = [
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
uvicorn = "^0.23.2"
|
uvicorn = "^0.23.2"
|
||||||
langserve = {extras = ["server"], version = ">=0.0.22"}
|
langserve = {extras = ["server"], version = ">=0.0.30"}
|
||||||
pydantic = "<2"
|
pydantic = "<2"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user