From 2cb34cef6129e4d3eeaeb54871b2095fe314476b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:32:11 +0000 Subject: [PATCH] chore(deps-dev): Update crewai requirement from >=0.1.0 to >=1.14.1 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.14.1) --- updated-dependencies: - dependency-name: crewai dependency-version: 1.14.1 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 356a5d2..3d3c43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = ["httpx>=0.28.1"] [project.optional-dependencies] langchain = ["langchain-core>=1.2.28"] -crewai = ["crewai>=0.1.0"] +crewai = ["crewai>=1.14.1"] autogen = ["pyautogen>=0.2.0"] dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "pytest-cov>=4.0", "ruff>=0.1.0", "mypy>=1.20.0"]