0.0.25
Breaking Changes📦 sqlmodelView on GitHub →
⚠ 1 breaking✨ 1 features
Summary
This release introduces new functionality for the `exec` method to handle DML statements and drops support for Python 3.7. Numerous documentation updates and dependency bumps were also performed.
⚠️ Breaking Changes
- Support for Python 3.7 has been dropped. Users must now use Python 3.8 or newer.
Migration Steps
- Upgrade your Python environment to Python 3.8 or later.
✨ New Features
- Added an overload for the `exec` method to support `insert`, `update`, and `delete` SQL statements.