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

feat: add google.api.ResourceDescriptor.Style, require python >=3.6 #31

Merged
merged 3 commits into from Jan 27, 2021

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Jan 20, 2021

feat: add google.api.ResourceDescriptor.Style
fix: add create_key to FieldDescriptors
Fixes #23 Regenerate the _pb2.py files with the latest version of protoc (3.14.0)

@busunkim96 busunkim96 requested a review from a team as a code owner January 20, 2021 01:02
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 20, 2021
@busunkim96 busunkim96 changed the title fix: add create_key to FieldDescriptors feat: add google.api.ResourceDescriptor.Style Jan 20, 2021
Copy link

@tswast tswast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update the minimum protobuf version in setup.py?

@@ -1,19 +1,3 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it OK for this license header to be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nope that shouldn't have been removed. Re-added.

@busunkim96
Copy link
Contributor Author

Do we need to update the minimum protobuf version in setup.py?

That's a good point, I'm not really sure. I'll add constraints files so the lower bound is tested.

@busunkim96 busunkim96 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 21, 2021
@busunkim96 busunkim96 changed the title feat: add google.api.ResourceDescriptor.Style feat: add google.api.ResourceDescriptor.Style, require python >=3.6 Jan 21, 2021
@busunkim96 busunkim96 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 27, 2021
@busunkim96 busunkim96 merged commit 4ce679c into master Jan 27, 2021
@busunkim96 busunkim96 deleted the regen branch January 27, 2021 21:56
gcf-merge-on-green bot pushed a commit that referenced this pull request Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.9: DeprecationWarning: Call to deprecated create function FileDescriptor()
3 participants