Open joaquimrcarvalho opened 2 months ago
.venv/lib/python3.11/site-packages/passlib/utils/__init__.py:854
/Users/jrc/develop/timelink-py/.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
Who is using passlib? FastAPI I think but check with https://stackoverflow.com/questions/9232568/identifying-the-dependency-relationship-for-python-packages-installed-with-pip
https://github.com/time-link/timelink-py/blob/3b7742f027716c5b7f968065ecf21a8425e582cb/setup.py#L47