From 5c2ea3b8049d9d069808fad2cf12ec919f3d4662 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 2 Jul 2025 06:37:03 -0700 Subject: [PATCH] Upgrade google-genai version to 1.24.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca45319a..53b6a0e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `daily-python` to 0.19.4. +- Updated `google` optional dependency to use `google-genai` version `1.24.0`. + ### Fixed - Fixed a race condition that occurs in Python 3.10+ where the task could miss diff --git a/pyproject.toml b/pyproject.toml index e0608f120..42b06060d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ fal = [ "fal-client~=0.5.9" ] fireworks = [] fish = [ "ormsgpack~=1.7.0", "websockets~=13.1" ] gladia = [ "websockets~=13.1" ] -google = [ "google-cloud-speech~=2.32.0", "google-cloud-texttospeech~=2.26.0", "google-genai~=1.14.0", "websockets~=13.1" ] +google = [ "google-cloud-speech~=2.32.0", "google-cloud-texttospeech~=2.26.0", "google-genai~=1.24.0", "websockets~=13.1" ] grok = [] groq = [ "groq~=0.23.0" ] gstreamer = [ "pygobject~=3.50.0" ]