mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
langchain: core min version (#21506)
This commit is contained in:
parent
81ae184cc9
commit
02701c277f
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user