mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
fix: bump litellm to ~=1.83.0 and openai to ~=2.30.0
litellm 1.83.0 fixes CVE-2026-35029 (proxy config privilege escalation) and CVE-2026-35030 (proxy JWT auth bypass), and is the first release after the supply chain incident. Bump openai to 2.x to satisfy litellm's dependency.
This commit is contained in:
@@ -12,7 +12,7 @@ private = true
|
||||
dependencies = [
|
||||
"click~=8.1.7",
|
||||
"toml~=0.10.2",
|
||||
"openai~=1.83.0",
|
||||
"openai~=2.30.0",
|
||||
"python-dotenv~=1.1.1",
|
||||
"pygithub~=1.59.1",
|
||||
"rich>=13.9.4",
|
||||
|
||||
Reference in New Issue
Block a user