From ad89128c08f3174c19bb451886d28758d5063a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:43:13 +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.8.0) --- updated-dependencies: - dependency-name: crewai[tools] dependency-version: 1.8.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..a4a8cfc 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.9.0"] [project.entry-points."squadmanager.plugins"] # Plugins can register under this group