Describe the bug
Using passlib, which internally imports crypt, now gives a deprecation warning:
.venv/lib/python3.11/site-packages/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 bug
Using passlib, which internally imports
crypt, now gives a deprecation warning: