Skip to content

Commit e7ef80f

Browse files
committed
Set a minimum version for typing_extensions
Signed-off-by: Simo Sorce <[email protected]>
1 parent a06b84a commit e7ef80f

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
@@ -37,7 +37,7 @@
3737
data_files = [('share/doc/jwcrypto', ['LICENSE', 'README.md'])],
3838
install_requires = [
3939
'cryptography >= 3.4',
40-
'typing_extensions',
40+
'typing_extensions >= 4.5.0',
4141
],
4242
python_requires = '>= 3.8',
4343
)

0 commit comments

Comments
 (0)