From dbfa2f1a8c74c71ab9d867697bc4fee831a6debc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:30:13 +0000 Subject: [PATCH] chore(deps): Bump crewai from 1.10.1 to 1.12.2 in /a2a/git_issue_agent Bumps [crewai](https://github.com/crewAIInc/crewAI) from 1.10.1 to 1.12.2. - [Release notes](https://github.com/crewAIInc/crewAI/releases) - [Commits](https://github.com/crewAIInc/crewAI/compare/1.10.1...1.12.2) --- updated-dependencies: - dependency-name: crewai dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- a2a/git_issue_agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/git_issue_agent/pyproject.toml b/a2a/git_issue_agent/pyproject.toml index 45f05f6..c25b794 100644 --- a/a2a/git_issue_agent/pyproject.toml +++ b/a2a/git_issue_agent/pyproject.toml @@ -6,7 +6,7 @@ description = "Git issue Agent module" dependencies = [ "python-dotenv>=1.1.0", "a2a-sdk>=0.2.16", - "crewai[litellm]==1.10.1", + "crewai[litellm]==1.12.2", "crewai-tools[mcp]==1.10.1", "urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418 "python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486