Skip to content

Commit 5469fb4

Browse files
committed
pin litellm fix
1 parent af7f715 commit 5469fb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most recent releases are shown at the top. Each release shows:
1515
- N/A
1616

1717
### fixed:
18-
- Pin to `litellm<=1.82.6` due to [this](https://github.com/BerriAI/litellm/issues/24512)
18+
- Pin to `litellm<=1.82.3` due to [this](https://github.com/BerriAI/litellm/issues/24512)
1919

2020
## 0.21.8 (2026-03-23)
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"litellm<=1.82.6",
28+
"litellm<=1.82.3",
2929
"requests>=2.31.0",
3030
"beautifulsoup4>=4.12.0",
3131
"ddgs>=1.0.0",

0 commit comments

Comments
 (0)