Skip to content

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

@augusto-herrmann

Description

@augusto-herrmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions