mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
pin litellm>=1.83.7,<2.0.0: CVE-2026-42271 fixed in 1.83.7; the range also excludes the PYSEC-2026-2 compromised 1.82.7/1.82.8 releases
This commit is contained in:
parent
618c8461da
commit
877ce7e430
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ authors = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"litellm>=1.70.0,<1.82.7", # pinned to avoid PYSEC-2026-2 supply-chain compromise (1.82.7/1.82.8 were malicious)
|
||||
"litellm>=1.83.7,<2.0.0", # CVE-2026-42271 fixed in 1.83.7; also excludes PYSEC-2026-2 malicious 1.82.7/1.82.8
|
||||
"python-dotenv>=1.0.0",
|
||||
"openai>=1.0.0",
|
||||
"jsonschema>=4.25.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue