mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 02:58:30 +00:00
fix: relax litellm dependency constraint to >=1.72.0
- Update litellm constraint from >=1.44.22 to >=1.72.0 in pyproject.toml - Add comprehensive tests for dependency resolution compatibility - Resolves GitHub issue #3005 by allowing newer litellm patch versions - Verified compatibility with litellm 1.72.4 and CrewAI LLM functionality Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -21,7 +21,7 @@ dependencies = [
|
||||
"jsonref>=1.1.0",
|
||||
"json-repair>=0.25.2",
|
||||
"auth0-python>=4.7.1",
|
||||
"litellm>=1.44.22",
|
||||
"litellm>=1.72.0",
|
||||
"pyvis>=0.3.2",
|
||||
"uv>=0.4.25",
|
||||
"tomli-w>=1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user