Skip to content

Commit 3a3636f

Browse files
Merge pull request #144 from aidenerdogan/security/pin-litellm-safe-version
security: Pin litellm to safe version 1.82.6
2 parents bc65972 + de0d5d6 commit 3a3636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"anthropic",
3131
"openai",
3232
"pydantic",
33-
"litellm",
33+
"litellm==1.82.6", # Pin to safe version - DO NOT UPDATE - versions 1.82.7 and 1.82.8 compromised with malware
3434
"gradio",
3535
"loguru",
3636
]

0 commit comments

Comments
 (0)