]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.32 0.0.32
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Feb 2026 18:17:25 +0000 (19:17 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Feb 2026 18:17:25 +0000 (19:17 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index 3fa8fd5ee23d8340134cfc1bbbe95af8b8dc930c..3b4a1adc04b8cce7779af5af1f32e2b462606878 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.32
+
 ### Fixes
 
 * 🐛 Fix support for `Annotated` fields with Pydantic 2.12+. PR [#1607](https://github.com/fastapi/sqlmodel/pull/1607) by [@vimota](https://github.com/vimota).
index d4210b06d82e97fbaf37e2378d496a885684209d..250970eefe449039afa87b22b48bb04b726e32b0 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.31"
+__version__ = "0.0.32"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine