79486926

Date: 2025-03-05 15:29:02
Score: 1
Natty:
Report link

You can work around this if you add:

import bcrypt
bcrypt.__about__ = bcrypt

Before importing passlib. This works because, when passlib loads, bcrypt.__about__.__version__ ends up pointing to bcrypt.__version__.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marcello Herreshoff