langchain: core min version (#21506)

This commit is contained in:
Erick Friis 2024-05-09 13:45:44 -07:00 committed by GitHub
parent 81ae184cc9
commit 02701c277f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9376,4 +9376,4 @@ text-helpers = ["chardet"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "8dccd19de9644516c21ac1e793724181d5dfac8551b1886e7711abad47d96cd8" content-hash = "5c582a63448911a8db317ead65a5a87b6c3fc6df52731892300189521c7de3f3"

View File

@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = "^0.1.48" langchain-core = "^0.1.52"
langchain-text-splitters = ">=0.0.1,<0.1" langchain-text-splitters = ">=0.0.1,<0.1"
langsmith = "^0.1.17" langsmith = "^0.1.17"
pydantic = ">=1,<3" pydantic = ">=1,<3"