[FIXED] bcrypt/passlib version compatibility #21

Closed
opened 2026-02-03 04:41:55 +00:00 by chihlasm · 0 comments
chihlasm commented 2026-02-03 04:41:55 +00:00 (Migrated from github.com)

Problem: Password hashing failed with newer bcrypt versions.

Solution: Pin bcrypt version in requirements.txt:

  • bcrypt==4.0.1
  • passlib[bcrypt]==1.7.4

Fixed: January 2026

**Problem:** Password hashing failed with newer bcrypt versions. **Solution:** Pin bcrypt version in requirements.txt: - bcrypt==4.0.1 - passlib[bcrypt]==1.7.4 Fixed: January 2026
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#21