Skip to content

Commit 62131f3

Browse files
mgornyByron
authored andcommitted
Revert the use of typing_extensions in py3.8+
The original change requiring py3.10 TypeGuard (and matching typing_extensions) has been reverted, so revert the requirement on typing_extensions as well.
1 parent 35f7e94 commit 62131f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gitdb>=4.0.1,<5
2-
typing-extensions>=3.7.4.3;python_version<"3.10"
2+
typing-extensions>=3.7.4.3;python_version<"3.8"

0 commit comments

Comments
 (0)