🔖 Release version 0.0.23

This commit is contained in:
Sebastián Ramírez
2025-02-28 17:54:40 +01:00
parent 2ce6abf2be
commit bf376f83ca
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes
## 0.0.23
### Fixes
* 🐛 Fix type annotation in `Field` constructor. PR [#1304](https://github.com/fastapi/sqlmodel/pull/1304) by [@AlanBogarin](https://github.com/AlanBogarin).

View File

@ -1,4 +1,4 @@
__version__ = "0.0.22"
__version__ = "0.0.23"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine