Skip to content

Releases: fastapi-users/fastapi-users-db-sqlalchemy

v6.0.1

08 Aug 09:42
v6.0.1
f0078b0
Compare
Choose a tag to compare

Bump version 6.0.0 → 6.0.1

Bug fixes

  • Fix error with eagerly-loaded relationships not loaded after create and update

v6.0.0

27 Jun 13:42
v6.0.0
8be0f68
Compare
Choose a tag to compare

Bump version 5.0.0 → 6.0.0

Breaking changes

  • Drop Python 3.7 support

v5.0.0

13 Feb 16:15
v5.0.0
74f9ec7
Compare
Choose a tag to compare

Bump version 4.0.5 → 5.0.0

Breaking changes

  • Migrate to SQLAlchemy 2.0.
    • If you need to stay on SQLAlchemy 1.4, you can pin this dependency: fastapi-users-db-sqlalchemy<5.0.0

v4.0.5

02 Feb 08:25
v4.0.5
1a01a90
Compare
Choose a tag to compare

Bump version 4.0.4 → 4.0.5

Bug fixes

  • Add upper bound to SQLAlchemy dependency to avoid incompatibility with SQLAlchemy 2.0 and force to stay on SQLAlchemy 1.4

Update for SQLAlchemy 2.0 will come soon!

v4.0.4

16 Jan 10:21
v4.0.4
6567438
Compare
Choose a tag to compare

Bump version 4.0.3 → 4.0.4

Improvements

  • Use Hatch for package management
  • Fix depreciation warnings

v3.0.1

14 Apr 06:32
65ca16d
Compare
Choose a tag to compare

Bug fixes

  • Add missing extra asyncio dependency for SQLAlchemy
    • If you experienced the error ValueError: the greenlet library is required to use this function. No module named 'greenlet', this should fix it.