🔖 Release version 0.0.15

This commit is contained in:
Sebastián Ramírez 2024-02-17 14:36:12 +01:00
parent d8fa545955
commit 7fec884864
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes
## 0.0.15
### Fixes
* 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR [#807](https://github.com/tiangolo/sqlmodel/pull/807) by [@tiangolo](https://github.com/tiangolo).

View File

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