Migrating to SQLModel 0.0.31
Version 0.0.31 introduces 1 breaking change. This guide details how to update your code.
Released: 12/28/2025
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Support for Pydantic v1 has been dropped. Users must migrate to Pydantic v2.
Migration Steps
- 1Migrate any code relying on Pydantic v1 to use Pydantic v2.
Release Summary
This release drops support for Pydantic v1, requiring users to migrate to Pydantic v2, and includes several minor dependency updates.
Need More Details?
View the full release notes and all changes for SQLModel 0.0.31.
View Full Changelog