Skip to content

Releases: fastapi/sqlmodel

0.0.42

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:41
eff1be6

Features

  • 🏷️ Allow Discriminator type for discriminator parameter in Field. PR #1729 by @YuriiMotov.

0.0.41

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:31
43353a4

Refactors

  • 🗑️ Deprecate min_items and max_items parameters of Field. PR #1731 by @YuriiMotov.

0.0.40

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:18
83db52b

Docs

Internal

0.0.39

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:01
8c684aa

Features

  • ✨ Add SQLModel Agent Library Skill, install with uvx library-skills. PR #2017 by @tiangolo.

Fixes

Docs

  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #2009 by @tiangolo.
  • 📝 Update and simplify docs about help and management. PR #1978 by @tiangolo.
  • 📝 Update docs about contributing, reference central docs. PR #1975 by @tiangolo.
  • 📝 Update security policy. PR #1973 by @tiangolo.
  • 📝 Update link syntax to minimal Markdown. PR #1800 by @tiangolo.
  • 📝 Update admonitions, simplify and use defaults. PR #1915 by @tiangolo.
  • 🔒️ Only allow team members to modify dependencies. PR #1914 by @svlandeg.

Internal

Read more

0.0.38

Choose a tag to compare

@tiangolo tiangolo released this 02 Apr 21:03

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

Choose a tag to compare

@tiangolo tiangolo released this 21 Feb 16:39

Internal

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

0.0.36

Choose a tag to compare

@tiangolo tiangolo released this 21 Feb 15:58

Internal

  • ➖ Drop support for sqlmodel-slim, no more versions will be released, use only sqmodel. PR #1772 by @tiangolo.

0.0.35

Choose a tag to compare

@tiangolo tiangolo released this 20 Feb 16:42

Breaking Changes

Internal

0.0.34

Choose a tag to compare

@tiangolo tiangolo released this 16 Feb 19:06

Internal

0.0.33

Choose a tag to compare

@tiangolo tiangolo released this 11 Feb 15:23

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