Skip to content

Commit bf88ddf

Browse files
authored
Merge pull request #23 from SharedIntellect/security/pin-litellm-1.82.0
SECURITY: Pin litellm==1.82.0 — v1.82.8 supply chain compromise
2 parents b882d21 + d1711c1 commit bf88ddf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

reference-implementation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
license = {text = "MIT"}
1515
requires-python = ">=3.10"
1616
dependencies = [
17-
"litellm>=1.40.0",
17+
"litellm==1.82.0", # PINNED: 1.82.8 confirmed compromised (2026-03-24),
1818
"pydantic>=2.0.0",
1919
"pyyaml>=6.0.0",
2020
"click>=8.0.0",

reference-implementation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core dependencies
2-
litellm>=1.40.0
2+
litellm==1.82.0 # PINNED: 1.82.8 confirmed compromised (2026-03-24)
33
pydantic>=2.0.0
44
pyyaml>=6.0.0
55
click>=8.0.0

0 commit comments

Comments
 (0)