langchain[patch]: bump community >=0.0.8,<0.1 (#15492)

pull/15501/head v0.0.354
Bagatur 5 months ago committed by GitHub
parent 8b7d6531a5
commit 6e90b7a91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
langchain-core==0.1.5
langchain-community==0.0.2
langchain-community==0.0.8

@ -3457,7 +3457,7 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
dataclasses-json = ">= 0.5.7, < 0.7"
langchain-core = "^0.1"
langchain-core = ">=0.1.5,<0.2"
langsmith = "~0.0.63"
numpy = "^1"
PyYAML = ">=5.3"
@ -9103,4 +9103,4 @@ text-helpers = ["chardet"]
[metadata]
lock-version = "2.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]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.5,<0.2"
langchain-community = ">=0.0.2,<0.1"
langchain-community = ">=0.0.8,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"

Loading…
Cancel
Save