Releases: fastapi-users/fastapi-users-db-sqlalchemy
Releases · fastapi-users/fastapi-users-db-sqlalchemy
v6.0.1
v6.0.0
Bump version 5.0.0 → 6.0.0
Breaking changes
- Drop Python 3.7 support
v5.0.0
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
- If you need to stay on SQLAlchemy 1.4, you can pin this dependency:
v4.0.5
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
Bump version 4.0.3 → 4.0.4
Improvements
- Use Hatch for package management
- Fix depreciation warnings
v3.0.1
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.
- If you experienced the error