Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

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

Release notes

Sourced from frequenz-client-microgrid's releases.

v0.7.0

Frequenz Microgrid API Client Release Notes

Upgrading

  • Now component and microgrid IDs are wrapped in new classes: ComponentId and MicrogridId respectively.

    These classes provide type safety and prevent accidental errors by:

    • Making it impossible to mix up microgrid and component IDs (equality comparisons between different ID types always return false).
    • Preventing accidental math operations on IDs.
    • Providing clear string representations for debugging (MID42, CID42).
    • Ensuring proper hash behavior in collections.

    To migrate you just need to wrap your int IDs with the appropriate class: 0 -> ComponentId(0) / MicrogridId(0).

What's Changed

Full Changelog: frequenz-floss/frequenz-client-microgrid-python@v0.6.1...v0.7.0

Commits
  • af4f0b5 Prepare for release v0.7.0 (#123)
  • 74b1f33 Prepare release notes for v0.7.0
  • 5aa05de Make ID classes final
  • 8bd31f1 Add ID wrapper classes (#122)
  • b6dbc6a Update release notes
  • b38bb9b Add metadata initialization tests
  • cab70f9 Use the new ID types throughout the client
  • 88ad8dc Add strongly typed IDs for microgrids and components
  • 51128dd tests: Import from public modules when possible
  • ec1b472 Use Iterator from collections.abs
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [frequenz-client-microgrid](https://github.com/frequenz-floss/frequenz-client-microgrid-python) to permit the latest version.
- [Release notes](https://github.com/frequenz-floss/frequenz-client-microgrid-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-client-microgrid-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-client-microgrid-python@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: frequenz-client-microgrid
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Apr 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 18:02
@dependabot dependabot bot requested review from daniel-zullo-frequenz and removed request for a team April 1, 2025 18:02
@llucax
Copy link
Contributor

llucax commented Apr 9, 2025

To be done by #1182.

@llucax
Copy link
Contributor

llucax commented Apr 9, 2025

@dependabot ignore this minor version

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

OK, I won't notify you about version 0.7.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/frequenz-client-microgrid-gte-0.6.0-and-lt-0.8.0 branch April 9, 2025 11:25
@github-project-automation github-project-automation bot moved this from To do to Done in Python SDK Roadmap Apr 9, 2025
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.) type:tech-debt Improves the project without visible changes for users

Projects

Development

Successfully merging this pull request may close these issues.

1 participant