diff --git a/pyproject.toml b/pyproject.toml index 356a5d2..3d3c43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = ["httpx>=0.28.1"] [project.optional-dependencies] langchain = ["langchain-core>=1.2.28"] -crewai = ["crewai>=0.1.0"] +crewai = ["crewai>=1.14.1"] autogen = ["pyautogen>=0.2.0"] dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "pytest-cov>=4.0", "ruff>=0.1.0", "mypy>=1.20.0"]