-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ao executar os testes, aparece um warning avisando que o módulo crypt será depreciado no Python 3.13.
../../usr/local/lib/python3.11/site-packages/passlib/utils/__init__.py:854
/usr/local/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
Atualizar ou alterar a biblioteca que está chamando a função depreciada, para que no futuro a aplicação possa ser atualizada para usar a versão 3.13 e posteriores do Python.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working