File tree Expand file tree Collapse file tree 5 files changed +11
-21
lines changed
Expand file tree Collapse file tree 5 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 22 "domain" : " google_pubsub" ,
33 "name" : " Google Pub/Sub" ,
44 "documentation" : " https://www.home-assistant.io/integrations/google_pubsub" ,
5- "requirements" : [" google-cloud-pubsub==2.1 .0" ],
5+ "requirements" : [" google-cloud-pubsub==2.9 .0" ],
66 "codeowners" : [],
77 "iot_class" : " cloud_push"
88}
Original file line number Diff line number Diff line change @@ -53,15 +53,10 @@ h11>=0.12.0
5353# https://github.com/advisories/GHSA-93xj-8mrv-444m
5454httplib2>=0.19.0
5555
56- # gRPC 1.32+ currently causes issues on ARMv7, see:
57- # https://github.com/home-assistant/core/issues/40148
58- # Newer versions of some other libraries pin a higher version of grpcio,
59- # so those also need to be kept at an old version until the grpcio pin
60- # is reverted, see:
61- # https://github.com/home-assistant/core/issues/53427
62- grpcio==1.31.0
63- google-cloud-pubsub==2.1.0
64- google-api-core<=1.31.2
56+ # gRPC is an implicit dependency that we want to make explicit so we manage
57+ # upgrades intentionally. It is a large package to build from source and we
58+ # want to ensure we have wheels built.
59+ grpcio==1.43.0
6560
6661# This is a old unmaintained library and is replaced with pycryptodome
6762pycrypto==1000000000.0.0
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ goodwe==0.2.10
746746google-api-python-client==1.6.4
747747
748748# homeassistant.components.google_pubsub
749- google-cloud-pubsub==2.1 .0
749+ google-cloud-pubsub==2.9 .0
750750
751751# homeassistant.components.google_cloud
752752google-cloud-texttospeech==0.4.0
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ goodwe==0.2.10
474474google-api-python-client==1.6.4
475475
476476# homeassistant.components.google_pubsub
477- google-cloud-pubsub==2.1 .0
477+ google-cloud-pubsub==2.9 .0
478478
479479# homeassistant.components.nest
480480google-nest-sdm==1.3.0
Original file line number Diff line number Diff line change 7979# https://github.com/advisories/GHSA-93xj-8mrv-444m
8080httplib2>=0.19.0
8181
82- # gRPC 1.32+ currently causes issues on ARMv7, see:
83- # https://github.com/home-assistant/core/issues/40148
84- # Newer versions of some other libraries pin a higher version of grpcio,
85- # so those also need to be kept at an old version until the grpcio pin
86- # is reverted, see:
87- # https://github.com/home-assistant/core/issues/53427
88- grpcio==1.31.0
89- google-cloud-pubsub==2.1.0
90- google-api-core<=1.31.2
82+ # gRPC is an implicit dependency that we want to make explicit so we manage
83+ # upgrades intentionally. It is a large package to build from source and we
84+ # want to ensure we have wheels built.
85+ grpcio==1.43.0
9186
9287# This is a old unmaintained library and is replaced with pycryptodome
9388pycrypto==1000000000.0.0
You can’t perform that action at this time.
0 commit comments