feat: add ProfileUpdate pydantic model with email and phone validation

This commit is contained in:
Johan Lundberg 2026-02-20 15:21:28 +01:00
parent 428c17c4e3
commit 7c9e426bb8
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
4 changed files with 156 additions and 0 deletions

View file

@ -20,6 +20,7 @@ dependencies = [
"httpx>=0.28",
"itsdangerous>=2.2.0",
"typer>=0.15",
"pydantic[email]>=2.12.5",
]
[project.scripts]