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