From 2a4686e1b7703e33271f40aeca0325659166c6fb Mon Sep 17 00:00:00 2001 From: tronikos Date: Sun, 5 May 2024 16:59:29 -0700 Subject: [PATCH] Bump google-generativeai to v0.5.2 (#116845) --- .../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 5bafa9c43de..fd2b7c26323 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.3.1"] + "requirements": ["google-generativeai==0.5.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 5c60e099f8c..c81284cbb54 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -965,7 +965,7 @@ google-cloud-pubsub==2.13.11 google-cloud-texttospeech==2.12.3 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.3.1 +google-generativeai==0.5.2 # homeassistant.components.nest google-nest-sdm==3.0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8c15718c083..47173ed0b8b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -791,7 +791,7 @@ google-api-python-client==2.71.0 google-cloud-pubsub==2.13.11 # homeassistant.components.google_generative_ai_conversation -google-generativeai==0.3.1 +google-generativeai==0.5.2 # homeassistant.components.nest google-nest-sdm==3.0.4