Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Frequenz Quantities Library Release Notes

## Summary

<!-- Here goes a general summary of what this release is about -->

## Upgrading

- `typing-extensions` minimal version was bumped to 4.6.0 to be compatible with Python3.12. You might need to upgrade it in your project too.

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
- The minimum `typing-extensions` version was bumped to 4.12.0. Consumers may need to upgrade it too.
- The `marshmallow` optional dependency now requires version 4 or later. Consumers pinned to marshmallow 3.x must upgrade.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dev-pytest = [
]

marshmallow = [
"marshmallow >= 3.0.0, < 5",
"marshmallow >= 4, < 5",
"marshmallow-dataclass >= 8.0.0, < 9",
]
Comment thread
Marenz marked this conversation as resolved.

Expand Down