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] [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 = "d110eaaa4ecba8f6ed7faa2577b058c1f7c74171a6dbc53bc880f3c8598fc34b" content-hash = "04a08fbbbd06562cc5e86a43ec58c98c204bb40fb7ba8983064c33120675e232"

View File

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