Skip to content

Commit 9bb2ffe

Browse files
committed
Bump typing-extensions dependency to include Python 3.10
This is needed for use of typing_extensions.Self on Python 3.10, since typing.Self doesn't exist before Python 3.11.
1 parent 6936587 commit 9bb2ffe

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"itsdangerous",
3030
"jinja2",
3131
"markupsafe",
32-
"typing-extensions; python_version < '3.10'",
32+
"typing-extensions; python_version < '3.11'",
3333
"werkzeug>=3.0",
3434
]
3535

0 commit comments

Comments
 (0)