feat: add ProfileUpdate pydantic model with email and phone validation
This commit is contained in:
parent
428c17c4e3
commit
7c9e426bb8
4 changed files with 156 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ dependencies = [
|
|||
"httpx>=0.28",
|
||||
"itsdangerous>=2.2.0",
|
||||
"typer>=0.15",
|
||||
"pydantic[email]>=2.12.5",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue