From 242a3c66167758707ba399227db06b4e5121fa64 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Tue, 24 Sep 2024 17:13:12 -0500
Subject: [PATCH] Bump google-generativeai to 0.8.2 (#126696)

changelog: https://github.com/google-gemini/generative-ai-python/compare/v0.7.2...v0.8.2
---
 .../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 a15da4906f8..f390b1f83e9 100644
--- a/homeassistant/components/google_generative_ai_conversation/manifest.json
+++ b/homeassistant/components/google_generative_ai_conversation/manifest.json
@@ -9,5 +9,5 @@
   "integration_type": "service",
   "iot_class": "cloud_polling",
   "quality_scale": "platinum",
-  "requirements": ["google-generativeai==0.7.2"]
+  "requirements": ["google-generativeai==0.8.2"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 8f46fb0203d..75a31aee56e 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1001,7 +1001,7 @@ google-cloud-speech==2.27.0
 google-cloud-texttospeech==2.17.2
 
 # homeassistant.components.google_generative_ai_conversation
-google-generativeai==0.7.2
+google-generativeai==0.8.2
 
 # homeassistant.components.nest
 google-nest-sdm==5.0.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 0e7dd29c64c..060f235f1f5 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -851,7 +851,7 @@ google-cloud-speech==2.27.0
 google-cloud-texttospeech==2.17.2
 
 # homeassistant.components.google_generative_ai_conversation
-google-generativeai==0.7.2
+google-generativeai==0.8.2
 
 # homeassistant.components.nest
 google-nest-sdm==5.0.1
-- 
GitLab