error reading bcrypt version
when installing the latest version on debian bookworm via the .deb package I get the following error when trying to login with a user.
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: [2025-01-13 23:07:11,870] (trapped) error reading bcrypt version
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: Traceback (most recent call last):
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: File "/opt/venvs/abrechnung/lib/python3.11/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: version = _bcrypt.__about__.__version__
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: ^^^^^^^^^^^^^^^^^
Jan 13 23:07:11 abrechnung-test abrechnung[7653]: AttributeError: module 'bcrypt' has no attribute '__about__'
This appears to be an upstream error in the passlib library: https://foss.heptapod.net/python-libs/passlib/-/issues/190
Though it appears that this is just an informative error message rather than an actual error which prevents logins from working properly.
At least in our development and production setups we did not have any issues so far when using the debian package.
Same problem here. Is there any workaround allowing login ?
Is this still an issue with the most recent release v1.2 on a debian bookworm?
We are also seeing the error in our deployment but it does not seem to impact the actual login.