Skip to content

Releases: fastapi/sqlmodel

0.0.35

20 Feb 16:42

Choose a tag to compare

Breaking Changes

Internal

0.0.34

16 Feb 19:06

Choose a tag to compare

Internal

0.0.33

11 Feb 15:23

Choose a tag to compare

Docs

  • ✏️ Fix typos in inline comment in expression.py. PR #1747 by @veeceey.
  • 📝 Fix async example in session.execute() docstring & deprecation message. PR #1643 by @DanielLeviLucas.
  • 📝 Update management-tasks.md to be in line with management-tasks.md in FastAPI repo. PR #1743 by @YuriiMotov.

Internal

0.0.32

01 Feb 18:19

Choose a tag to compare

Fixes

  • 🐛 Fix support for Annotated fields with Pydantic 2.12+. PR #1607 by @vimota.

Refactors

  • ♻️ Import Literal from the typing module directly. PR #1699 by @svlandeg.

Docs

  • 📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs. PR #1712 by @alejsdev.
  • 🐛 Fix copy button in custom.js. PR #1711 by @alejsdev.
  • 📝 Remove duplicated word in read-relationships.md. PR #1705 by @stefmolin.

Internal

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