Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency sqlmodel to ^0.0.22 #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlmodel (changelog) ^0.0.14 -> ^0.0.22 age adoption passing confidence

Release Notes

fastapi/sqlmodel (sqlmodel)

v0.0.22

Compare Source

Fixes
  • 🐛 Fix support for types with Optional[Annoated[x, f()]], e.g. id: Optional[pydantic.UUID4]. PR #​1093 by @​tiangolo.
Docs
Internal

v0.0.21

Compare Source

Features
Docs
Internal

v0.0.20

Compare Source

Features
Docs
Internal

v0.0.19

Compare Source

Fixes
  • 🐛 Fix pydantic EmailStr support and max_length in several String subclasses. PR #​966 by @​estebanx64.
  • 🐛 Fix set varchar limit when max_length is set on Pydantic models using Pydantic v2. PR #​963 by @​estebanx64.
Refactors
  • ♻️ Refactor generate select template to isolate templated code to the minimum. PR #​967 by @​tiangolo.
Upgrades
  • ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast used internally. PR #​964 by @​tiangolo.
Docs
  • ✏️ Fix broken link to @dataclass_transform (now PEP 681) in docs/features.md. PR #​753 by @​soof-golan.
Internal

v0.0.18

Compare Source

Internal

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 dependencies sqlmodel-slim[standard], equivalent to sqlmodel, for those that want to opt out of those packages.

v0.0.17

Compare Source

Refactors
Docs
Internal

v0.0.16

Compare Source

Features

v0.0.15

Compare Source

Fixes
  • 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR #​807 by @​tiangolo.
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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sqlalchemy branch from 0b2e844 to 98a7058 Compare September 7, 2024 10:04
@renovate renovate bot changed the title fix(deps): update dependency sqlmodel to ^0.0.21 fix(deps): update dependency sqlmodel to ^0.0.22 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/sqlalchemy branch from 98a7058 to 38b2330 Compare September 19, 2024 23:11
@renovate renovate bot force-pushed the renovate/sqlalchemy branch from 38b2330 to 8aec526 Compare September 23, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants