Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

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 requested a review from tswast January 21, 2021 00:26
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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