🔖 Release version 0.0.29

This commit is contained in:
Sebastián Ramírez
2025-12-23 21:58:42 +01:00
parent 44e7a2d1ac
commit c702e2ec3e
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.29
### Fixes
* 🐛 Fix `alias` support for Pydantic v2. PR [#1577](https://github.com/fastapi/sqlmodel/pull/1577) by [@ravishan16](https://github.com/ravishan16).

View File

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