mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +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:
parent
c6937a2eb4
commit
249c796785
@ -11,7 +11,7 @@ packages = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
uvicorn = "^0.23.2"
|
||||
langserve = {extras = ["server"], version = ">=0.0.22"}
|
||||
langserve = {extras = ["server"], version = ">=0.0.30"}
|
||||
pydantic = "<2"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user