From 57cd55f9305496062b610763324e386359767881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:42:40 +0000 Subject: [PATCH] chore(deps-dev): Update crewai requirement Updates the requirements on [crewai](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.1.0...1.9.3) --- updated-dependencies: - dependency-name: crewai dependency-version: 1.9.3 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 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", ]