Change8

Migrating to SQLModel 0.0.32

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

Released: 2/1/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

Literal

Breaking Changes

Issue #1

Removed conditional logic for Pydantic v1 in tests, which might affect compatibility if older Pydantic versions were relied upon heavily in testing setups, although this is primarily an internal change.

Migration Steps

  1. 1
    No explicit migration steps required for end-users based on these notes, other than ensuring Pydantic is up-to-date if using Annotated fields.

Release Summary

This release primarily focuses on internal maintenance, dependency bumps, and migrating to uv, alongside fixing an issue with Annotated fields compatibility in newer Pydantic versions.

Need More Details?

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

View Full Changelog