From cdccead55703be9378085d1158ca70fcd9719a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 23:21:04 +0000 Subject: [PATCH] chore(deps): Update crewai[litellm] requirement in /a2a/git_issue_agent Updates the requirements on [crewai[litellm]](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/1.6.1...1.15.2) --- updated-dependencies: - dependency-name: crewai[litellm] dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/git_issue_agent/pyproject.toml | 2 +- a2a/git_issue_agent/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/a2a/git_issue_agent/pyproject.toml b/a2a/git_issue_agent/pyproject.toml index 96a9273d..885dbd16 100644 --- a/a2a/git_issue_agent/pyproject.toml +++ b/a2a/git_issue_agent/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ # We use 1.6.1 instead of the latest because # crewai requires openai>=2.30.0 # but litellm requires openai==2.24.0 - "crewai[litellm]>=1.6.1", + "crewai[litellm]>=1.15.2", "litellm>=1.91.1", # Indirect, prevents CVE-2026-42271 "crewai-tools[mcp]>=1.15.2", "urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418 diff --git a/a2a/git_issue_agent/uv.lock b/a2a/git_issue_agent/uv.lock index 3bf2f00a..03ade785 100644 --- a/a2a/git_issue_agent/uv.lock +++ b/a2a/git_issue_agent/uv.lock @@ -786,7 +786,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "a2a-sdk", specifier = ">=1.1.0,<2" }, - { name = "crewai", extras = ["litellm"], specifier = ">=1.6.1" }, + { name = "crewai", extras = ["litellm"], specifier = ">=1.15.2" }, { name = "crewai-tools", extras = ["mcp"], specifier = ">=1.15.2" }, { name = "cryptography", specifier = ">=48.0.0,<49" }, { name = "litellm", specifier = ">=1.91.1" },