arayabrain / barebone-studio

pipeline tool
GNU General Public License v3.0
1 stars 3 forks source link

Bump sqlmodel from 0.0.12 to 0.0.16 #297

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps sqlmodel from 0.0.12 to 0.0.16.

Release notes

Sourced from sqlmodel's releases.

0.0.16

Features

0.0.15

Fixes

  • 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR #807 by @​tiangolo.

Internal

0.0.14

Features

Changelog

Sourced from sqlmodel's changelog.

0.0.16

Features

0.0.15

Fixes

  • 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR #807 by @​tiangolo.

Internal

0.0.14

Features

0.0.13

Fixes

  • ♻️ Refactor type generation of selects re-order to prioritize models to optimize editor support. PR #718 by @​tiangolo.

Refactors

  • 🔇 Do not raise deprecation warnings for execute as it's automatically used internally. PR #716 by @​tiangolo.
  • ✅ Move OpenAPI tests inline to simplify updating them with Pydantic v2. PR #709 by @​tiangolo.

Upgrades

Docs

  • ✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs. PR #721 by @​tiangolo.
  • 📝 Update docs for Decimal, use proper types. PR #719 by @​tiangolo.
  • 📝 Add source examples for Python 3.9 and 3.10. PR #715 by @​tiangolo.

Internal

... (truncated)

Commits
  • 6b56235 🔖 Release version 0.0.16
  • 3d48392 📝 Update release notes
  • 2abb798 📝 Update release notes
  • fa12c5d ✨ Add new method sqlmodel_update() to update models in place, including an ...
  • 7fec884 🔖 Release version 0.0.15
  • d8fa545 📝 Update release notes
  • 1b7b3aa 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing e...
  • 0c7def8 📝 Update release notes
  • 48b97f3 ⬆ Bump tiangolo/issue-manager from 0.4.0 to 0.4.1 (#775)
  • fe497ad 📝 Update release notes
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)