mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-01 09:54:53 +08:00
🔖 Release version 0.0.29
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.0.29
|
||||
|
||||
### Fixes
|
||||
|
||||
* 🐛 Fix `alias` support for Pydantic v2. PR [#1577](https://github.com/fastapi/sqlmodel/pull/1577) by [@ravishan16](https://github.com/ravishan16).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.28"
|
||||
__version__ = "0.0.29"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_engine as create_engine
|
||||
|
||||
Reference in New Issue
Block a user