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

Commits on Feb 29, 2024

  1. Restrict protobuf to 4.* versions (#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)
    QMalcolm authored and github-actions[bot] committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ee1af1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9867d95 View commit details
    Browse the repository at this point in the history