Skip to content

Commit f049276

Browse files
abossardCopilot
andcommitted
SECURITY: Pin litellm to safe versions (supply chain attack)
litellm PyPI versions 1.82.7 and 1.82.8 were compromised by attacker TeamPCP with credential-stealing malware. See: BerriAI/litellm#24518 Pinned to known-safe versions: - backend: litellm==1.82.1 - notebooks: litellm==1.82.6 Do NOT upgrade until BerriAI confirms PyPI is clean. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f234396 commit f049276

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ langchain-openai>=0.3.0
1414
jsonschema>=4.20.0
1515
pandas>=2.0.0
1616
APScheduler>=3.10.4
17-
litellm>=1.50.0
17+
litellm==1.82.1
1818
langchain-litellm>=0.3.0

notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dspy>=2.6.0
2-
litellm>=1.50.0
2+
litellm==1.82.6
33
python-dotenv>=1.0.0
44
ipywidgets>=8.0.0
55
plotly>=5.18.0

0 commit comments

Comments
 (0)