fileuploaddownloadapi-chkcyo/requirements.txt
Automated Action aaac87335a Fix ModuleNotFoundError for pydantic_settings
- Added pydantic and pydantic-settings to requirements.txt
- Updated config.py to use proper Pydantic v2 imports and patterns
- Updated schemas to use Pydantic v2 configuration format
- Replaced orm_mode with from_attributes=True in schema models
- Applied code formatting with Ruff
2025-06-09 13:43:01 +00:00

9 lines
163 B
Plaintext

fastapi>=0.95.0
uvicorn>=0.22.0
sqlalchemy>=2.0.0
alembic>=1.10.0
python-multipart>=0.0.6
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
ruff>=0.1.0