Address passlib crypt deprecation warning #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backend tests currently emit a DeprecationWarning from passlib importing Python's standard-library crypt module on Python 3.12. The crypt module is slated for removal in Python 3.13. Decide whether to filter the warning temporarily or move password hashing to a maintained approach that is clean on Python 3.13 before Python 3.13 becomes a supported runtime.