Skip to content

Releases: fastapi/sqlmodel

0.0.38

02 Apr 21:03

Choose a tag to compare

Fixes

  • 🐛 Fix type annotation in SQLModel.__new__, avoid explicitly returning Any. PR #1846 by @carljm.
  • 🐛 Fix tuple_ return type annotation. PR #1639 by @kakeruzoku.

Docs

  • ✏️ Fix typos in contributing.md. PR #1842 by @GopalGB.
  • 🔥 Remove outdated Python 3.9 tutorial file. PR #1822 by @svlandeg.
  • 📝 Fix ambiguous phrasing regarding HeroPublicWithTeam model. PR #1678 by @berkaykrc.
  • 🔨 Handle external links target=_blank and CSS automatically in JS and CSS. PR #1799 by @tiangolo.
  • 📝 Document .in_() method. PR #619 by @masylum.
  • 📝 Fix small typos in the documentation. PR #1641 by @svlandeg.

Internal

0.0.37

21 Feb 16:39

Choose a tag to compare

Internal

  • 👷 Fix build CI to not attempt to build sqlmodel-slim. PR #1773 by @tiangolo.

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