What's Changed
- build: pin bcrypt to
<5.0.0, thanks to @mo7ty for bringing attention to the issue and drafting the initial PR
bcrypt 5.0.0 introduces a breaking change - hashpw raises ValueError if password would be truncated by bcrypt, in future versions passlib.exc.PasswordTruncateError will be raised when trying to hash passwords with length greater than 72 bytes
Full Changelog: 1.9.1...1.9.2