Skip to content

chore: ignore protobuf 7.x updates in dependabot#152

Merged
zeevdr merged 2 commits into
mainfrom
chore/dependabot-ignore-protobuf-7
Jun 15, 2026
Merged

chore: ignore protobuf 7.x updates in dependabot#152
zeevdr merged 2 commits into
mainfrom
chore/dependabot-ignore-protobuf-7

Conversation

@zeevdr

@zeevdr zeevdr commented Jun 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Dependabot PR chore(deps): update protobuf requirement from <7,>=6.31.0 to >=7.35.1,<8 in /sdk #150 bumped protobuf to >=7.35.1,<8, but grpcio-tools 1.81.1 (the latest release, used as a dev dependency for codegen/typecheck/tests) still requires protobuf<7.0.0,>=6.33.5. This makes the dependency set unresolvable and breaks Typecheck, Tests, and Examples in CI.
  • Add a dependabot ignore rule for protobuf >=7 in the /sdk and /examples pip ecosystem so we don't get repeated unresolvable bumps until grpcio-tools ships protobuf-7 support.

Test plan

grpcio-tools 1.81.1 (latest) requires protobuf<7, conflicting with
dependabot's protobuf>=7.35.1 bump (#150). Ignore protobuf majors >=7
until grpcio-tools releases protobuf-7-compatible support.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@zeevdr zeevdr merged commit fa67764 into main Jun 15, 2026
13 checks passed
@zeevdr zeevdr deleted the chore/dependabot-ignore-protobuf-7 branch June 15, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant