Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depreciado: uso do módulo crypt pelo passlib #138

Open
augusto-herrmann opened this issue Oct 17, 2024 · 0 comments
Open

Depreciado: uso do módulo crypt pelo passlib #138

augusto-herrmann opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@augusto-herrmann
Copy link
Member

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.

@augusto-herrmann augusto-herrmann added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant