mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-18 12:58:59 +00:00
langchain: bump min core version (#25418)
This commit is contained in:
parent
1050e890c6
commit
df632b8cde
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -4711,4 +4711,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "2439e88ef92c6ce5df913542f4244f1d683316a4e34690f179c088b24dd9a7f5"
|
||||
content-hash = "6503a7f00cec168c1c1b165ac5fa01cd239f20e0437225176683c98100e36d33"
|
||||
|
@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = "^0.2.30"
|
||||
langchain-core = "^0.2.31"
|
||||
langchain-text-splitters = "^0.2.0"
|
||||
langsmith = "^0.1.17"
|
||||
pydantic = ">=1,<3"
|
||||
|
Loading…
Reference in New Issue
Block a user