Revert "Bump google-cloud-pubsub to 2.9.0 (to bump grpcio)" (#63517)

This commit is contained in:
Franck Nijhof 2022-01-05 22:50:11 +01:00 committed by GitHub
parent 32c416b646
commit ce31af5b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "google_pubsub",
"name": "Google Pub/Sub",
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
"requirements": ["google-cloud-pubsub==2.9.0"],
"requirements": ["google-cloud-pubsub==2.1.0"],
"codeowners": [],
"iot_class": "cloud_push"
}

View File

@ -53,6 +53,16 @@ h11>=0.12.0
# https://github.com/advisories/GHSA-93xj-8mrv-444m
httplib2>=0.19.0
# gRPC 1.32+ currently causes issues on ARMv7, see:
# https://github.com/home-assistant/core/issues/40148
# Newer versions of some other libraries pin a higher version of grpcio,
# so those also need to be kept at an old version until the grpcio pin
# is reverted, see:
# https://github.com/home-assistant/core/issues/53427
grpcio==1.31.0
google-cloud-pubsub==2.1.0
google-api-core<=1.31.2
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0

View File

@ -746,7 +746,7 @@ goodwe==0.2.10
google-api-python-client==1.6.4
# homeassistant.components.google_pubsub
google-cloud-pubsub==2.9.0
google-cloud-pubsub==2.1.0
# homeassistant.components.google_cloud
google-cloud-texttospeech==0.4.0

View File

@ -474,7 +474,7 @@ goodwe==0.2.10
google-api-python-client==1.6.4
# homeassistant.components.google_pubsub
google-cloud-pubsub==2.9.0
google-cloud-pubsub==2.1.0
# homeassistant.components.nest
google-nest-sdm==1.3.0

View File

@ -79,6 +79,16 @@ h11>=0.12.0
# https://github.com/advisories/GHSA-93xj-8mrv-444m
httplib2>=0.19.0
# gRPC 1.32+ currently causes issues on ARMv7, see:
# https://github.com/home-assistant/core/issues/40148
# Newer versions of some other libraries pin a higher version of grpcio,
# so those also need to be kept at an old version until the grpcio pin
# is reverted, see:
# https://github.com/home-assistant/core/issues/53427
grpcio==1.31.0
google-cloud-pubsub==2.1.0
google-api-core<=1.31.2
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0