mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	
		
			
				
	
	
	
		
			961 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			961 B
		
	
	
	
	
	
	
	
6.x.x ➡️ 7.x.x
- The deprecated dependencies to retrieve current user have been removed. Use the current_userfactory instead. [Documentation]
- When trying to authenticate a not verified user, a status code 403 is raised instead of status code 401. Thanks @daanbeverdam 🎉 [Documentation]
- Your UserUpdatemodel shouldn't inherit from the baseUserclass. If you have custom fields, you should repeat them in this model. [Documentation]
- Database adapters now live in their own repositories and packages.
- When upgrading to v7.0.0, the dependency for your database adapter should automatically be installed.
- The importstatements remain unchanged.
 
