1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Bump google-genai to 1.56.0 (#160210)

This commit is contained in:
dotlambda
2026-01-05 12:21:02 +01:00
committed by GitHub
parent 6659166df0
commit 1aed46e39e
4 changed files with 5 additions and 3 deletions

View File

@@ -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.38.0"]
"requirements": ["google-genai==1.56.0"]
}

2
requirements_all.txt generated
View File

@@ -1093,7 +1093,7 @@ google-cloud-speech==2.31.1
google-cloud-texttospeech==2.25.1
# homeassistant.components.google_generative_ai_conversation
google-genai==1.38.0
google-genai==1.56.0
# homeassistant.components.google_travel_time
google-maps-routing==0.6.15

View File

@@ -969,7 +969,7 @@ google-cloud-speech==2.31.1
google-cloud-texttospeech==2.25.1
# homeassistant.components.google_generative_ai_conversation
google-genai==1.38.0
google-genai==1.56.0
# homeassistant.components.google_travel_time
google-maps-routing==0.6.15

View File

@@ -221,6 +221,7 @@ async def test_function_call(
"function_response": {
"id": None,
"name": "test_tool",
"parts": None,
"response": {
"result": "Test response",
},
@@ -228,6 +229,7 @@ async def test_function_call(
"will_continue": None,
},
"inline_data": None,
"media_resolution": None,
"text": None,
"thought": None,
"thought_signature": None,