Skip to content

chore(deps): update frequenz-client-common requirement from <0.4.0,>=0.3.8 to >=0.3.8,<0.5.0#119

Merged
frequenz-auto-dependabot[bot] merged 1 commit into
v0.x.xfrom
dependabot/pip/frequenz-client-common-gte-0.3.6-and-lt-0.5.0
Jul 9, 2026
Merged

chore(deps): update frequenz-client-common requirement from <0.4.0,>=0.3.8 to >=0.3.8,<0.5.0#119
frequenz-auto-dependabot[bot] merged 1 commit into
v0.x.xfrom
dependabot/pip/frequenz-client-common-gte-0.3.6-and-lt-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on frequenz-client-common to permit the latest version.

Release notes

Sourced from frequenz-client-common's releases.

v0.4.0

Frequenz Client Common Library Release Notes

Summary

This breaking release removes deprecated compatibility modules and symbols, and implicit enum conversions.

Upgrading

[!NOTE] We recommend upgrading first to v0.3.8 and remove all deprecation warnings (and implicit conversions of enum values to protobuf messages) before upgrading to v0.4.0.

By doing so you'll be guided by the deprecation warnings and when you are done, upgrading to v0.4.0 should imply not extra work.

  • Passing enum values directly to build protobuf messages is not longer supported, you need to call the conversion functions xxx_(from|to)_proto_v1alpha8() explicitly.
  • Replace frequenz.client.common.metric.Metric with frequenz.client.common.metrics.Metric.
  • Replace frequenz.client.common.microgrid.components imports with frequenz.client.common.microgrid.electrical_components imports.
  • Replace frequenz.client.common.enum_proto.enum_from_proto with frequenz.client.common.proto.enum_from_proto.
  • Replace frequenz.client.common.metrics.proto conversion imports with frequenz.client.common.metrics.proto.v1alpha8 imports.
  • Replace PaginationInfo.from_proto(), PaginationInfo.to_proto(), and PaginationInfo.to_proto_v1alpha8() with frequenz.client.common.pagination.proto.v1alpha8 conversion functions.
  • Replace frequenz.client.common.pagination.Info with frequenz.client.common.pagination.PaginationInfo.
  • Use API-provided v1alpha8 pagination protobuf messages directly instead of frequenz.client.common.pagination.Params.

What's Changed

Full Changelog: frequenz-floss/frequenz-client-common-python@v0.3.8...v0.4.0

Changelog

Sourced from frequenz-client-common's changelog.

Frequenz Client Common Library Release Notes

Summary

This breaking release removes deprecated compatibility modules and symbols, and implicit enum conversions.

Upgrading

[!NOTE] We recommend upgrading first to v0.3.8 and remove all deprecation warnings (and implicit conversions of enum values to protobuf messages) before upgrading to v0.4.0.

By doing so you'll be guided by the deprecation warnings and when you are done, upgrading to v0.4.0 should imply not extra work.

  • Passing enum values directly to build protobuf messages is not longer supported, you need to call the conversion functions xxx_(from|to)_proto_v1alpha8() explicitly.
  • Replace frequenz.client.common.metric.Metric with frequenz.client.common.metrics.Metric.
  • Replace frequenz.client.common.microgrid.components imports with frequenz.client.common.microgrid.electrical_components imports.
  • Replace frequenz.client.common.enum_proto.enum_from_proto with frequenz.client.common.proto.enum_from_proto.
  • Replace frequenz.client.common.metrics.proto conversion imports with frequenz.client.common.metrics.proto.v1alpha8 imports.
  • Replace PaginationInfo.from_proto(), PaginationInfo.to_proto(), and PaginationInfo.to_proto_v1alpha8() with frequenz.client.common.pagination.proto.v1alpha8 conversion functions.
  • Replace frequenz.client.common.pagination.Info with frequenz.client.common.pagination.PaginationInfo.
  • Use API-provided v1alpha8 pagination protobuf messages directly instead of frequenz.client.common.pagination.Params.
Commits
  • cef0ee2 Prepare release notes for release v0.4.0 (#199)
  • 1553b17 Prepare release notes for release v0.4.0
  • 82574d3 Remove deprecated symbols (#196)
  • 3b8b45a Update release notes
  • 0772f7d Remove metrics proto shim exports
  • 5e4cb7d Remove deprecated enum proto module
  • 788216c Remove deprecated pagination shims
  • b58f272 Remove deprecated electrical component methods
  • 0c8b124 Remove deprecated component module
  • 96a3585 Remove deprecated metric module
  • Additional commits viewable in compare view

@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jul 1, 2026
@dependabot dependabot Bot requested review from a team as code owners July 1, 2026 22:07
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jul 1, 2026
@dependabot dependabot Bot requested review from daniel-zullo-frequenz and removed request for a team July 1, 2026 22:07
@frequenz-auto-dependabot frequenz-auto-dependabot Bot added the tool:auto-merged Auto-approved Dependabot PRs label Jul 1, 2026
Updates the requirements on [frequenz-client-common](https://github.com/frequenz-floss/frequenz-client-common-python) to permit the latest version.
- [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.4.0/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-client-common-python@v0.3.8...v0.4.0)

---
updated-dependencies:
- dependency-name: frequenz-client-common
  dependency-version: 0.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): update frequenz-client-common requirement from <0.4.0,>=0.3.6 to >=0.3.6,<0.5.0 chore(deps): update frequenz-client-common requirement from <0.4.0,>=0.3.8 to >=0.3.8,<0.5.0 Jul 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/frequenz-client-common-gte-0.3.6-and-lt-0.5.0 branch from e074d80 to 884d747 Compare July 9, 2026 09:12
@frequenz-auto-dependabot frequenz-auto-dependabot Bot added this pull request to the merge queue Jul 9, 2026
Merged via the queue into v0.x.x with commit 9df2d63 Jul 9, 2026
8 checks passed
@frequenz-auto-dependabot frequenz-auto-dependabot Bot deleted the dependabot/pip/frequenz-client-common-gte-0.3.6-and-lt-0.5.0 branch July 9, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants