Pin litellm to a minimum safe version. (#1432)
Require litellm>=1.44.12 to avoid resolving to versions with known CVEs while keeping existing exclusions for broken releases. Fixes #1429. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ dependencies = [
|
||||
"pydantic",
|
||||
"python-dotenv",
|
||||
"pydantic_settings",
|
||||
"litellm!=1.82.7,!=1.82.8",
|
||||
"litellm>=1.44.12,!=1.82.7,!=1.82.8",
|
||||
"GitPython",
|
||||
"ghapi",
|
||||
"swe-rex>=1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user