Skip to content

Commit

Permalink
Set a minimum version for typing_extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed Feb 13, 2024
1 parent a06b84a commit e7ef80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit e7ef80f

Please sign in to comment.