🔖 Release version 0.0.15
This commit is contained in:
parent
d8fa545955
commit
7fec884864
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user