Skip to content

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

v0.3.0

03 May 07:24
v0.3.0
83980d7
Compare
Choose a tag to compare

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

13 Oct 11:26
ce228ed
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

⚠️ 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

14 Sep 05:59
0e578f0
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

⚠️ 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

13 Sep 13:53
b745990
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

⚠️ 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.