chore(deps): update protobuf requirement from <7,>=6.31.0 to >=7.35.1,<8 in /sdk#150
chore(deps): update protobuf requirement from <7,>=6.31.0 to >=7.35.1,<8 in /sdk#150dependabot[bot] wants to merge 2 commits into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Thanks for your first pull request! We appreciate the contribution. Before review, please make sure tests pass: |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4452932 to
d121542
Compare
|
Closing — this bump is currently unresolvable. grpcio-tools 1.81.1 (latest, dev dependency for codegen/typecheck/tests) requires protobuf<7, conflicting with the protobuf>=7.35.1 bump here. CI fails on Typecheck, Tests, and Examples with a ResolutionImpossible error. Added a dependabot ignore rule for protobuf>=7 in #152 so this won't recur until grpcio-tools supports protobuf 7. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Dependabot PR #150 bumped protobuf to >=7.35.1,<8, but grpcio-tools 1.81.1 (latest, dev dependency for codegen/typecheck/tests) requires protobuf<7. This made the dependency set unresolvable and broke CI. Add a dependabot ignore rule for protobuf>=7 in /sdk and /examples so this doesn't recur until grpcio-tools ships protobuf-7 support.
Updates the requirements on protobuf to permit the latest version.
Commits