MCPcopy 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
73class UserUpdate(schemas.BaseUserUpdate):
74 first_name: str | None = None
75
76
77class UserOAuth(User, schemas.BaseOAuthAccountMixin):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…