Skip to content

v13.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 13:30
· 1 commit to master since this release
v13.0.0
61dba26

Bump version 12.1.3 → 13.0.0

Breaking change

The underlying password hashing library has been changed from passlib to pwdlib. This change is breaking only if you were using a custom CryptContext. Otherwise, you can upgrade without any changes.

Improvements

  • Python 3.12 support
  • Password are now hashed using the Argon2 algorithm by default. Passwords created with the previous default algorithm (bcrypt) will still be verified correctly and upgraded to Argon2 when the user logs in.
  • Bump dependencies
    • python-multipart ==0.0.9