jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.08k stars 679 forks source link

Remove `types-cryptography` from `crypto` extra #805

Closed lautat closed 1 year ago

lautat commented 1 year ago

This is not needed for using the project with cryptography. Also, the typing information is incorrect or incomplete for the latest version of cryptography.

Fixes #804

jeroenp commented 1 year ago

I'd love to see a new release for this so that I don't have to pull in the new dependency types-cryptography when updating to 2.5.0. Thanks.