Skip to content

Commit de0d5d6

Browse files
committed
security: Pin litellm to safe version 1.82.6
1 parent bc65972 commit de0d5d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)