many: use core 0.3.15 (#27834)

This commit is contained in:
Bagatur
2024-11-01 13:35:55 -07:00
committed by GitHub
parent c3c638cd7b
commit ee63d21915
22 changed files with 545 additions and 443 deletions

View File

@@ -1,3 +1,7 @@
[build-system]
requires = [ "poetry-core",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "__package_name__"
version = "0.0.1"
@@ -5,21 +9,16 @@ description = ""
authors = []
readme = "README.md"
[tool.langserve]
export_module = "__module_name__"
export_attr = "chain"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.15"
langchain-openai = ">=0.0.1"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.4"
fastapi = "^0.104.0"
sse-starlette = "^1.6.5"
[tool.langserve]
export_module = "__module_name__"
export_attr = "chain"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"