fix: Implement reviewer suggestions for test improvements and version constraints

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-03 17:35:00 +00:00
parent 764e1b8a51
commit bd817290c2
2 changed files with 72 additions and 36 deletions

View File

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