mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
fix: bump openai lower bound to >=2.0.0
This commit is contained in:
@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
# Core Dependencies
|
# Core Dependencies
|
||||||
"pydantic~=2.11.9",
|
"pydantic~=2.11.9",
|
||||||
"openai>=1.83.0,<3",
|
"openai>=2.0.0,<3",
|
||||||
"instructor>=1.3.3",
|
"instructor>=1.3.3",
|
||||||
# Text Processing
|
# Text Processing
|
||||||
"pdfplumber~=0.11.4",
|
"pdfplumber~=0.11.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user