python-jose
python-jose copied to clipboard
Warning! From cryptography backend.
trafficstars
When using python-jose[cryptography] such a warning appears:
.../python3.8/site-packages/jose/backends/cryptography_backend.py:23: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes, int_to_bytes
See #222
fixed, release coming soon (I want to move stuff to use Github Actions first)
when will it be? looking forward to a new release to suppress this warning. :smiley: