simpletodoapplication-v28h6u/requirements.txt
Automated Action 62288e3929 Fix application startup error by adding email-validator
- Add email-validator package to requirements.txt
- Update User and Todo schemas to use new Pydantic v2 model_config syntax
- Replace deprecated 'orm_mode' with Pydantic v2 'from_attributes' config
2025-05-16 02:23:45 +00:00

11 lines
223 B
Plaintext

fastapi==0.104.1
uvicorn==0.23.2
sqlalchemy==2.0.22
pydantic==2.4.2
alembic==1.12.0
python-multipart==0.0.6
ruff==0.1.1
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
pydantic-settings==2.0.3
email-validator==2.0.0