Migrating to SQLModel 0.0.30
Version 0.0.30 introduces 1 breaking change. This guide details how to update your code.
Released: 12/26/2025
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Support for Python 3.8 has been dropped. Users must upgrade to Python 3.9 or newer.
Migration Steps
- 1Ensure your environment uses Python 3.9 or newer.
Release Summary
This release drops support for Python 3.8 and includes several internal maintenance updates related to CI, tooling, and dependency bumps.
Need More Details?
View the full release notes and all changes for SQLModel 0.0.30.
View Full Changelog