From e9f062bb4fb19d210d6478bd7b4a006cfa30ef16 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:56:58 +0000 Subject: [PATCH 1/2] chore(main): release 2.3.0 --- CHANGELOG.md | 15 +++++++++++++++ google/genai/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cf9c778..3b1925770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.0](https://github.com/googleapis/python-genai/compare/v2.2.0...v2.3.0) (2026-05-15) + + +### Features + +* Add content union to UserInputStep ([a5059a8](https://github.com/googleapis/python-genai/commit/a5059a82dc596f9555dd3221aa6e7414d50df24a)) +* Interaction.{output_text,output_image,output_audio,output_video} ([975d16a](https://github.com/googleapis/python-genai/commit/975d16a3cea49282137dd2a901b219820a641b64)) +* Migrate Agent Engines, Evaluation, Prompt Management, and Skill features to agentplatform ([abb1099](https://github.com/googleapis/python-genai/commit/abb1099fab3fc227acf53f3cdcd51a87679a51fe)) +* Support speech to speech translation in Gemini Live ([6aa8da2](https://github.com/googleapis/python-genai/commit/6aa8da2b3a7306b65e417e772e7698fb542c404a)) + + +### Documentation + +* Refresh generated docs for 2.2 ([2ce0298](https://github.com/googleapis/python-genai/commit/2ce02983753b1a0b4f7f5068b17996081e378b09)) + ## [2.2.0](https://github.com/googleapis/python-genai/compare/v2.1.0...v2.2.0) (2026-05-12) diff --git a/google/genai/version.py b/google/genai/version.py index 4edb3dd9e..e8b750a12 100644 --- a/google/genai/version.py +++ b/google/genai/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = '2.2.0' # x-release-please-version +__version__ = '2.3.0' # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 1bf48e8ed..93065ed1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "twine>=6.1.0", "packaging>=24.2", "pkginfo>= [project] name = "google-genai" -version = "2.2.0" +version = "2.3.0" description = "GenAI Python SDK" readme = "README.md" license = "Apache-2.0" From ed4d7c3fbfd18114b2fcb2ecd994a37a9ab05292 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Thu, 14 May 2026 23:05:56 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1925770..2dfce58af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ * Add content union to UserInputStep ([a5059a8](https://github.com/googleapis/python-genai/commit/a5059a82dc596f9555dd3221aa6e7414d50df24a)) * Interaction.{output_text,output_image,output_audio,output_video} ([975d16a](https://github.com/googleapis/python-genai/commit/975d16a3cea49282137dd2a901b219820a641b64)) * Migrate Agent Engines, Evaluation, Prompt Management, and Skill features to agentplatform ([abb1099](https://github.com/googleapis/python-genai/commit/abb1099fab3fc227acf53f3cdcd51a87679a51fe)) -* Support speech to speech translation in Gemini Live ([6aa8da2](https://github.com/googleapis/python-genai/commit/6aa8da2b3a7306b65e417e772e7698fb542c404a)) ### Documentation