From 4e308c602b15939f4ad2792dbff5d7ce0eec2abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:54:09 +0000 Subject: [PATCH] Bump google-genai from 2.18.1 to 2.21.0 Bumps [google-genai](https://github.com/googleapis/python-genai) from 2.18.1 to 2.21.0. - [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/v2.18.1...v2.21.0) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e4cec9..21bc1b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "requests==2.34.2", "jinja2==3.1.6", "openai==3.2.0", - "google-genai==2.18.1", + "google-genai==2.21.0", "GitPython==3.1.59", "tqdm==4.70.0" ] diff --git a/requirements.txt b/requirements.txt index 96bad7a..195c498 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.34.2 jinja2==3.1.6 openai==3.2.0 -google-genai==2.18.1 +google-genai==2.21.0 GitPython==3.1.59 tqdm==4.70.0