Skip to content

Commit d5f2f8a

Browse files
committed
Bump typing-extensions to >=4.12.0
We need this because pytest-asyncio 1.2.0 requires it for Python versions older than 3.13. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 327c5ec commit d5f2f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.12.0, < 5",
3030
"watchfiles >= 0.15.0, < 1.2.0",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)