diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index ca637643a..5ccb5a453 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14" dependencies = [ # Core Dependencies "pydantic~=2.11.9", - "openai>=1.83.0,<3", + "openai>=2.0.0,<3", "instructor>=1.3.3", # Text Processing "pdfplumber~=0.11.4",