From b23cbcf51babf600e1d76ff0ffcfb61a6b0f335b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:17:00 +0000 Subject: [PATCH] chore(deps-dev): update crewai[tools] requirement Updates the requirements on [crewai[tools]](https://github.com/crewAIInc/crewAI) to permit the latest version. - [Release notes](https://github.com/crewAIInc/crewAI/releases) - [Commits](https://github.com/crewAIInc/crewAI/compare/v0.11.2...1.4.0) --- updated-dependencies: - dependency-name: crewai[tools] dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1806633..1220399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ build-backend = "hatchling.build" type = "crew" [project.optional-dependencies] -tools = ["crewai[tools]>=0.11.2,<0.12.0"] +tools = ["crewai[tools]>=0.11.2,<1.5.0"] [project.entry-points."squadmanager.plugins"] # Plugins can register under this group