Skip to content

Commit 3774461

Browse files
authored
Bump frequenz-api-microgrid to 0.15.3 (#855)
This is only to indirectly bump the api-common dependency to 0.5.x so it is compatible with other APIs.
2 parents 971d7cf + 9b8729b commit 3774461

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@
108108
- The PowerManager no longer holds on to proposals from dead actors forever. If an actor hasn't sent a new proposal in 60 seconds, the available proposal from that actor is dropped.
109109

110110
- Fix `Quantity.__format__()` sometimes skipping the number for very small values.
111+
112+
- Not strictly a bug fix, but the microgrid API version was bumped to v0.15.3, which indirectly bumps the common API dependency to v0.5.x, so the SDK can be compatible with other APIs using a newer version of the common API.
113+
114+
Downstream projects that require a `frequenz-api-common` v0.5.x and want to ensure proper dependency resolution should update their minimum SDK version to this release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"frequenz-api-microgrid >= 0.15.1, < 0.16.0",
29+
"frequenz-api-microgrid >= 0.15.3, < 0.16.0",
3030
# Make sure to update the mkdocs.yml file when
3131
# changing the version
3232
# (plugins.mkdocstrings.handlers.python.import)

0 commit comments

Comments
 (0)