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

Limit Protobuf version by 5.28.0 #631

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Limit Protobuf version by 5.28.0 #631

merged 1 commit into from
Oct 21, 2024

Conversation

mryab
Copy link
Member

@mryab mryab commented Oct 19, 2024

We are getting errors in CI due to the following:

UserWarning: Protobuf gencode version 5.27.2 is older than the runtime version 5.28.2 at p2pd.proto. Please avoid checked-in Protobuf gencode that can be obsolete.

The warning was introduced in Protobuf 5.28.0 and will be fixed soon. For the time being, we can limit the version of Protobuf to avoid this warning

@dvmazur dvmazur self-requested a review October 21, 2024 08:56
@mryab mryab merged commit 65d7be5 into master Oct 21, 2024
12 checks passed
@mryab mryab deleted the pin-protobuf branch October 21, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants