mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
This reverts commit 1baa3d87d1894c9d22f4fed2e8219e1c8efc0310.
This commit is contained in:
parent
31f37f3363
commit
1ed2497ec9
@ -2,7 +2,7 @@
|
|||||||
"domain": "google_pubsub",
|
"domain": "google_pubsub",
|
||||||
"name": "Google Pub/Sub",
|
"name": "Google Pub/Sub",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
|
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
|
||||||
"requirements": ["google-cloud-pubsub==2.9.0"],
|
"requirements": ["google-cloud-pubsub==2.1.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@ -53,10 +53,15 @@ h11>=0.12.0
|
|||||||
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||||
httplib2>=0.19.0
|
httplib2>=0.19.0
|
||||||
|
|
||||||
# gRPC is an implicit dependency that we want to make explicit so we manage
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
# upgrades intentionally. It is a large package to build from source and we
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
# want to ensure we have wheels built.
|
# Newer versions of some other libraries pin a higher version of grpcio,
|
||||||
grpcio==1.43.0
|
# 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
|
# This is a old unmaintained library and is replaced with pycryptodome
|
||||||
pycrypto==1000000000.0.0
|
pycrypto==1000000000.0.0
|
||||||
|
@ -749,7 +749,7 @@ goodwe==0.2.10
|
|||||||
google-api-python-client==1.6.4
|
google-api-python-client==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.google_pubsub
|
# homeassistant.components.google_pubsub
|
||||||
google-cloud-pubsub==2.9.0
|
google-cloud-pubsub==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.google_cloud
|
# homeassistant.components.google_cloud
|
||||||
google-cloud-texttospeech==0.4.0
|
google-cloud-texttospeech==0.4.0
|
||||||
|
@ -477,7 +477,7 @@ goodwe==0.2.10
|
|||||||
google-api-python-client==1.6.4
|
google-api-python-client==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.google_pubsub
|
# homeassistant.components.google_pubsub
|
||||||
google-cloud-pubsub==2.9.0
|
google-cloud-pubsub==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
google-nest-sdm==1.3.0
|
google-nest-sdm==1.3.0
|
||||||
|
@ -79,10 +79,15 @@ h11>=0.12.0
|
|||||||
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||||
httplib2>=0.19.0
|
httplib2>=0.19.0
|
||||||
|
|
||||||
# gRPC is an implicit dependency that we want to make explicit so we manage
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
# upgrades intentionally. It is a large package to build from source and we
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
# want to ensure we have wheels built.
|
# Newer versions of some other libraries pin a higher version of grpcio,
|
||||||
grpcio==1.43.0
|
# 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
|
# This is a old unmaintained library and is replaced with pycryptodome
|
||||||
pycrypto==1000000000.0.0
|
pycrypto==1000000000.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user