Automated Action 40981760c9 Fix Pydantic v2 configuration for application startup
- Added proper type annotations for DB_DIR using ClassVar[Path]
- Updated Settings class to use model_config instead of deprecated Config class
- Fixed PydanticUserError for non-annotated attributes in settings
- Application should now start properly with uvicorn
2025-06-17 05:58:42 +00:00
..