Skip to content

Commit 7e8e4b8

Browse files
committed
v0.6.0a7
1 parent a573207 commit 7e8e4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_user_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.0a6"
1+
__version__ = "0.6.0a7"
22
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
33

44
import gettext

fastapi_user_auth/mixins/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class PkMixin(SQLModel):
16-
id: int = Field(default=None, primary_key=True, nullable=False)
16+
id: int = Field(default=None, title="ID", primary_key=True, nullable=False)
1717

1818

1919
class CreateTimeMixin(SQLModel):

0 commit comments

Comments
 (0)