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 @@ -54,15 +54,10 @@ h11>=0.12.0
5454# https://github.com/advisories/GHSA-93xj-8mrv-444m
5555httplib2>=0.19.0
5656
57- # gRPC 1.32+ currently causes issues on ARMv7, see:
58- # https://github.com/home-assistant/core/issues/40148
59- # Newer versions of some other libraries pin a higher version of grpcio,
60- # so those also need to be kept at an old version until the grpcio pin
61- # is reverted, see:
62- # https://github.com/home-assistant/core/issues/53427
63- grpcio==1.31.0
64- google-cloud-pubsub==2.1.0
65- google-api-core<=1.31.2
57+ # gRPC is an implicit dependency that we want to make explicit so we manage
58+ # upgrades intentionally. It is a large package to build from source and we
59+ # want to ensure we have wheels built.
60+ grpcio==1.43.0
6661
6762# This is a old unmaintained library and is replaced with pycryptodome
6863pycrypto==1000000000.0.0
Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ goodwe==0.2.10
758758google-api-python-client==1.6.4
759759
760760# homeassistant.components.google_pubsub
761- google-cloud-pubsub==2.1 .0
761+ google-cloud-pubsub==2.9 .0
762762
763763# homeassistant.components.google_cloud
764764google-cloud-texttospeech==0.4.0
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ goodwe==0.2.10
486486google-api-python-client==1.6.4
487487
488488# homeassistant.components.google_pubsub
489- google-cloud-pubsub==2.1 .0
489+ google-cloud-pubsub==2.9 .0
490490
491491# homeassistant.components.nest
492492google-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