Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google-cloud-pubsub to 2.9.0 (attempt #2) #63522

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/google_pubsub/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"],
"requirements": ["google-cloud-pubsub==2.9.0"],
"codeowners": [],
"iot_class": "cloud_push"
}
13 changes: 4 additions & 9 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,10 @@ 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
# gRPC is an implicit dependency that we want to make explicit so we manage
# upgrades intentionally. It is a large package to build from source and we
# want to ensure we have wheels built.
grpcio==1.43.0

# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ goodwe==0.2.10
google-api-python-client==1.6.4

# homeassistant.components.google_pubsub
google-cloud-pubsub==2.1.0
google-cloud-pubsub==2.9.0

# homeassistant.components.google_cloud
google-cloud-texttospeech==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ goodwe==0.2.10
google-api-python-client==1.6.4

# homeassistant.components.google_pubsub
google-cloud-pubsub==2.1.0
google-cloud-pubsub==2.9.0

# homeassistant.components.nest
google-nest-sdm==1.3.0
Expand Down
13 changes: 4 additions & 9 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,10 @@
# 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
# gRPC is an implicit dependency that we want to make explicit so we manage
# upgrades intentionally. It is a large package to build from source and we
# want to ensure we have wheels built.
grpcio==1.43.0

# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0
Expand Down