Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi-users/fastapi-users
/ UserUpdate
Class
UserUpdate
tests/conftest.py:73–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
class
UserUpdate(schemas.BaseUserUpdate):
74
first_name: str | None = None
75
76
77
class
UserOAuth(User, schemas.BaseOAuthAccountMixin):
Callers
7
test_safe_update
Method · 0.90
test_unsafe_update
Method · 0.90
test_unsafe_update_password_unchanged
Method · 0.90
test_password_update_invalid
Method · 0.90
test_password_update_valid
Method · 0.90
test_email_update_already_existing
Method · 0.90
test_email_update_with_same_email
Method · 0.90
Calls
no outgoing calls
Tested by
7
test_safe_update
Method · 0.72
test_unsafe_update
Method · 0.72
test_unsafe_update_password_unchanged
Method · 0.72
test_password_update_invalid
Method · 0.72
test_password_update_valid
Method · 0.72
test_email_update_already_existing
Method · 0.72
test_email_update_with_same_email
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…