mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-28 03:26:13 +08:00
Bump version 15.0.0 → 15.0.1
Announcement ------------- FastAPI Users is now in maintenance mode.** While we'll continue to provide security updates and dependency maintenance, no new features will be added. We encourage you to explore the project and use it as-is, knowing it will remain stable and secure. [[Read more](https://github.com/fastapi-users/fastapi-users/discussions/1543)] Bug fixes --------- * Handle expired JWT when handling OAuth callback (#1462). Thanks @mdaffad 🎉
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__ = "15.0.0"
|
__version__ = "15.0.1"
|
||||||
|
|
||||||
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