- switch from bcrypt to bcrypt_sha256 to allow longer passwords
- remove password_too_long function and related checks
📦 build(requirements): update bcrypt package version
- add bcrypt==4.0.1 to requirements.txt for compatibility with bcrypt_sha256
9 lines
115 B
Text
9 lines
115 B
Text
fastapi
|
|
uvicorn[standard]
|
|
sqlmodel
|
|
jinja2
|
|
python-multipart
|
|
cryptography
|
|
passlib[bcrypt]
|
|
itsdangerous
|
|
bcrypt==4.0.1
|