Skip to content

Commit

Permalink
core[patch],langchain[patch],community[patch]: Bump version dependenc…
Browse files Browse the repository at this point in the history
…y of tenacity to >=8.1.0,!=8.4.0,<10 (#27201)

This should fixes the compatibility issue with graprag as in

- #25595

Here are the release notes for tenacity 9
(https://github.com/jd/tenacity/releases/tag/9.0.0)

---------

Signed-off-by: Zihao Diao <hi@ericdiao.com>
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent d05fdd9 commit 4553573
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 184 deletions.
349 changes: 177 additions & 172 deletions libs/community/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
aiohttp = "^3.8.3"
tenacity = "^8.1.0,!=8.4.0"
tenacity = ">=8.1.0,!=8.4.0,<10"
dataclasses-json = ">= 0.5.7, < 0.7"
pydantic-settings = "^2.4.0"
langsmith = "^0.1.125"
Expand Down
8 changes: 4 additions & 4 deletions libs/core/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ target-version = "py39"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langsmith = "^0.1.125"
tenacity = "^8.1.0,!=8.4.0"
tenacity = ">=8.1.0,!=8.4.0,<10.0.0"
jsonpatch = "^1.33"
PyYAML = ">=5.3"
packaging = ">=23.2,<25"
Expand Down
10 changes: 5 additions & 5 deletions libs/langchain/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
aiohttp = "^3.8.3"
tenacity = "^8.1.0,!=8.4.0"
tenacity = ">=8.1.0,!=8.4.0,<10"
[[tool.poetry.dependencies.numpy]]
version = "^1"
python = "<3.12"
Expand Down

0 comments on commit 4553573

Please sign in to comment.