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:
@@ -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
2
requirements_all.txt
generated
@@ -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
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user