Skip to content

Commit 7b01e54

Browse files
committed
Bump minimal deps to be compatible with Python 3.12
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1232fb8 commit 7b01e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.6 to support Python 3.12.
1010

1111
## New Features
1212

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.5.0, < 5",
29+
"typing-extensions >= 4.6.0, < 5",
3030
"frequenz-api-common >= 0.6.0, < 7",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)