Skip to content

Commit 8ecb728

Browse files
Merge pull request aden-hive#6784 from aden-hive/fix/pin-litellm-1.81.7
security: pin litellm==1.81.7 to block supply chain attack
2 parents 89ccc66 + 4a2141b commit 8ecb728

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"pydantic>=2.0",
99
"anthropic>=0.40.0",
1010
"httpx>=0.27.0",
11-
"litellm>=1.81.0",
11+
"litellm==1.81.7", # pinned: supply chain attack in >=1.82.7 (adenhq/hive#6783)
1212
"mcp>=1.0.0",
1313
"fastmcp>=2.0.0",
1414
"croniter>=1.4.0",

tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"python-dotenv>=1.0.0",
2929
"playwright>=1.40.0",
3030
"playwright-stealth>=1.0.5",
31-
"litellm>=1.81.0",
31+
"litellm==1.81.7", # pinned: supply chain attack in >=1.82.7 (adenhq/hive#6783)
3232
"dnspython>=2.4.0",
3333
"resend>=2.0.0",
3434
"asana>=3.2.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)