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

[Backport 1.7.latest] Restrict protobuf to 4.* versions #9707

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport e4fe839 from #9630.

Protobuf v5 has breaking changes. Here we are limiting the protobuf
dependency to one major version, 4, so that we don't have to patch
over handling 2 different major versions of protobuf.

(cherry picked from commit e4fe839)
@github-actions github-actions bot requested a review from a team as a code owner February 29, 2024 17:23
@cla-bot cla-bot bot added the cla:yes label Feb 29, 2024
Copy link
Contributor

@graciegoheen graciegoheen left a comment

Choose a reason for hiding this comment

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

wooooo

Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.62%. Comparing base (66c2a11) to head (9867d95).

Additional details and impacted files
@@              Coverage Diff               @@
##           1.7.latest    #9707      +/-   ##
==============================================
- Coverage       86.68%   86.62%   -0.07%     
==============================================
  Files             179      179              
  Lines           26651    26651              
==============================================
- Hits            23103    23087      -16     
- Misses           3548     3564      +16     
Flag Coverage Δ
integration 83.46% <ø> (-0.14%) ⬇️
unit 64.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@QMalcolm QMalcolm merged commit 6919c50 into 1.7.latest Feb 29, 2024
108 checks passed
@QMalcolm QMalcolm deleted the backport-9630-to-1.7.latest branch February 29, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants