-
Notifications
You must be signed in to change notification settings - Fork 88
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
Updating the pubsub client breaks because it needs a newer version of protobuf #48
Comments
I didn't fill this issue in the pubsub repository because the protobuf dependency lies here. |
Increase protobuf version to 3.12.0 for `_internal_create_key`. Closes #48
Same issue, but what I installed protobuf in sources has 3.8.0 atm googleapis-common-protos is the latest version, guess it also needs to be updated with latest protobuf. |
Increase protobuf version to 3.12.0 for `_internal_create_key`. Closes #48
🤖 I have created a release \*beep\* \*boop\* --- ### [1.20.1](https://www.github.com/googleapis/python-api-core/compare/v1.20.0...v1.20.1) (2020-06-16) ### Bug Fixes * **dependencies:** increase protobuf version ([#49](https://www.github.com/googleapis/python-api-core/issues/49)) ([1ba6095](https://www.github.com/googleapis/python-api-core/commit/1ba609592968c9d828449b89a3ade3bcaf5edd7f)), closes [#48](https://www.github.com/googleapis/python-api-core/issues/48) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
@busunkim96 thanks for the fix! would it be possible to yank the 1.20.0 release? |
@hauntsaninja Done! (I didn't realize "yanking" had been added to PyPI). |
Awesome, thanks! |
Environment details
google-api-core
version: 1.16.0Steps to reproduce
Quick fix
Reinstalling protobuf fixes this issue, to my knowledge, 3.12 seems enough.
Stack trace
The text was updated successfully, but these errors were encountered: