community: release 0.2.7 (prev was langchain) (#23997)

This commit is contained in:
Erick Friis 2024-07-09 01:43:32 +02:00 committed by GitHub
parent 9f8fd08955
commit e80c150c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 604 additions and 569 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.2.6" version = "0.2.7"
description = "Community contributed LangChain integrations." description = "Community contributed LangChain integrations."
authors = [] authors = []
license = "MIT" license = "MIT"
@ -26,8 +26,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = "^0.2.10" langchain-core = "^0.2.12"
langchain = "^0.2.6" langchain = "^0.2.7"
SQLAlchemy = ">=1.4,<3" SQLAlchemy = ">=1.4,<3"
requests = "^2" requests = "^2"
PyYAML = ">=5.3" PyYAML = ">=5.3"