Skip to content

Commit 84d3f7a

Browse files
committed
Bump typing-extensions to >=4.12.0
This is needed by some dependencies to be compatible with Python versions older than 3.13. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent e36f404 commit 84d3f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8.0, < 2",
3030
"grpcio >= 1.59, < 2",
3131
"protobuf >= 5.29.2, < 7",
32-
"typing-extensions >= 4.6.0, < 5",
32+
"typing-extensions >= 4.12.0, < 5",
3333
]
3434
dynamic = ["version"]
3535

0 commit comments

Comments
 (0)