Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from frequenz-client-microgrid's releases.

v0.8.0

Frequenz Microgrid API Client Release Notes

Summary

This release introduces sensors support and adds official support for Python 3.12. It also includes some bug fixes.

Upgrading

  • Some minimum versions of dependencies have been bumped to support Python 3.12. You might also need to bump these dependencies in your project.

New Features

  • The MicrogridApiClient can now list sensor retrieving their metadata (list_sensors()) and can stream sensor data (stream_sensor_data()).

Bug Fixes

  • When retrieving the microgrid metadata using metadata(), if the location was empty in the protobuf message, a wrong location with long=0, lat=0 was used. Now the location will be properly set to None in that case.
  • The client now does some missing cleanup (stopping background tasks) when disconnecting (and when used as a context manager).

What's Changed

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

Commits
  • f2846aa Prepare release notes for release v0.8.0 (#149)
  • c27f1ad Prepare release notes for release v0.8.0
  • a24d1c3 Fix sensor data streaming without metrics filter (#148)
  • da40a59 Fix a bug when retrieving all metrics for a sensor
  • dbf46b9 Improve sensor streaming test to test metric filtering
  • ec02eeb Add sensors listing and data streaming (#146)
  • f2d8181 Use enum values from protobuf enums
  • 6d494e1 Add a base class for creating IDs
  • 72e0b22 Make id a public module
  • 1d4370b Update release notes
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
frequenz-client-microgrid [>= 0.7.dev0, < 0.8]

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.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: frequenz-client-microgrid
  dependency-version: 0.8.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 Jun 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2025 18:15
@dependabot dependabot bot requested review from daniel-zullo-frequenz and removed request for a team June 1, 2025 18:15
@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 Jun 1, 2025
llucax
llucax previously approved these changes Jun 2, 2025
@llucax llucax enabled auto-merge June 2, 2025 08:44
@github-project-automation github-project-automation bot moved this from To do to Review approved in Python SDK Roadmap Jun 2, 2025
@llucax llucax dismissed their stale review June 2, 2025 08:46

This actually requires manual work.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Looks like frequenz-client-microgrid is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2025
auto-merge was automatically disabled June 16, 2025 15:40

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/frequenz-client-microgrid-gte-0.7.0-and-lt-0.9.0 branch June 16, 2025 15:40
@github-project-automation github-project-automation bot moved this from Review approved to Done in Python SDK Roadmap Jun 16, 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