mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
langchain[patch]: bump community >=0.0.8,<0.1 (#15492)
This commit is contained in:
parent
8b7d6531a5
commit
6e90b7a91b
@ -1,2 +1,2 @@
|
|||||||
langchain-core==0.1.5
|
langchain-core==0.1.5
|
||||||
langchain-community==0.0.2
|
langchain-community==0.0.8
|
||||||
|
4
libs/langchain/poetry.lock
generated
4
libs/langchain/poetry.lock
generated
@ -3457,7 +3457,7 @@ develop = true
|
|||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
aiohttp = "^3.8.3"
|
aiohttp = "^3.8.3"
|
||||||
dataclasses-json = ">= 0.5.7, < 0.7"
|
dataclasses-json = ">= 0.5.7, < 0.7"
|
||||||
langchain-core = "^0.1"
|
langchain-core = ">=0.1.5,<0.2"
|
||||||
langsmith = "~0.0.63"
|
langsmith = "~0.0.63"
|
||||||
numpy = "^1"
|
numpy = "^1"
|
||||||
PyYAML = ">=5.3"
|
PyYAML = ">=5.3"
|
||||||
@ -9103,4 +9103,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 = "8276073595c464e59e6107ade0919a155d95b8ca1fe176430b393522aa4ef3e0"
|
content-hash = "00dbfc7d9700a8ad488f42c4100abf615067e873bb6593b13a34738248606e83"
|
||||||
|
@ -13,7 +13,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.5,<0.2"
|
langchain-core = ">=0.1.5,<0.2"
|
||||||
langchain-community = ">=0.0.2,<0.1"
|
langchain-community = ">=0.0.8,<0.1"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
requests = "^2"
|
requests = "^2"
|
||||||
|
Loading…
Reference in New Issue
Block a user