Skip to content

Commit

Permalink
langchain,community[patch]: release with bumped core (#27854)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Nov 4, 2024
1 parent 9fdeb74 commit 76e1dc7
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 180 deletions.
122 changes: 58 additions & 64 deletions libs/community/poetry.lock

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

8 changes: 5 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.2.17"
version = "0.2.18"
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.8.1,<4.0"
langchain-core = "^0.2.39"
langchain = "^0.2.16"
langchain-core = "^0.2.43"
langchain = "^0.2.17"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down Expand Up @@ -103,6 +103,8 @@ vcrpy = "^6"
ruff = "^0.5"
# TODO: hack to fix 3.9 builds
cffi = [{version = "<1.17.1", python="<3.10"}, {version = "*", python=">=3.10"}]
# TODO: hack to fix 3.12 builds
orjson = "<3.10.0"


[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit 76e1dc7

Please sign in to comment.