Skip to content

Commit

Permalink
Revert the use of typing_extensions in py3.8+
Browse files Browse the repository at this point in the history
The original change requiring py3.10 TypeGuard (and matching
typing_extensions) has been reverted, so revert the requirement
on typing_extensions as well.
  • Loading branch information
mgorny authored and Byron committed Dec 1, 2021
1 parent 35f7e94 commit 62131f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gitdb>=4.0.1,<5
typing-extensions>=3.7.4.3;python_version<"3.10"
typing-extensions>=3.7.4.3;python_version<"3.8"

0 comments on commit 62131f3

Please sign in to comment.