community[patch]: Release 0.2.9 (#24453)

This commit is contained in:
Bagatur 2024-07-19 12:50:22 -07:00 committed by GitHub
parent 27ad6a4bb3
commit 842065a9cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2146,7 +2146,7 @@ url = "../langchain"
[[package]]
name = "langchain-core"
version = "0.2.20"
version = "0.2.22"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -5759,4 +5759,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "432e9be25dd09ad35f57892d2333931c22050152dab6c2f979f0933c7e3df5b0"
content-hash = "7755e46a5239dc88c52f49ac337d573090728fc8a3b1f3465fcd4a9f18c5aaec"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-community"
version = "0.2.8"
version = "0.2.9"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@ -26,7 +26,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.20"
langchain-core = "^0.2.22"
langchain = "^0.2.9"
SQLAlchemy = ">=1.4,<3"
requests = "^2"