Skip to content

Commit b54d9bf

Browse files
committed
Pin typing-extensions for python 3.8
1 parent c7221a8 commit b54d9bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies = [
4747
"halo==0.0.31",
4848
"colorama==0.4.6",
4949
"typing-extensions==4.7.1; python_version <= '3.7.0'",
50-
"typing-extensions==4.14.0; python_version > '3.7.0'",
50+
"typing-extensions==4.13.2; python_version <= '3.8.0'",
51+
"typing-extensions==4.14.0; python_version > '3.8.0'",
5152
"sarif-om==1.0.4",
5253
"semver==3.0.4",
5354
"patch-ng==1.18.1",

0 commit comments

Comments
 (0)