mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +08:00 
			
		
		
		
	Bump version 10.1.5 → 10.2.0
New features
------------
* Trigger custom logic after user login with `on_after_login`. [[Documentation]()] Thanks @antont 🎉
Improvements
------------
* Bump dependencies:
    * `email-validator >=1.1.0,<1.4`
    * `pyjwt[crypto] ==2.5.0`
* Use Hatch for environment and package management
			
			
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
				
			|||||||
"""Ready-to-use and customizable users management for FastAPI."""
 | 
					"""Ready-to-use and customizable users management for FastAPI."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = "10.1.5"
 | 
					__version__ = "10.2.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from fastapi_users import models, schemas  # noqa: F401
 | 
					from fastapi_users import models, schemas  # noqa: F401
 | 
				
			||||||
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
 | 
					from fastapi_users.exceptions import InvalidID, InvalidPasswordException
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user