diff --git a/pyproject.toml b/pyproject.toml index ca4476e0..f8116cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ agents = [ # The meta-workflow system provides equivalent functionality using Anthropic SDK directly. # See docs/CREWAI_MIGRATION.md for migration guide. crewai = [ - "crewai>=0.1.0,<1.0.0", + "crewai>=0.1.0,<2.0.0", "langchain>=0.1.0,<2.0.0", "langchain-core>=1.2.6,<2.0.0", ]