Change8

Migrating to SQLModel 0.0.25

Version 0.0.25 introduces 1 breaking change. This guide details how to update your code.

Released: 9/17/2025

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Support for Python 3.7 has been dropped. Users must now use Python 3.8 or newer.

Migration Steps

  1. 1
    Upgrade your Python environment to Python 3.8 or later.

Release 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.

Need More Details?

View the full release notes and all changes for SQLModel 0.0.25.

View Full Changelog