Widen dependency for the SDK to work with the microgrid API v0.18#219
Widen dependency for the SDK to work with the microgrid API v0.18#219llucax merged 1 commit intofrequenz-floss:v1.x.xfrom
Conversation
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
|
@Marenz can we merge this soon and make a patch release? |
There was a problem hiding this comment.
Pull request overview
This PR widens the dependency constraint for frequenz-sdk to support versions up to < 1.0.0-rc2300, enabling compatibility with microgrid API v0.18. The change is minimal and focused on dependency management.
- Updates SDK version upper bound from rc2200 to rc2300
- Updates release notes to reflect the dependency changes
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Widens the frequenz-sdk dependency constraint to < 1.0.0-rc2300 to support newer SDK versions; includes an incidental whitespace change |
| RELEASE_NOTES.md | Updates release notes to describe the dependency compatibility changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "flake8 == 7.3.0", | ||
| "flake8-docstrings == 1.7.0", | ||
| "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml | ||
| "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
There was a problem hiding this comment.
[nitpick] This whitespace change appears to be unintentional. The space before the comment should be preserved to maintain consistency with the formatting style used elsewhere in the file (e.g., line 38-40 above).
| "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml | |
| "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
Marenz
left a comment
There was a problem hiding this comment.
Mixes whitespace with version change, but OK if urgent
|
Sorry, I missed that, the automated formatting on write 😬 |
Signed-off-by: Leandro Lucarella luca-frequenz@llucax.com