diff --git a/setup.py b/setup.py index cf55329..984f9e9 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ data_files = [('share/doc/jwcrypto', ['LICENSE', 'README.md'])], install_requires = [ 'cryptography >= 3.4', - 'typing_extensions', + 'typing_extensions >= 4.5.0', ], python_requires = '>= 3.8', )