-
Notifications
You must be signed in to change notification settings - Fork 8
Update mypy-protobuf requirement from <4,>=3.0.0 to >=3.0.0,<5 #489
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
Merged
Marenz
merged 2 commits into
v0.x.x
from
dependabot/pip/mypy-protobuf-gte-3.0.0-and-lt-5
Jan 15, 2026
Merged
Update mypy-protobuf requirement from <4,>=3.0.0 to >=3.0.0,<5 #489
Marenz
merged 2 commits into
v0.x.x
from
dependabot/pip/mypy-protobuf-gte-3.0.0-and-lt-5
Jan 15, 2026
Conversation
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
Contributor
|
@dependabot rebase |
Updates the requirements on [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](nipunn1313/mypy-protobuf@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
a43173e to
af44767
Compare
Contributor
|
Damn, I would like to include this in the release to be more forward-compatibility, but it is failing. I'll try to see if it is an easy fix. |
The previous versions were inconsistent, as the runtime version was too new (6) for the build version (5). Normally Protobuf should be compatible between 2 consecutive major versions, but it seems this is not the case for these versions, as we got build failures saying the codegen version was newer than the runtime version. In any case, for new projects it should be OK and desired to use the latest versions, so we just do that. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Contributor
|
I added a fix, can anyone else approve? |
Marenz
approved these changes
Jan 15, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd:skip-release-notes
It is not necessary to update release notes for this PR
part:template
Affects the cookiecutter template files
part:tooling
Affects the development tooling (CI, deployment, dependency management, etc.)
tool:auto-merged
Auto-approved Dependabot PRs
type:tech-debt
Improves the project without visible changes for users
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.
Updates the requirements on mypy-protobuf to permit the latest version.
Changelog
Sourced from mypy-protobuf's changelog.
... (truncated)
Commits
7d68665prep 3.8.0 release (#715)7b20d4eSupport file level field presence feature setting (#717)f35584aAdd flags to generate only sync or only async stubs (#694)38362fbOverload new (#710)c89ee56Move to types-grpcio (#703)505e3a0Aidan/clear has field type aliases (#696)6fa9547Bump mypy from 1.14.1 to 1.19.0 (#700)5c7686dBump pytest-asyncio from 0.24.0 to 0.25.3 (#674)caade91Bump actions/checkout from 4 to 6 (#702)d86fe02Bump actions/setup-python from 5 to 6 (#701)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)