MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / UserUpdate

Class UserUpdate

backend/src/users/schemas.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class UserUpdate(UserBase):
15 email: EmailStr | None = Field(default=None, max_length=255) # type: ignore
16 password: str | None = Field(default=None, min_length=8, max_length=40)
17
18
19class UserCreate(UserBase):

Callers 2

test_update_userFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_update_userFunction · 0.72