mpdavis / python-jose

A JOSE implementation in Python
MIT License
1.54k stars 235 forks source link

Warning! From cryptography backend. #221

Open ibrag8998 opened 3 years ago

ibrag8998 commented 3 years ago

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 commented 3 years ago

See #222

asherf commented 3 years ago

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

KurumiSerori commented 3 years ago

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