mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
langchain[patch]: bump core dep to 0.1.9 (#16104)
This commit is contained in:
parent
62a2e9ee19
commit
3d34347a85
@ -1,2 +1,2 @@
|
|||||||
langchain-core==0.1.7
|
langchain-core==0.1.9
|
||||||
langchain-community==0.0.13
|
langchain-community==0.0.13
|
||||||
|
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -9128,4 +9128,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 = "2bc2d6bec75e54bc4dc09a5db31c05eef3c2756ee3ddedccdb6165becaa505be"
|
content-hash = "56656496974df81ce802cecd9a710bcf3bf9807b3496da4cea33a9a6e4146e86"
|
||||||
|
@ -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.7,<0.2"
|
langchain-core = ">=0.1.9,<0.2"
|
||||||
langchain-community = ">=0.0.13,<0.1"
|
langchain-community = ">=0.0.13,<0.1"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
|
Loading…
Reference in New Issue
Block a user