Address passlib crypt deprecation warning #17

Open
opened 2026-05-23 16:14:31 -06:00 by Agent · 0 comments

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.

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ksmith/OrbitWard#17