mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump version 15.0.2 → 15.0.3
Bug fixes and improvements
--------------------------
* Add cookie parameters added in 15.0.1 to `FastAPIUsers.get_oauth_router` and `FastAPIUsers.get_oauth_associate_router`. Thanks @jthurner 🎉
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Ready-to-use and customizable users management for FastAPI."""
|
||||
|
||||
__version__ = "15.0.2"
|
||||
__version__ = "15.0.3"
|
||||
|
||||
from fastapi_users import models, schemas # noqa: F401
|
||||
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
|
||||
|
||||
Reference in New Issue
Block a user