langchain: bump min core version (#25418)

This commit is contained in:
ccurme 2024-08-14 18:51:35 -04:00 committed by GitHub
parent 1050e890c6
commit df632b8cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4711,4 +4711,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[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 = "2439e88ef92c6ce5df913542f4244f1d683316a4e34690f179c088b24dd9a7f5" content-hash = "6503a7f00cec168c1c1b165ac5fa01cd239f20e0437225176683c98100e36d33"

View File

@ -33,7 +33,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.2.30" langchain-core = "^0.2.31"
langchain-text-splitters = "^0.2.0" langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17" langsmith = "^0.1.17"
pydantic = ">=1,<3" pydantic = ">=1,<3"