Skip to content

Commit 895ad7c

Browse files
authored
Fix dependencies and prepare release notes for v0.3.2 release (#79)
2 parents 07b4d82 + cdb8cce commit 895ad7c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release replaces the failed v0.3.1 release.
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- The `typing-extensions` dependency minimum version was bumped to 4.13 to support Python 3.12.
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
- New `BaseId` class to create unique IDs for entities in the system.
14+
- New ID classes for microgrid-related entities:
1415

15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
16+
* `EnterpriseId`
17+
* `MicrogridId`
18+
* `ComponentId`
19+
* `SensorId`

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-
"typing-extensions >= 4.6.0, < 5",
29+
"typing-extensions >= 4.13.0, < 5",
3030
"frequenz-api-common >= 0.6.0, < 7",
3131
"frequenz-core >= 1.0.0, < 2",
3232
]

0 commit comments

Comments
 (0)