Skip to content

fix: AttributeError: module 'bcrypt' has no attribute '__about__' with - #1243

Closed
caorantaoyao wants to merge 1 commit into
pyca:mainfrom
caorantaoyao:fix/issue-684-b9cc7f
Closed

fix: AttributeError: module 'bcrypt' has no attribute '__about__' with#1243
caorantaoyao wants to merge 1 commit into
pyca:mainfrom
caorantaoyao:fix/issue-684-b9cc7f

Conversation

@caorantaoyao

Copy link
Copy Markdown

Fixes #684

Root cause

See the linked issue #684 for the failure report and reproduction.

Summary

See the diff. The change is minimal and localized.

Changed files

  • src/bcrypt/__init__.py

Verification

  • pytest -q --tb=long --no-header
  • Target test passes after the fix
  • Full regression suite passes

Low risk. Changes are localized and covered by tests.

@alex

alex commented Aug 8, 2026

Copy link
Copy Markdown
Member

There's nothing to fix here. This is a passlib issue with their version detection.

@alex alex closed this Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: module 'bcrypt' has no attribute '__about__' with new 4.1.1 version

2 participants