-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is your feature request related to a problem? Please describe.
Passlib has not been updated in 4 years. We get this deprecation warning.
passlib/utils/__init__.py:854: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13
from crypt import crypt as _crypt
Describe the solution you'd like
- Remove
passliband do our own thing - Vendor passlib and update it as needed
- See if someone trustworthy else has make a
passlib2or similar and use that - Fork
passlib, republish for the good of the community, and maintain that
All of these have drawbacks, and I'm not at this time proposing we take any particular path. This issue is just to draw attention and document it.
Describe alternatives you've considered
return to monk and burn the puters
Additional context
This is my fault as I opened #275 and recommended passlib without realizing how unmaintained it was
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
BL-P1 - Critical Bugs