Skip to content

Commit

Permalink
community[patch]: release 0.3.7 (#28061)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Nov 12, 2024
1 parent 5460096 commit 15b7dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
26 changes: 3 additions & 23 deletions libs/community/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-community"
version = "0.3.6"
version = "0.3.7"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand All @@ -30,7 +30,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.16"
langchain-core = "^0.3.17"
langchain = "^0.3.7"
SQLAlchemy = ">=1.4,<2.0.36"
requests = "^2"
Expand Down

0 comments on commit 15b7dd3

Please sign in to comment.