community[patch]: Release 0.0.22 (#17994)

This commit is contained in:
Bagatur 2024-02-22 21:35:04 -08:00 committed by GitHub
parent cc0290fdf3
commit b46d6b04e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -3650,7 +3650,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.24"
version = "0.1.26"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -9162,4 +9162,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "5fdd9b2eb766411463fa27e19433daf5d5325f2af01ddd93b6a594e3e02a31de"
content-hash = "200df001a4e2099d4c41040984391acbdbc5719a072f80e3ee929221a7e8dfeb"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.21"
version = "0.0.22"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.24,<0.2"
langchain-core = ">=0.1.26,<0.2"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"