From d05ca476d767ffa628dece2f57c268ebd1b01215 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Sep 2025 21:39:55 -0400 Subject: [PATCH] Bump google-genai to 1.38.0 --- .../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 0745aeae071..829dd0d43bb 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 c279ed4a524..bc370e88c72 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 d55a6c3e713..a44caf7d2fc 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