0.0.16
Features
- ✨ Add new method
.sqlmodel_update()to update models in place, including anupdateparameter for extra data. And fix implementation for the (now documented)updateparameter for.model_validate(). PR #804 by @tiangolo.- Updated docs: Update Data with FastAPI.
- New docs: Update with Extra Data (Hashed Passwords) with FastAPI.