diff --git a/homeassistant/components/google_generative_ai_conversation/manifest.json b/homeassistant/components/google_generative_ai_conversation/manifest.json index 65d9e0b3894..5bafa9c43de 100644 --- a/homeassistant/components/google_generative_ai_conversation/manifest.json +++ b/homeassistant/components/google_generative_ai_conversation/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation", "integration_type": "service", "iot_class": "cloud_polling", - "requirements": ["google-generativeai==0.1.0"] + "requirements": ["google-generativeai==0.3.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index ed88077bd08..a9a5e9f8e7c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -922,7 +922,7 @@ google-cloud-pubsub==2.13.11 google-cloud-texttospeech==2.12.3 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.1.0 +google-generativeai==0.3.1 # homeassistant.components.nest google-nest-sdm==3.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fee1c76b9f4..39768ea7cbf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -736,7 +736,7 @@ google-api-python-client==2.71.0 google-cloud-pubsub==2.13.11 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.1.0 +google-generativeai==0.3.1 # homeassistant.components.nest google-nest-sdm==3.0.3