Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
class
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
19
class
UserCreate(UserBase):
Callers
2
test_update_user
Function · 0.90
authentication_token_from_email
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_update_user
Function · 0.72