Bump google-cloud-pubsub to 2.9.0 (to bump grpcio)#63493
Merged
allenporter merged 1 commit intohome-assistant:devfrom Jan 5, 2022
Merged
Bump google-cloud-pubsub to 2.9.0 (to bump grpcio)#63493allenporter merged 1 commit intohome-assistant:devfrom
allenporter merged 1 commit intohome-assistant:devfrom
Conversation
The primary motivation is to kick off building wheels for grpcio
Contributor
Author
|
Separately, I'd like to figure out the best way for us to pin grpcio to a specific version, since its such a beast. I would like to manage it explicitly, though no integration directly depends on it. Edit: Any input on the best way to do that would be appreciated. Naive idea: I can just stick it on nest. |
frenck
approved these changes
Jan 5, 2022
Member
frenck
left a comment
There was a problem hiding this comment.
Here we go 🙏
Thanks @allenporter 👍
Member
Let merge this, let see what it picks and if it works; pin that in our constraint to start with 👍 |
allenporter
added a commit
to allenporter/home-assistant-core
that referenced
this pull request
Jan 5, 2022
Try again PR home-assistant#63493 to kick off grpcio wheel build. This should not be merged until home-assistant#63521 which sets flags to build grpcio from source with all the required link flags.
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
The primary motivation is to kick off building wheels for grpcio, however there are also many pub/sub related bug fixes since 2.1.0 in September 2020.
googleapis/python-pubsub@v2.1.0...v2.9.0 where notable changes include Graceful streaming pull shutdown (desired by nest and should help with #63206) and flow control improvements.
This also implicitly pulls in GRPC, which has been behind since Aug 2020.
grpc/grpc@v1.31.0...v1.43.0
I've manually tested this with:
google_pubsubnestType of change
Additional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: