fix(deps): update dependency sqlmodel to ^0.0.22 #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.0.14
->^0.0.22
Release Notes
fastapi/sqlmodel (sqlmodel)
v0.0.22
Compare Source
Fixes
Optional[Annoated[x, f()]]
, e.g.id: Optional[pydantic.UUID4]
. PR #1093 by @tiangolo.Docs
docs/virtual-environments.md
. PR #1085 by @tiangolo.cascade_delete
docs. PR #1030 by @tiangolo.Internal
latest-changes
GitHub Action. PR #1087 by @tiangolo.pyproject.toml
, show up in PyPI. PR #1074 by @tiangolo.v0.0.21
Compare Source
Features
cascade_delete
,ondelete
, andpassive_deletes
. Initial PR #983 by @estebanx64.Docs
Internal
v0.0.20
Compare Source
Features
Docs
docs/tutorial/create-db-and-table.md
. PR #911 by @tfpgh.create-db-and-table-with-db-browser.md
. PR #976 by @alejsdev.docs/tutorial
. PR #943 by @luco17.sqlmodel/_compat.py
. PR #950 by @Highfire1.docs/tutorial/relationship-attributes/index.md
. PR #880 by @UncleGoogle.Internal
v0.0.19
Compare Source
Fixes
EmailStr
support andmax_length
in several String subclasses. PR #966 by @estebanx64.max_length
is set on Pydantic models using Pydantic v2. PR #963 by @estebanx64.Refactors
Upgrades
TryCast
used internally. PR #964 by @tiangolo.Docs
@dataclass_transform
(now PEP 681) indocs/features.md
. PR #753 by @soof-golan.Internal
v0.0.18
Compare Source
Internal
sqlmodel-slim
setup. PR #916 by @tiangolo.In the future SQLModel will include the standard default recommended packages, and
sqlmodel-slim
will come without those recommended standard packages and with a group of optional dependenciessqlmodel-slim[standard]
, equivalent tosqlmodel
, for those that want to opt out of those packages.v0.0.17
Compare Source
Refactors
Docs
Internal
v0.0.16
Compare Source
Features
.sqlmodel_update()
to update models in place, including anupdate
parameter for extra data. And fix implementation for the (now documented)update
parameter for.model_validate()
. PR #804 by @tiangolo.v0.0.15
Compare Source
Fixes
Internal
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.