mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bug fixes and improvements -------------------------- * Add missing `request` parameter to `UserManager.delete`. Thanks @hgalytoby 🎉 * Remove dummy `__init__` method from models protocols to fix Pylance typing error. Thanks @Nerixjk 🎉 * Bump dependencies: * `pyjwt[crypto] ==2.8.0`