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

Requiring 'grpcio >= 1.8.2'. #4642

Merged
merged 1 commit into from
Dec 20, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 20, 2017

This is due to a nasty spinlock bug that has been partially fixed in 1.8.2.

This is due to a nasty spinlock bug [1] that has been partially
fixed [2] in `1.8.2`.

[1]: grpc/grpc#9688
[2]: grpc/grpc#13665
@dhermes dhermes added api: pubsub Issues related to the Pub/Sub API. packaging labels Dec 20, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 20, 2017
@@ -52,6 +52,7 @@

REQUIREMENTS = [
'google-api-core[grpc] >= 0.1.2, < 0.2.0dev',
'grpcio >= 1.8.2',

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor Author

dhermes commented Dec 20, 2017

I'm going to merge this, but hope to remove the explicit grpcio requirement in pubsub eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants