| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fix_ Replace passlib with direct bcrypt implementation source code.tar.gz | 2025-11-15 | 3.3 MB | |
| fix_ Replace passlib with direct bcrypt implementation source code.zip | 2025-11-15 | 3.3 MB | |
| README.md | 2025-11-15 | 519 Bytes | |
| Totals: 3 Items | 6.6 MB | 0 | |
fix: Replace passlib with direct bcrypt implementation
- Remove passlib dependency and use bcrypt directly for password operations
- Update verify_password() to use bcrypt.checkpw() directly
- Update get_password_hash() to use bcrypt.hashpw() and bcrypt.gensalt()
- Pin BCrypt version to 4.0.1 for reproducible builds
close https://github.com/rag-web-ui/rag-web-ui/issues/85 https://github.com/rag-web-ui/rag-web-ui/issues/86
Full Changelog: https://github.com/rag-web-ui/rag-web-ui/compare/v0.7.3...0.7.5