You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ao executar os testes, aparece um warning avisando que o módulo
crypt
será depreciado no Python 3.13.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.
The text was updated successfully, but these errors were encountered: