Skip to content

fix(deps): update dependency protobuf to v7#330

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/protobuf-7.x
Open

fix(deps): update dependency protobuf to v7#330
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/protobuf-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 27, 2026

This PR contains the following updates:

Package Change Age Confidence
protobuf ==6.33.6==7.34.1 age confidence

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • Between 01:00 AM and 05:59 AM, Monday through Wednesday (* 1-5 * * 1-3)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 27, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package protobuf --upgrade-package protobuf
Using CPython 3.14.5 interpreter at: /opt/containerbase/tools/python/3.14.5/bin/python3
  × No solution found when resolving dependencies:
  ╰─▶ Because grpcio-tools==1.80.0 depends on protobuf>=6.31.1,<7.0.0 and
      your project depends on grpcio-tools==1.80.0, we can conclude that your
      project depends on protobuf>=6.31.1,<7.0.0.
      And because your project depends on protobuf==7.34.1, we can conclude
      that your project's requirements are unsatisfiable.

@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 2 times, most recently from 984caff to 1fc568f Compare March 3, 2026 09:03
@renovate renovate Bot changed the title Update dependency protobuf to v7 fix(deps): update dependency protobuf to v7 Mar 3, 2026
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 3 times, most recently from 5ab3d7f to 1e36b31 Compare March 6, 2026 02:14
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 7 times, most recently from 7031f17 to ffb3377 Compare March 26, 2026 20:29
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 16 times, most recently from 8e0684b to 306ada5 Compare April 2, 2026 13:46
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from 306ada5 to 3bebf97 Compare April 2, 2026 18:31
@hanstrompert
Copy link
Copy Markdown
Member

Protobuf v7 Compatibility Analysis

Blocker: grpcio-tools

The latest grpcio-tools (1.80.0) pins protobuf<7.0.0. This PR cannot be merged until a new grpcio-tools release drops that upper bound.

Python breaking changes in protobuf v7 (repo v34.0)

  • FieldDescriptor.label removed — use is_repeated() / is_required() instead
  • UseDeprecatedLegacyJsonFieldConflicts() removed
  • float_format / double_format removed from text_format
  • float_precision removed from json_format
  • Assigning bool to int/enum fields now raises an error
  • Non-datetimeTimestamp and non-timedeltaDuration conversions now raise TypeError instead of AttributeError

SuPA code impact: none

Checked the codebase — none of the removed/changed APIs are used. The FromDatetime() / ToDatetime() calls all pass proper datetime objects. Once grpcio-tools supports protobuf v7, this upgrade should require no code changes.

@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 5 times, most recently from 562161a to 9ae63cf Compare April 7, 2026 08:43
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from 9ae63cf to aa6c90c Compare April 14, 2026 07:11
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from aa6c90c to aa4e9fb Compare April 22, 2026 08:51
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from aa4e9fb to 0ee6979 Compare May 4, 2026 06:36
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from 0ee6979 to a938dce Compare May 18, 2026 16:46
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