GehirnInc / python-jwt

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

Relax or remove upper bound for cryptography #46

Closed tiran closed 3 years ago

tiran commented 3 years ago

PR https://github.com/GehirnInc/python-jwt/pull/45 changed version range of cryptography to cryptography >= 3.1, < 36.0. The new range is still problematic. Cryptography has adopted a new version scheme. New major version will be released more often. I expect release 36.0.0 in a couple of days. You can find more details in https://github.com/pyca/cryptography/issues/6345 .

Could you please relax or remove the upper bound?

yosida95 commented 3 years ago

@tiran Thank you for letting me know about this. I will remove the upper bound for cryptography soon.