mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
langchain[patch]: bump community to 0.0.21 (#17754)
This commit is contained in:
parent
441448372d
commit
da7bca2178
6
libs/langchain/poetry.lock
generated
6
libs/langchain/poetry.lock
generated
@ -3446,7 +3446,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-community"
|
name = "langchain-community"
|
||||||
version = "0.0.20"
|
version = "0.0.21"
|
||||||
description = "Community contributed LangChain integrations."
|
description = "Community contributed LangChain integrations."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
@ -3456,7 +3456,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.21,<0.2"
|
langchain-core = ">=0.1.24,<0.2"
|
||||||
langsmith = "^0.1.0"
|
langsmith = "^0.1.0"
|
||||||
numpy = "^1"
|
numpy = "^1"
|
||||||
PyYAML = ">=5.3"
|
PyYAML = ">=5.3"
|
||||||
@ -9150,4 +9150,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 = "fe87b11389305796e6942af6b3e86632d8ba7fdc75b2ab93d7a9a566e3c71086"
|
content-hash = "417ecc70e983739852f1556da647cf6c97ae6236b670d37227a19d1be92cb66d"
|
||||||
|
@ -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.24,<0.2"
|
langchain-core = ">=0.1.24,<0.2"
|
||||||
langchain-community = ">=0.0.20,<0.1"
|
langchain-community = ">=0.0.21,<0.1"
|
||||||
langsmith = "^0.1.0"
|
langsmith = "^0.1.0"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
|
Loading…
Reference in New Issue
Block a user