Skip to content

Commit 76e1dc7

Browse files
authored
langchain,community[patch]: release with bumped core (#27854)
1 parent 9fdeb74 commit 76e1dc7

File tree

4 files changed

+210
-180
lines changed

4 files changed

+210
-180
lines changed

Diff for: libs/community/poetry.lock

+58-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: libs/community/pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-community"
7-
version = "0.2.17"
7+
version = "0.2.18"
88
description = "Community contributed LangChain integrations."
99
authors = []
1010
license = "MIT"
@@ -30,8 +30,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
3030

3131
[tool.poetry.dependencies]
3232
python = ">=3.8.1,<4.0"
33-
langchain-core = "^0.2.39"
34-
langchain = "^0.2.16"
33+
langchain-core = "^0.2.43"
34+
langchain = "^0.2.17"
3535
SQLAlchemy = ">=1.4,<3"
3636
requests = "^2"
3737
PyYAML = ">=5.3"
@@ -103,6 +103,8 @@ vcrpy = "^6"
103103
ruff = "^0.5"
104104
# TODO: hack to fix 3.9 builds
105105
cffi = [{version = "<1.17.1", python="<3.10"}, {version = "*", python=">=3.10"}]
106+
# TODO: hack to fix 3.12 builds
107+
orjson = "<3.10.0"
106108

107109

108110
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)