We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trapped error, causes no issues, but is thrown none the less. May need to update dependency to resolve.
2024-01-17 19:50:28 (trapped) error reading bcrypt version 2024-01-17 19:50:28 Traceback (most recent call last): 2024-01-17 19:50:28 File "/usr/local/lib/python3.11/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin 2024-01-17 19:50:28 version = _bcrypt.__about__.__version__ 2024-01-17 19:50:28 ^^^^^^^^^^^^^^^^^ 2024-01-17 19:50:28 AttributeError: module 'bcrypt' has no attribute '__about__'
The text was updated successfully, but these errors were encountered:
pyca/bcrypt#684
Recommend moving away from passlib and finding another solution. Passlib in no longer maintained and should be dropped as a dependency.
Sorry, something went wrong.
Might be able to drop in bcrypt and have same functionality.
https://pypi.org/project/bcrypt/
Successfully merging a pull request may close this issue.
Trapped error, causes no issues, but is thrown none the less. May need to update dependency to resolve.
The text was updated successfully, but these errors were encountered: