mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
langchain: fix core dep (#21128)
This commit is contained in:
parent
6c938da302
commit
14422a4220
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -9404,4 +9404,4 @@ text-helpers = ["chardet"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "92ee5978ae611b0a547de6704f3978dacae0300ac4d6aab146801d54f8af219e"
|
||||
content-hash = "2bf87f7ece6620c811b42e504328982ba572bced51c9afec4d64a48d5759415f"
|
||||
|
@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = "^0.1.42"
|
||||
langchain-core = "^0.1.48"
|
||||
langchain-text-splitters = ">=0.0.1,<0.1"
|
||||
langchain-community = ">=0.0.36,<0.1"
|
||||
langsmith = "^0.1.17"
|
||||
|
Loading…
Reference in New Issue
Block a user