GehirnInc/python-jwt

Relax or remove upper bound for cryptography

tiran opened this issue · 1 comments

tiran commented

PR #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 pyca/cryptography#6345 .

Could you please relax or remove the upper bound?

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