🔖 Release version 0.0.35

This commit is contained in:
Sebastián Ramírez
2026-02-20 17:41:02 +01:00
parent f0a77e4169
commit 3e123f71cb
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.35
### Breaking Changes
* Drop support for Python 3.9. PR [#1766](https://github.com/fastapi/sqlmodel/pull/1766) by [@tiangolo](https://github.com/tiangolo).

View File

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