truncate passwords to 72 bytes to prevent bcrypt hashing errors

This commit is contained in:
CPTN Cosmo 2026-04-18 17:03:09 +02:00
parent bb7053b01e
commit 7dcda4b5ef
2 changed files with 5 additions and 3 deletions

View file

@ -5,4 +5,5 @@ pyotp==2.9.0
httpx==0.25.1
pydantic==2.4.2
itsdangerous==2.1.2
passlib[bcrypt]==1.7.4
passlib==1.7.4
bcrypt==3.2.2