Bump the protobuf-related dependencies#308
Merged
llucax merged 4 commits intofrequenz-floss:v0.15.xfrom Jun 10, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps protobuf-related dependencies to support libraries requiring protobuf 6.x.
- Update protobuf from 4.25.3 to 5.26.1 and adjust the supported version range from <6 to <7.
- Raise grpcio and grpcio-tools versions to 1.63.0.
- Update googleapis-common-protos to a minimum version of 1.63.1.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Bump dependency versions and update version constraints to align with protobuf 6.x support. |
| RELEASE_NOTES.md | Amend release notes to reflect the updated dependency versions. |
This is needed to allow for protobuf 6.x, which is already required by other libraries. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
The 20.04 version of Ubuntu is no longer supported by GitHub Actions, so we need to upgrade to 24.04. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Version 3 is deprecated and no longer works. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
This file contains hidden or 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
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.
This is needed to allow for protobuf 6.x, which is already required by other libraries.