Skip to content

Commit 9521f3b

Browse files
committed
Bump the minimum dependency of typing-extensions
This is to be compatible with Python 3.12. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 17884ab commit 9521f3b

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
@@ -7,5 +7,5 @@
77
## Upgrading
88

99
* Updated `protobuf` dependency range: changed from `>=4.21.6, <6` to `>=5.29.2, <7`
10-
10+
* The minimum dependency for `typing-extensions` is now `>=4.6.0` to be compatible with Python 3.12
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"frequenz-channels >= 1.6.1, < 2",
3030
"grpcio >= 1.54.2, < 2",
3131
"protobuf >= 5.29.2, < 7",
32-
"typing-extensions >= 4.5.0, < 5",
32+
"typing-extensions >= 4.6.0, < 5",
3333
]
3434
dynamic = ["version"]
3535

0 commit comments

Comments
 (0)