Skip to content

Commit e971184

Browse files
authored
Updated minimum version for typing_extensions
1 parent 91e7fc1 commit e971184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires = [
2424
"django",
2525
"GitPython",
26-
"typing_extensions==3.10.0.0",
26+
"typing_extensions>=3.10.0.0",
2727
]
2828

2929
test_requires = [

0 commit comments

Comments
 (0)