GehirnInc / python-jwt

JSON Web Token library for Python
https://pypi.python.org/pypi/jwt
Apache License 2.0
145 stars 30 forks source link

require newer cryptography package #39

Closed aviau closed 3 years ago

aviau commented 3 years ago

Any reason this depends on an older cryptography package?

yosida95 commented 3 years ago

Thank you for the question. The upper bound of the cryptography version is unintended, thus we have released jwt == 1.2.0 which relaxes cryptography constraint (>= 3.1, < 4).