mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +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`