Skip to content

chore(deps): update python packages to v7 (major)#957

Merged
zhindes merged 1 commit intomasterfrom
users/renovate/major-python
Apr 28, 2026
Merged

chore(deps): update python packages to v7 (major)#957
zhindes merged 1 commit intomasterfrom
users/renovate/major-python

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 19, 2026

This PR contains the following updates:

Package Change Age Confidence
protobuf 6.33.67.34.1 age confidence
types-protobuf (changelog) 6.32.1.202602217.34.1.20260408 age confidence

Configuration

📅 Schedule: (in timezone US/Central)

  • Branch creation
    • Only on Sunday (* * * * 0)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 19, 2026

Test Results

    48 files  ±0      48 suites  ±0   1h 20m 31s ⏱️ + 2m 2s
 3 209 tests ±0   2 556 ✅ ±0     653 💤 ±0  0 ❌ ±0 
62 228 runs  ±0  49 398 ✅ ±0  12 830 💤 ±0  0 ❌ ±0 

Results for commit eab4b91. ± Comparison against base commit 501f99a.

♻️ This comment has been updated with latest results.

Copy link
Copy Markdown
Collaborator

@zhindes zhindes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkeryan - it didn't actually update protobuf. It looks like we use a unique major version for <3.13, 3.13, and 3.14. Maybe that confused it...

@bkeryan
Copy link
Copy Markdown
Collaborator

bkeryan commented Apr 20, 2026

@bkeryan - it didn't actually update protobuf. It looks like we use a unique major version for <3.13, 3.13, and 3.14. Maybe that confused it...

I know. This has happened in all of our gRPC based Python repos. It's because we don't have a grpcio-tools version block that is compatible with protobuf v7.

grpcio-tools 1.49 requires protobuf v4.
grpcio-tools 1.75 requires protobuf v6.

@bkeryan
Copy link
Copy Markdown
Collaborator

bkeryan commented Apr 20, 2026

@bkeryan - it didn't actually update protobuf. It looks like we use a unique major version for <3.13, 3.13, and 3.14. Maybe that confused it...

I know. This has happened in all of our gRPC based Python repos. It's because we don't have a grpcio-tools version block that is compatible with protobuf v7.

grpcio-tools 1.49 requires protobuf v4. grpcio-tools 1.75 requires protobuf v6.

@zhindes Actually, there is no version of grpcio-tools that is compatible with protobuf v7.

https://github.com/grpc/grpc/blob/master/tools/distrib/python/grpcio_tools/setup.py#L340
grpc/grpc#42011

@zhindes
Copy link
Copy Markdown
Collaborator

zhindes commented Apr 22, 2026

@bkeryan - it didn't actually update protobuf. It looks like we use a unique major version for <3.13, 3.13, and 3.14. Maybe that confused it...

I know. This has happened in all of our gRPC based Python repos. It's because we don't have a grpcio-tools version block that is compatible with protobuf v7.
grpcio-tools 1.49 requires protobuf v4. grpcio-tools 1.75 requires protobuf v6.

@zhindes Actually, there is no version of grpcio-tools that is compatible with protobuf v7.

https://github.com/grpc/grpc/blob/master/tools/distrib/python/grpcio_tools/setup.py#L340 grpc/grpc#42011

The diff looks good now

Nevermind, protobuf 6.33.6 → 7.34.1 seems missing

@renovate renovate Bot force-pushed the users/renovate/major-python branch from 900a83e to 03229ee Compare April 22, 2026 14:25
@zhindes zhindes enabled auto-merge (squash) April 22, 2026 14:25
@zhindes zhindes disabled auto-merge April 22, 2026 14:26
Copy link
Copy Markdown
Collaborator

@zhindes zhindes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait no the protobuf update didn't seem to happen

@renovate renovate Bot force-pushed the users/renovate/major-python branch from 03229ee to c7bee5e Compare April 23, 2026 01:38
@renovate renovate Bot changed the title chore(deps): update python packages to v7 (major) chore(deps): update dependency types-protobuf to v7 Apr 24, 2026
@renovate renovate Bot changed the title chore(deps): update dependency types-protobuf to v7 chore(deps): update python packages to v7 (major) Apr 24, 2026
@renovate renovate Bot force-pushed the users/renovate/major-python branch from c7bee5e to 3f007cf Compare April 24, 2026 07:18
@renovate renovate Bot changed the title chore(deps): update python packages to v7 (major) chore(deps): update dependency protobuf to v7 Apr 24, 2026
@renovate renovate Bot changed the title chore(deps): update dependency protobuf to v7 chore(deps): update python packages to v7 (major) Apr 24, 2026
@renovate renovate Bot force-pushed the users/renovate/major-python branch from 3f007cf to eab4b91 Compare April 27, 2026 01:46
Copy link
Copy Markdown
Collaborator

@zhindes zhindes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now

@zhindes zhindes merged commit 9e2380c into master Apr 28, 2026
35 checks passed
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.

2 participants