🔖 Release version 0.0.32

This commit is contained in:
Sebastián Ramírez
2026-02-01 19:17:25 +01:00
parent 7ce797bdfd
commit dd51746fff
2 changed files with 3 additions and 1 deletions

View 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).

View 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