Change8

Migrating to SQLModel 0.0.35

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

Released: 2/20/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Support for Python 3.9 has been dropped. Users must upgrade to Python 3.10 or newer.

Migration Steps

  1. 1
    Upgrade your Python environment to Python 3.10 or newer.

Release Summary

This release removes support for Python 3.9 and updates internal dependencies. Users must ensure they are running Python 3.10+.

Need More Details?

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

View Full Changelog