mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump google_cloud deps (#141861)
speech: https://github.com/googleapis/google-cloud-python/compare/google-cloud-speech-v2.27.0...google-cloud-speech-v2.31.1 texttospeech: https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.17.2...google-cloud-texttospeech-v2.25.1
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_push",
|
||||
"requirements": [
|
||||
"google-cloud-texttospeech==2.17.2",
|
||||
"google-cloud-speech==2.27.0"
|
||||
"google-cloud-texttospeech==2.25.1",
|
||||
"google-cloud-speech==2.31.1"
|
||||
]
|
||||
}
|
||||
|
4
requirements_all.txt
generated
4
requirements_all.txt
generated
@ -1035,10 +1035,10 @@ google-api-python-client==2.71.0
|
||||
google-cloud-pubsub==2.29.0
|
||||
|
||||
# homeassistant.components.google_cloud
|
||||
google-cloud-speech==2.27.0
|
||||
google-cloud-speech==2.31.1
|
||||
|
||||
# homeassistant.components.google_cloud
|
||||
google-cloud-texttospeech==2.17.2
|
||||
google-cloud-texttospeech==2.25.1
|
||||
|
||||
# homeassistant.components.google_generative_ai_conversation
|
||||
google-genai==1.7.0
|
||||
|
4
requirements_test_all.txt
generated
4
requirements_test_all.txt
generated
@ -886,10 +886,10 @@ google-api-python-client==2.71.0
|
||||
google-cloud-pubsub==2.29.0
|
||||
|
||||
# homeassistant.components.google_cloud
|
||||
google-cloud-speech==2.27.0
|
||||
google-cloud-speech==2.31.1
|
||||
|
||||
# homeassistant.components.google_cloud
|
||||
google-cloud-texttospeech==2.17.2
|
||||
google-cloud-texttospeech==2.25.1
|
||||
|
||||
# homeassistant.components.google_generative_ai_conversation
|
||||
google-genai==1.7.0
|
||||
|
Reference in New Issue
Block a user