Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Releases: fastapi/sqlmodel

0.0.31

28 Dec 12:34

Choose a tag to compare

Breaking Changes

Internal

0.0.30

26 Dec 11:45

Choose a tag to compare

Breaking Changes

Docs

  • βž– Drop support for Python 3.8 in CI and docs. PR #1695 by @tiangolo.

Internal

0.0.29

23 Dec 20:59

Choose a tag to compare

Fixes

0.0.28

23 Dec 16:40

Choose a tag to compare

Fixes

  • πŸ› Fix RuntimeError: dictionary changed size during iteration in sqlmodel_update(). PR #997 by @BartSchuurmans.

Docs

Internal

0.0.27

08 Oct 16:38

Choose a tag to compare

Upgrades

0.0.26

08 Oct 11:18

Choose a tag to compare

Fixes

  • πŸ› Fix attribute handling in model_dump for compatibility with the latest Pydantic versions. PR #1595 by @spazm.

Docs

  • πŸ“ Fix typo in docs/tutorial/fastapi/simple-hero-api.md. PR #1583 by @kofi-kusi.

Internal

0.0.25

17 Sep 21:44

Choose a tag to compare

Features

  • ✨ Add overload for exec method to support insert, update, delete statements. PR #1342 by @seriaati.

Upgrades

  • ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #1316 by @svlandeg.

Docs

  • ✏️ Fix typos in docs/tutorial/relationship-attributes/cascade-delete-relationships.md. PR #1543 by @YuriiMotov.
  • 🍱 Update SVG files, a single file per diagram, sans-serif fonts. PR #1373 by @tiangolo.
  • πŸ“ Grammar tweak in docs/tutorial/insert.md. PR #1368 by @brettcannon.
  • πŸ“ Update docs/tutorial/fastapi/relationships.md. PR #1365 by @Foxerine.
  • ✏️ Tweak the grammar in docs/learn/index.md. PR #1363 by @brettcannon.
  • πŸ“ Update all docs references to Optional to use the new syntax in Python 3.10, e.g. int | None. PR #1351 by @tiangolo.
  • πŸ“ Update install and usage with FastAPI CLI in FastAPI tutorial. PR #1350 by @tiangolo.
  • πŸ“ Update FastAPI tutorial docs to use the new model.sqlmodel_update() instead of old setattr(). PR #1117 by @jpizquierdo.
  • ✏️ Update docs/virtual-environments.md. PR #1321 by @sylvainHellin.

Internal

Read more

0.0.24

07 Mar 05:43

Choose a tag to compare

Upgrades

Internal

0.0.23

28 Feb 16:58

Choose a tag to compare

Fixes

  • πŸ› Fix type annotation in Field constructor. PR #1304 by @AlanBogarin.
  • πŸ› Fix Pydantic version check for version 2.10.x onwards. PR #1255 by @asiunov.

Refactors

Docs

Internal

0.0.22

31 Aug 09:42

Choose a tag to compare

Fixes

  • πŸ› Fix support for types with Optional[Annoated[x, f()]], e.g. id: Optional[pydantic.UUID4]. PR #1093 by @tiangolo.

Docs

  • ✏️ Fix a typo in docs/virtual-environments.md. PR #1085 by @tiangolo.
  • πŸ“ Add docs for virtual environments and environment variables, update contributing. PR #1082 by @tiangolo.
  • πŸ“ Add docs about repo management and team. PR #1059 by @tiangolo.
  • ✏️ Fix typo in cascade_delete docs. PR #1030 by @tiangolo.

Internal

  • βœ… Refactor test_enums to make them independent of previous imports. PR #1095 by @tiangolo.
  • πŸ‘· Update latest-changes GitHub Action. PR #1087 by @tiangolo.
  • ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1028 by @pre-commit-ci[bot].
  • ⬆ Bump ruff from 0.4.7 to 0.6.2. PR #1081 by @dependabot[bot].
  • πŸ”§ Update lint script. PR #1084 by @tiangolo.
  • πŸ‘· Update Python version for coverage. PR #1083 by @tiangolo.
  • πŸ”§ Update coverage config files. PR #1077 by @tiangolo.
  • πŸ”§ Add URLs to pyproject.toml, show up in PyPI. PR #1074 by @tiangolo.
  • πŸ‘· Do not sync labels as it overrides manually added labels. PR #1073 by @tiangolo.
  • πŸ‘· Update configs for GitHub Action labeler, to add only one label. PR #1072 by @tiangolo.
  • πŸ‘· Update labeler GitHub Actions permissions and dependencies. PR #1071 by @tiangolo.
  • πŸ‘· Add GitHub Action label-checker. PR #1069 by @tiangolo.
  • πŸ‘· Add GitHub Action labeler. PR #1068 by @tiangolo.
  • πŸ‘· Update GitHub Action add-to-project. PR #1067 by @tiangolo.
  • πŸ‘· Add GitHub Action add-to-project. PR #1066 by @tiangolo.
  • πŸ“ Update admonitions in annotations. PR #1065 by @tiangolo.
  • πŸ“ Update links from github.com/tiangolo/sqlmodel to github.com/fastapi/sqlmodel. PR #1064 by @tiangolo.
  • πŸ”§ Update members. PR #1063 by @tiangolo.
  • πŸ’„ Add dark-mode logo. PR #1061 by @tiangolo.
  • πŸ”¨ Update docs.py script to enable dirty reload conditionally. PR #1060 by @tiangolo.
  • πŸ”§ Update MkDocs previews. PR #1058 by @tiangolo.
  • πŸ’„ Update Termynal line-height. PR #1057 by @tiangolo.
  • πŸ‘· Upgrade build docs configs. PR #1047 by @tiangolo.
  • πŸ‘· Add alls-green for test-redistribute. PR #1055 by @tiangolo.
  • πŸ‘· Update docs-previews to handle no docs changes. PR #1056 by @tiangolo.
  • πŸ‘·πŸ» Show docs deployment status and preview URLs in comment. PR #1054 by @tiangolo.
  • πŸ”§ Enable auto dark mode. PR #1046 by @tiangolo.
  • πŸ‘· Update issue-manager. PR #1045 by @tiangolo.
  • πŸ‘· Update issue-manager.yml GitHub Action permissions. PR #1040 by @tiangolo.
  • ♻️ Refactor Deploy Docs GitHub Action to be a script and update token preparing for org. PR #1039 by @tiangolo.