Skip to content

Commit fae4ca4

Browse files
committed
fix: pin liteLLM upper bound to 1.82.6 to mitigate supply chain attack
liteLLM versions 1.82.7 and 1.82.8 were compromised by the TeamPCP group via a supply chain attack. This pins the upper bound to the last known safe version. References: - BerriAI/litellm#24512 - https://osv.dev/vulnerability/MAL-2026-2144
1 parent 4b38c86 commit fae4ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo/Evaluator/Custom LLM-as-a-Judge/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"jinja2>=3.1.0",
1111
"jsonschema>=4.23.0",
1212
"jupyterlab>=4.4.1",
13-
"litellm>=1.67.1",
13+
"litellm>=1.67.1, <=1.82.6",
1414
"openai>=1.76.0",
1515
"peft>=0.15.2",
1616
"torch>=2.0.0",

0 commit comments

Comments
 (0)