Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGrubba authored Oct 14, 2024
1 parent 71069d0 commit 46459fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ class ProfileUpdateRequest(Username):

class InternalUserCreateRequest(Username):
email: EmailStr

model_config = ConfigDict(
extra="allow",
)

0 comments on commit 46459fc

Please sign in to comment.