From 1fa7192b46855092c8d662b99bd4a3a51fbb7a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:06:23 +0000 Subject: [PATCH] Update google-genai requirement in /agent/python-agent Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version. - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v1.64.0...v2.8.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/python-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..2eefc5e 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -3,7 +3,7 @@ name = "maui-a2ui-python" version = "0.1.0" requires-python = ">=3.12" dependencies = [ - "google-genai>=1.64.0", + "google-genai>=2.8.0", "a2a-sdk>=0.3.0", "google-adk>=1.28.0", "a2ui-agent-sdk>=0.2.1",