Skip to content

Commit a61a948

Browse files
authored
Add typing-extensions as a dependency
1 parent 78c4bda commit a61a948

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
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.9"
2323
dependencies = [
24-
"zipp >= 3.1.0; python_version < '3.10'",
24+
"zipp >= 3.1.0; typing-extensions >= 3.10; python_version < '3.10'",
2525
]
2626
dynamic = ["version"]
2727

0 commit comments

Comments
 (0)