Update frequenz-client-common requirement from <0.4.0,>=0.3.6 to >=0.3.6,<0.5.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(23 days ago)
(22 days ago)
part:tooling type:tech-debt part:dispatcher tool:auto-merged
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.Metricwithfrequenz.client.common.metrics.Metric.- Replace
frequenz.client.common.microgrid.componentsimports withfrequenz.client.common.microgrid.electrical_componentsimports.- Replace
frequenz.client.common.enum_proto.enum_from_protowithfrequenz.client.common.proto.enum_from_proto.- Replace
frequenz.client.common.metrics.protoconversion imports withfrequenz.client.common.metrics.proto.v1alpha8imports.- Replace
PaginationInfo.from_proto(),PaginationInfo.to_proto(), andPaginationInfo.to_proto_v1alpha8()withfrequenz.client.common.pagination.proto.v1alpha8conversion functions.- Replace
frequenz.client.common.pagination.Infowithfrequenz.client.common.pagination.PaginationInfo.- Use API-provided
v1alpha8pagination protobuf messages directly instead offrequenz.client.common.pagination.Params.What's Changed
- Merge tag 'v0.3.8' into 'v0.x.x' by
@llucaxin frequenz-floss/frequenz-client-common-python#195- Remove deprecated symbols by
@llucaxin frequenz-floss/frequenz-client-common-python#196- Prepare release notes for release v0.4.0 by
@llucaxin frequenz-floss/frequenz-client-common-python#199Full 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.Metricwithfrequenz.client.common.metrics.Metric.- Replace
frequenz.client.common.microgrid.componentsimports withfrequenz.client.common.microgrid.electrical_componentsimports.- Replace
frequenz.client.common.enum_proto.enum_from_protowithfrequenz.client.common.proto.enum_from_proto.- Replace
frequenz.client.common.metrics.protoconversion imports withfrequenz.client.common.metrics.proto.v1alpha8imports.- Replace
PaginationInfo.from_proto(),PaginationInfo.to_proto(), andPaginationInfo.to_proto_v1alpha8()withfrequenz.client.common.pagination.proto.v1alpha8conversion functions.- Replace
frequenz.client.common.pagination.Infowithfrequenz.client.common.pagination.PaginationInfo.- Use API-provided
v1alpha8pagination protobuf messages directly instead offrequenz.client.common.pagination.Params.
Commits
cef0ee2Prepare release notes for release v0.4.0 (#199)1553b17Prepare release notes for release v0.4.082574d3Remove deprecated symbols (#196)3b8b45aUpdate release notes0772f7dRemove metrics proto shim exports5e4cb7dRemove deprecated enum proto module788216cRemove deprecated pagination shimsb58f272Remove deprecated electrical component methods0c8b124Remove deprecated component module96a3585Remove 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
frequenz-client-common
pip
<0.4.0,>=0.3.6 → >=0.3.6,<0.5.0
Patch
Technical Details
| ID: | 16113666 |
| UUID: | 4787005654 |
| Node ID: | PR_kwDOLMDPB87sv0iR |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-client-dispatch-python |