Add email-validator dependency to fix EmailStr validation

- Add email-validator==2.1.0 to requirements.txt
- Fixes ImportError when using pydantic EmailStr fields
- Resolves application startup issue with health check

🤖 Generated with BackendIM

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Automated Action 2025-06-27 15:03:43 +00:00
parent 0a1b22da00
commit aa6c304da1

View File

@ -4,6 +4,7 @@ sqlalchemy==2.0.23
alembic==1.12.1
pydantic==2.5.0
pydantic-settings==2.1.0
email-validator==2.1.0
python-multipart==0.0.6
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4