An open index of dependabot pull requests across open source projects.

Update frequenz-client-common requirement from <0.4.0,>=0.3.6 to >=0.3.6,<0.5.0

Open
Number: #315
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: July 01, 2026 at 03:35 PM UTC
(23 days ago)
Updated: July 02, 2026 at 10:58 AM UTC
(22 days ago)
Labels:
part:tooling type:tech-debt part:dispatcher tool:auto-merged
Description:

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: https://github.com/frequenz-floss/frequenz-client-common-python/compare/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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Ecosystem:
pip
Version Change:
<0.4.0,>=0.3.6 → >=0.3.6,<0.5.0
Update Type:
Patch
Technical Details
ID: 16113666
UUID: 4787005654
Node ID: PR_kwDOLMDPB87sv0iR
Host: GitHub
Repository: frequenz-floss/frequenz-client-dispatch-python