🔖 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).