-
Notifications
You must be signed in to change notification settings - Fork 38
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: Add compatibility with protobuf==5.x #433
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parthea
force-pushed
the
add-protobuf-5-compatibility
branch
10 times, most recently
from
February 13, 2024 23:56
8ea8426
to
39e4d33
Compare
parthea
changed the title
ci: add support for pre-release sessions
fix: compatibility with protobuf==5.26.0rc2
Feb 13, 2024
parthea
force-pushed
the
add-protobuf-5-compatibility
branch
from
February 13, 2024 23:59
39e4d33
to
62b37ee
Compare
parthea
changed the title
fix: compatibility with protobuf==5.26.0rc2
fix: Fix compatibility with protobuf==5.26.0rc2
Feb 14, 2024
parthea
force-pushed
the
add-protobuf-5-compatibility
branch
2 times, most recently
from
February 14, 2024 15:10
259b2a4
to
19c487f
Compare
parthea
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 14, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 14, 2024
vchudnov-g
reviewed
Mar 19, 2024
parthea
changed the title
fix: Fix compatibility with protobuf==5.26.0rc2
fix: Fix compatibility with protobuf==5.x
Apr 19, 2024
The pre-release failure in https://github.com/googleapis/proto-plus-python/actions/runs/8758049270/job/24037997447 is captured in #444 |
parthea
changed the title
fix: Fix compatibility with protobuf==5.x
fix!: Add compatibility with protobuf==5.x
Apr 19, 2024
@vchudnov-g @ohmayr PTAL |
vchudnov-g
reviewed
May 30, 2024
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
vchudnov-g
approved these changes
May 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Left two minor comments, but I think we're good to go.,
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
feat: Add
always_print_fields_with_no_presence
fields toto_json
andto_dict
docs: Deprecate field
including_default_value_fields
into_json
andto_dict
fix: Add compatibility with protobuf==5.x
fix: AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer'
ci: Add support for pre-release sessions
ci: Add python 3.13 to testing matrix
ci: Resolve
RecursionError: maximum recursion depth exceeded while calling a Python object
when running testsEND_COMMIT_OVERRIDE
Fixes #425
Fixes #427
Fixes #431
Fixes #445
For compatibility with https://pypi.org/project/protobuf/5.26.0rc2/
See protocolbuffers/protobuf@2699579