Skip to content

Commit aab5a09

Browse files
authored
Bump google-cloud-pubsub to 2.9.0 (attempt #3) (home-assistant#63911)
1 parent 8d6e2ae commit aab5a09

File tree

5 files changed

+11
-21
lines changed

5 files changed

+11
-21
lines changed

homeassistant/components/google_pubsub/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}

homeassistant/package_constraints.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,10 @@ h11>=0.12.0
5454
# https://github.com/advisories/GHSA-93xj-8mrv-444m
5555
httplib2>=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
6863
pycrypto==1000000000.0.0

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ goodwe==0.2.10
758758
google-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
764764
google-cloud-texttospeech==0.4.0

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ goodwe==0.2.10
486486
google-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
492492
google-nest-sdm==1.3.0

script/gen_requirements_all.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,10 @@
7979
# https://github.com/advisories/GHSA-93xj-8mrv-444m
8080
httplib2>=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
9388
pycrypto==1000000000.0.0

0 commit comments

Comments
 (0)