diff --git a/homeassistant/components/google_generative_ai_conversation/manifest.json b/homeassistant/components/google_generative_ai_conversation/manifest.json index b4f577db0d0..bcbba23e9a7 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-generativeai==0.5.2"] + "requirements": ["google-generativeai==0.5.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index d145985cc30..c9bd31d33aa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -968,7 +968,7 @@ google-cloud-pubsub==2.13.11 google-cloud-texttospeech==2.12.3 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.5.2 +google-generativeai==0.5.4 # homeassistant.components.nest google-nest-sdm==3.0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fa2b2dd7956..9fc9ff2dc1e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -794,7 +794,7 @@ google-api-python-client==2.71.0 google-cloud-pubsub==2.13.11 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.5.2 +google-generativeai==0.5.4 # homeassistant.components.nest google-nest-sdm==3.0.4