Skip to content

Commit

Permalink
community[patch]: Release 0.3.11 (#28658)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Dec 10, 2024
1 parent 91227ad commit d0e662e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions libs/community/poetry.lock

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

6 changes: 3 additions & 3 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.10"
version = "0.3.11"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand All @@ -30,8 +30,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.22"
langchain = "^0.3.10"
langchain-core = "^0.3.24"
langchain = "^0.3.11"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit d0e662e

Please sign in to comment.