From d0912423c7fce720bfaf999027cbda9b34ce5f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 22:33:11 +0000 Subject: [PATCH] Bump google-adk from 1.3.0 to 1.28.1 Bumps [google-adk](https://github.com/google/adk-python) from 1.3.0 to 1.28.1. - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/adk-python/compare/v1.3.0...v1.28.1) --- updated-dependencies: - dependency-name: google-adk dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a88d77..499fc87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ['adk', 'agent'] readme = "README.md" requires-python = ">=3.13" dependencies = [ - "google-adk==1.3.0", + "google-adk==1.28.1", "uvicorn==0.34.3", "google-cloud-aiplatform[evaluation]", ]