From 58875c690e079df39b35df0e76cf26c82ec466ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:05:04 +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.6.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.6.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..f14cc17 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.6.0", "a2a-sdk>=0.3.0", "google-adk>=1.28.0", "a2ui-agent-sdk>=0.2.1",