We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7f715 commit 5469fb4Copy full SHA for 5469fb4
2 files changed
CHANGELOG.md
@@ -15,7 +15,7 @@ Most recent releases are shown at the top. Each release shows:
15
- N/A
16
17
### fixed:
18
-- Pin to `litellm<=1.82.6` due to [this](https://github.com/BerriAI/litellm/issues/24512)
+- Pin to `litellm<=1.82.3` due to [this](https://github.com/BerriAI/litellm/issues/24512)
19
20
## 0.21.8 (2026-03-23)
21
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
requires-python = ">=3.10"
27
dependencies = [
28
- "litellm<=1.82.6",
+ "litellm<=1.82.3",
29
"requests>=2.31.0",
30
"beautifulsoup4>=4.12.0",
31
"ddgs>=1.0.0",
0 commit comments