mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
improve: address PR feedback for OpenAI 1.78 support
- Add inline documentation for litellm version constraints - Improve test implementation with pytest markers and constants - Add clearer assertion messages for better error reporting Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -11,6 +11,8 @@ dependencies = [
|
||||
# Core Dependencies
|
||||
"pydantic>=2.4.2",
|
||||
"openai>=1.13.3",
|
||||
# litellm: v1.68.0+ required for OpenAI 1.78 compatibility
|
||||
# Upper bound <1.72.0 to ensure stability and prevent issues with breaking changes
|
||||
"litellm>=1.68.0,<1.72.0",
|
||||
"instructor>=1.3.3",
|
||||
# Text Processing
|
||||
|
||||
Reference in New Issue
Block a user