We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1232fb8 commit 7b01e54Copy full SHA for 7b01e54
RELEASE_NOTES.md
@@ -6,7 +6,7 @@
6
7
## Upgrading
8
9
-<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
+- The `typing-extensions` dependency minimum version was bumped to 4.6 to support Python 3.12.
10
11
## New Features
12
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
requires-python = ">= 3.11, < 4"
28
dependencies = [
29
- "typing-extensions >= 4.5.0, < 5",
+ "typing-extensions >= 4.6.0, < 5",
30
"frequenz-api-common >= 0.6.0, < 7",
31
32
dynamic = ["version"]
0 commit comments