cryptography int_from_bytes is deprecated #902
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Error: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
google-auth-library-python/google/auth/crypt/es256.py
Line 56 in 77d7f1b
Environment details
google-auth
version: 2.3.2Steps to reproduce
from google.oauth2 import service_account
The text was updated successfully, but these errors were encountered: