
- 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
Generic single-database configuration with SQLite.