🔖 Release version 0.0.26

This commit is contained in:
Sebastián Ramírez
2025-10-08 13:17:26 +02:00
parent 5644ab4a29
commit 0cbf2e6049
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes ## Latest Changes
## 0.0.26
### Fixes ### Fixes
* 🐛 Fix attribute handling in `model_dump` for compatibility with the latest Pydantic versions. PR [#1595](https://github.com/fastapi/sqlmodel/pull/1595) by [@spazm](https://github.com/spazm). * 🐛 Fix attribute handling in `model_dump` for compatibility with the latest Pydantic versions. PR [#1595](https://github.com/fastapi/sqlmodel/pull/1595) by [@spazm](https://github.com/spazm).

View File

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