diff --git a/pyproject.toml b/pyproject.toml index e2c0943..01937ec 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>=1.14.1"] +crewai = ["crewai>=1.14.3"] autogen = ["pyautogen>=0.10.0"] dev = ["pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0", "ruff>=0.15.10", "mypy>=1.20.0"]