- Replaced BaseSettings import from pydantic to pydantic-settings - Updated validator to field_validator with mode='before' - Changed Config inner class to model_config dict - Added pydantic-settings to requirements.txt
Features: - User authentication with JWT - Client management with CRUD operations - Invoice generation and management - SQLite database with Alembic migrations - Detailed project documentation