community[patch]: release 0.0.25 (#18408)

This commit is contained in:
Erick Friis 2024-03-01 16:56:04 -08:00 committed by GitHub
parent 44b33fcc76
commit 1fd1ac8e95
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 = "7af07f4d9c43d4bc23fe11776bc1afd9874f6c3696bffb063b6453e9862dc4df"
content-hash = "d64381a1891a09e6215818c25ba7ca7b14a8708351695feab9ae53f4485f3b3e"

View File

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