🔖 Release version 0.0.31

This commit is contained in:
Sebastián Ramírez
2025-12-28 13:33:38 +01:00
parent 0b756b5628
commit 2cc11dada3
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.31
### Breaking Changes
* Drop support for Pydantic v1. PR [#1701](https://github.com/fastapi/sqlmodel/pull/1701) by [@tiangolo](https://github.com/tiangolo).

View File

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