From 64cdcfb61313c3ffd9de468991f39da67e1b299e Mon Sep 17 00:00:00 2001 From: Ivan Lopez Hernandez Date: Wed, 17 Sep 2025 19:14:04 -0700 Subject: [PATCH] Bump google-genai to 1.38.0 (#152523) --- .../components/google_generative_ai_conversation/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/google_generative_ai_conversation/manifest.json b/homeassistant/components/google_generative_ai_conversation/manifest.json index 0745aeae071c..829dd0d43bbd 100644 --- a/homeassistant/components/google_generative_ai_conversation/manifest.json +++ b/homeassistant/components/google_generative_ai_conversation/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation", "integration_type": "service", "iot_class": "cloud_polling", - "requirements": ["google-genai==1.29.0"] + "requirements": ["google-genai==1.38.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3596f1729239..a686f01cc84e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1063,7 +1063,7 @@ google-cloud-speech==2.31.1 google-cloud-texttospeech==2.25.1 # homeassistant.components.google_generative_ai_conversation -google-genai==1.29.0 +google-genai==1.38.0 # homeassistant.components.google_travel_time google-maps-routing==0.6.15 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 15cecfc2075e..3848ededcb85 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -930,7 +930,7 @@ google-cloud-speech==2.31.1 google-cloud-texttospeech==2.25.1 # homeassistant.components.google_generative_ai_conversation -google-genai==1.29.0 +google-genai==1.38.0 # homeassistant.components.google_travel_time google-maps-routing==0.6.15