You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Migrated from SQLModel to pure SQLAlchemy ORM with declarative base
- Separated ORM models from Pydantic schemas for better type safety
- Updated all CRUD operations to use SQLAlchemy session patterns
- Fixed query execution patterns (.exec() → .execute() with scalar methods)
- Updated all Alembic migrations to remove SQLModel dependencies
- Updated all test files to use SQLAlchemy patterns
- Added httptools>=0.6.0 for Python 3.13 compatibility
- Maintained API compatibility with existing endpoints
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments