Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Releases: fastapi-users/fastapi-users-db-sqlmodel

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 May 07:24
v0.3.0
83980d7

Bump version 0.2.0 → 0.3.0

Improvements

  • Use latest version of SQLModel
  • Remove SQLAlchemy dependency pin, it's now in sync with the one asked by SQLModel

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@frankie567 frankie567 released this 13 Oct 11:26
ce228ed

⚠️ This should be considered as a test release and not yet suited for production use

Improvements

  • Enforce is_active/is_superuser/is_verified to be not nullable

Known issues

  • Missing documentation.
  • Due to a bug in SQLModel, UUID parsing can fail and provoke errors when retrieving users.

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@frankie567 frankie567 released this 14 Sep 05:59
0e578f0

⚠️ This should be considered as a test release and not yet suited for production use

Improvements

  • Add an async-compatible version of the database class

Known issues

  • Missing documentation.
  • Due to a bug in SQLModel, UUID parsing can fail and provoke errors when retrieving users.

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@frankie567 frankie567 released this 13 Sep 13:53
b745990

⚠️ This should be considered as a test release and not yet suited for production use

Known issues

  • Missing documentation.
  • Due to a bug in SQLModel, UUID parsing can fail and provoke errors when retrieving users.