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:
Taksh Kothari
2026-06-29 21:26:35 +05:30
committed by GitHub
parent abd7d69724
commit 0fbd4837c8
+1 -1
View File
@@ -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",