community: release 0.2.17

This commit is contained in:
Erick Friis
2024-09-12 21:49:19 -07:00
parent 28ad244e77
commit 6336de486f
2 changed files with 604 additions and 538 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]
name = "langchain-community"
version = "0.2.16"
version = "0.2.17"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@@ -30,7 +30,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.38"
langchain-core = "^0.2.39"
langchain = "^0.2.16"
SQLAlchemy = ">=1.4,<3"
requests = "^2"