Skip to content

0.11.0 (2026-08-20)

Latest

Choose a tag to compare

@goapunk goapunk released this 22 Aug 10:33
· 32 commits to main since this release

0.11.0 (2026-08-20)

BREAKING CHANGE

  • email verification for regular sign-ups defaults to
    optional now. If you currently allow signups and want email verification
    change it to mandatory in your .env.prod.

feat

  • expose more SSO allauth settings

fix

  • default email verification for regular sign-ups is now optional

    BREAKING CHANGE: email verification for regular sign-ups defaults to
    optional now. If you currently allow signups and want email verification
    change it to mandatory in your .env.prod.

  • deps: update dependency litellm to v1.96.0

  • deps: update dependency django to v6.1

  • reenable python 3.14 as litellm finally supports it