community[patch]: Release 0.0.26 (#18683)

This commit is contained in:
Bagatur 2024-03-06 09:41:18 -08:00 committed by GitHub
parent b9f3c7a0c9
commit 4cbfeeb1c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -9181,4 +9181,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "d110eaaa4ecba8f6ed7faa2577b058c1f7c74171a6dbc53bc880f3c8598fc34b"
content-hash = "04a08fbbbd06562cc5e86a43ec58c98c204bb40fb7ba8983064c33120675e232"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.25"
version = "0.0.26"
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.28"
langchain-core = "^0.1.29"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"