Update litellm dependency to v1.66.3 to fix #2640

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-18 08:44:20 +00:00
parent 371f19f3cd
commit 989ef138fc
2 changed files with 48 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
# Core Dependencies
"pydantic>=2.4.2",
"openai>=1.13.3",
"litellm==1.60.2",
"litellm==1.66.3",
"instructor>=1.3.3",
# Text Processing
"pdfplumber>=0.11.4",