Skip to content

Commit 965c009

Browse files
authored
Merge pull request #237 from bsatapat-jpg/fix/litellm-cve-0.5.0
fix: upgrade litellm to 1.83.14 to address critical security vulnerability
2 parents f6d5f8f + 241f97d commit 965c009

3 files changed

Lines changed: 309 additions & 201 deletions

File tree

lsc_agent_eval/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"httpx>=0.27.2",
1313
"tqdm>=4.67.1",
1414
"pyyaml>=6.0",
15-
"litellm>=1.0.0",
15+
"litellm>=1.83.7,<=1.83.14",
1616
]
1717

1818
[dependency-groups]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
# Core evaluation framework dependencies
1212
"ragas>=0.3.0",
1313
"deepeval>=1.3.0",
14-
"litellm>=1.0.0",
14+
"litellm>=1.83.7,<=1.83.14",
1515
"pydantic>=2.0.0",
1616
"pyyaml>=6.0",
1717
"pandas>=2.1.4",

0 commit comments

Comments
 (0)