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

Deprecate and replace passlib #646

Open
kurtmckee opened this issue Oct 25, 2022 · 0 comments
Open

Deprecate and replace passlib #646

kurtmckee opened this issue Oct 25, 2022 · 0 comments

Comments

@kurtmckee
Copy link
Collaborator

The crypt module will be removed in Python 3.13.

However, the optional passlib package (used for PasswordType) uses the crypt module, but hasn't been updated in several years. It appears that there is not a path forward with passlib.

The immediate need is to silence the deprecation warnings in the sqlalchemy-utils test suite, but it will soon be necessary to completely remove passlib as an optional dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant