-
Notifications
You must be signed in to change notification settings - Fork 98
fix: allow Protobuf 6.x #1320
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
fix: allow Protobuf 6.x #1320
Conversation
All pre-release tests are passing with
|
See #1321 to update |
|
…on-spanner into allow-protobuf-6
@harshachinta , |
@parthea Could we merge this PR #1318 with owlbot changes. I realized that this PR needs more changes to fix the |
See https://pypi.org/project/protobuf/6.30.0/
See googleapis/gapic-generator-python#2347 for removing
dev
insetup.py
Also update
owlbot.py
as theOwlbot post processor
didn't run in #1321 so it wasn't clear thatowlbot.py
needed to be updated.