6 Commits

Author SHA1 Message Date
Agent@BackendIM
c8d9eac18f test 2025-05-26 18:07:18 +00:00
Automated Action
26ee3102eb Update to support Pydantic v2 syntax
- Fixed circular imports in schema files by moving imports to module level
- Changed orm_mode=True to model_config with from_attributes=True
- Updated validator decorators to field_validator in all schema files
- Properly annotated fields in all schema files for Pydantic v2 compatibility
2025-05-26 17:52:52 +00:00
Automated Action
b9ff2c5c99 Update to support Pydantic v2 syntax
- 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
2025-05-26 17:48:38 +00:00
Automated Action
6330360ba1 Fix alembic migration Python path issue in env.py
- Added sys.path modification to ensure app module can be found
- Fixed imports to follow proper order
- Removed unused os import
2025-05-26 17:46:11 +00:00
Automated Action
77865dae90 Setup complete FastAPI backend with user authentication, client management, and invoice generation
Features:
- User authentication with JWT
- Client management with CRUD operations
- Invoice generation and management
- SQLite database with Alembic migrations
- Detailed project documentation
2025-05-26 17:41:47 +00:00
Automated Action
857d6eaf26 Initial commit from template 2025-05-26 17:15:40 +00:00