community: release 0.3.10 (#28600)

This commit is contained in:
Erick Friis 2024-12-06 16:07:13 -08:00 committed by GitHub
parent 4a7dc6ec4c
commit 07c2ac765a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 542 additions and 546 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-community" name = "langchain-community"
version = "0.3.9" version = "0.3.10"
description = "Community contributed LangChain integrations." description = "Community contributed LangChain integrations."
authors = [] authors = []
license = "MIT" license = "MIT"
@ -30,8 +30,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = "^0.3.21" langchain-core = "^0.3.22"
langchain = "^0.3.8" langchain = "^0.3.10"
SQLAlchemy = ">=1.4,<3" SQLAlchemy = ">=1.4,<3"
requests = "^2" requests = "^2"
PyYAML = ">=5.3" PyYAML = ">=5.3"