mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 11:53:40 +08:00
8 lines
371 B
Markdown
8 lines
371 B
Markdown
# 3.x.x ➡️ 4.x.x
|
|
|
|
## `expires_at` property in `OAuthAccount` is now optional
|
|
|
|
Before 4.x.x, the `expires_at` property in `OAuthAccount` model was mandatory. It was causing issues with some services that don't have such expiration property.
|
|
|
|
If you use **SQLAlchemy** or **Tortoise** databases adapters, you'll have to make a migration to update your database schema.
|