Add email-validator package to fix Pydantic EmailStr validation

This commit is contained in:
Automated Action 2025-05-16 01:06:51 +00:00
parent 0c2239fb90
commit f5b6cc6df2

View File

@ -2,6 +2,7 @@ fastapi>=0.101.0
uvicorn>=0.23.2
sqlalchemy>=2.0.19
pydantic>=2.1.1
email-validator>=2.0.0
alembic>=1.11.1
ruff>=0.0.280
python-dotenv>=1.0.0