python-jose icon indicating copy to clipboard operation
python-jose copied to clipboard

Warning! From cryptography backend.

Open ibrag8998 opened this issue 4 years ago • 3 comments
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

ibrag8998 avatar Apr 08 '21 18:04 ibrag8998

See #222

ibrag8998 avatar Apr 08 '21 18:04 ibrag8998

fixed, release coming soon (I want to move stuff to use Github Actions first)

asherf avatar Apr 30 '21 01:04 asherf

when will it be? looking forward to a new release to suppress this warning. :smiley:

KurumiSerori avatar Jun 04 '21 08:06 KurumiSerori