mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-04 03:33:28 +08:00
🔖 Release version 0.0.28
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.0.28
|
||||
|
||||
### Fixes
|
||||
|
||||
* 🐛 Fix `RuntimeError: dictionary changed size during iteration` in `sqlmodel_update()`. PR [#997](https://github.com/fastapi/sqlmodel/pull/997) by [@BartSchuurmans](https://github.com/BartSchuurmans).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.27"
|
||||
__version__ = "0.0.28"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_engine as create_engine
|
||||
|
||||
Reference in New Issue
Block a user