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