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

Update protobuf dependency to 4.30.1 and grpc-commonProtos dependency to 2.54.1 #3258

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alecgrieser
Copy link
Collaborator

This updates our protocol buffer related dependencies to more recent versions. For protobuf, that means the 4.30.1 and for grpc-commonProtos, that means 2.54.1.

@alecgrieser alecgrieser added the dependencies Pull requests that update a dependency file label Mar 19, 2025
|| !oldDescriptor.getFile().getEdition().equals(newDescriptor.getFile().getEdition())) {
final DescriptorProtos.FileDescriptorProto oldFileDescriptorProto = oldDescriptor.getFile().toProto();
final DescriptorProtos.FileDescriptorProto newFileDescriptorProto = newDescriptor.getFile().toProto();
if (!oldFileDescriptorProto.getSyntax().equals(oldFileDescriptorProto.getSyntax())
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh whoops, this is the bug that caused the tests to fail: it uses oldFileDescriptorProto on both sides.

@alecgrieser alecgrieser added this to the 4.2 milestone Mar 20, 2025
@alecgrieser alecgrieser marked this pull request as ready for review March 20, 2025 11:30
@MMcM MMcM mentioned this pull request Mar 20, 2025
@alecgrieser alecgrieser linked an issue Mar 20, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Protobuf 4
1 participant