Skip to content

v10.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 16:56
· 77 commits to master since this release
v10.4.0
7fbab34

Bump version 10.3.0 → 10.4.0

New features

  • SQLAlchemy 2.0 support [Documentation]
    • If you need to stay on SQLAlchemy 1.4, you can pin this dependency: fastapi-users-db-sqlalchemy<5.0.0
  • Allow to set is_verified flag to True by default after OAuth registration [Documentation]

Improvements

  • Bump dependencies
    • httpx-oauth >=0.4,<0.12