Migrating to SQLModel 0.0.36
Version 0.0.36 introduces 1 breaking change. This guide details how to update your code.
Released: 2/21/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:
sqlmodel-slimBreaking Changes
●Issue #1
Support for the `sqlmodel-slim` package has been completely dropped. Users must switch to using the standard `sqlmodel` package.
Migration Steps
- 1If you were using `sqlmodel-slim`, switch your imports and dependencies to use the standard `sqlmodel` package.
Release Summary
This release removes support for the `sqlmodel-slim` package distribution, directing all users to use the standard `sqlmodel` package instead.
Need More Details?
View the full release notes and all changes for SQLModel 0.0.36.
View Full Changelog