diff --git a/src/crewai/cli/templates/pyproject.toml b/src/crewai/cli/templates/pyproject.toml index 28342f150..039eb44ca 100644 --- a/src/crewai/cli/templates/pyproject.toml +++ b/src/crewai/cli/templates/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = ">=3.10,<=3.13" -crewai = {extras = ["tools"], version = "^0.22.0"} +crewai = {extras = ["tools"], version = "^0.22.2"} [tool.poetry.scripts] {{folder_name}} = "{{folder_name}}.main:run"