From: Sebastián Ramírez Date: Sun, 1 Feb 2026 18:17:25 +0000 (+0100) Subject: 🔖 Release version 0.0.32 X-Git-Tag: 0.0.32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd51746fff25c5f013ea9ca72f78b5222f7363f0;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.32 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 3fa8fd5e..3b4a1adc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index d4210b06..250970ee 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -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