0.0.38
📦 sqlmodelView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release focuses on internal maintenance, dependency updates, and minor bug fixes, including correcting type annotations in `SQLModel.__new__` and `tuple_`.
Migration Steps
- Update all internal dependency usage from `griffe` to `griffelib`.
✨ New Features
- Added a direct dependency on `typing-extensions`.
🐛 Bug Fixes
- Fixed type annotation in `SQLModel.__new__`, avoiding explicit return of `Any`.
- Fixed `tuple_` return type annotation.