3 Commits

Author SHA1 Message Date
Automated Action
5c826d8908 Fix Pydantic error in config.py
- Add ClassVar type annotation to DB_DIR to fix the Pydantic validation error
- Update Config to model_config for Pydantic v2 compatibility
- Ensure the Settings class properly handles the database directory path
2025-06-10 09:21:05 +00:00
Automated Action
439330125e Fix code linting issues
- Fix unused imports in API endpoints
- Add proper __all__ exports in model and schema modules
- Add proper TYPE_CHECKING imports in models to prevent circular imports
- Fix import order in migrations
- Fix long lines in migration scripts
- All ruff checks passing
2025-06-05 16:58:14 +00:00
Automated Action
0ba9b9f79e Initial commit from template 2025-06-05 16:32:38 +00:00