Skip to content

Releases: supabase/auth-py

v2.9.1

30 Sep 12:08
c5cc5bd
Compare
Choose a tag to compare

2.9.1 (2024-09-30)

Bug Fixes

  • mfa challenge channel field not required (#603) (38a8696)

v2.9.0

28 Sep 23:51
d18d440
Compare
Choose a tag to compare

2.9.0 (2024-09-28)

Features

Bug Fixes

  • deps: bump pydantic from 2.9.0 to 2.9.2 (#598) (c865a98)

v2.8.1

08 Sep 20:14
c200c68
Compare
Choose a tag to compare

2.8.1 (2024-09-08)

Bug Fixes

  • deps-dev: bump cryptography from 43.0.0 to 43.0.1 (#592) (79829d3)

v2.8.0

02 Sep 12:37
70d7b31
Compare
Choose a tag to compare

2.8.0 (2024-09-02)

Features

Bug Fixes

  • update invite user by email option type (#588) (2510230)
  • update password reset method name to match js lib (#584) (d47daf1)

v2.7.0

16 Aug 12:11
54158a6
Compare
Choose a tag to compare

2.7.0 (2024-08-16)

Features

v2.6.2

09 Aug 08:28
Compare
Choose a tag to compare

v2.6.2 (2024-08-09)

Chore

  • chore(deps-dev): bump faker from 26.0.0 to 26.1.0 (#557) (86ce4c1)

  • chore: update ci pipeline (06de3ac)

  • chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 (#555) (8a3362a)

  • chore(deps-dev): bump pytest from 8.3.1 to 8.3.2

Bumps pytest from 8.3.1 to 8.3.2.


updated-dependencies:

  • dependency-name: pytest
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (02fbbfe)

Ci

Fix

  • fix: update ci pipeline (#559) (c914dd3)

  • fix: update types (#558) (486f3e0)

  • fix: add role, password_hash & id types to admin user attributes (2adcd7f)

  • fix: add fly, linkedin_oidc and slack_oidc provider type (c13e2c7)

Unknown

  • update docker compose command call (41cefcf)

v2.6.1

24 Jul 23:11
Compare
Choose a tag to compare

v2.6.1 (2024-07-24)

Chore

  • chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#551) (964826c)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6 (#552) (fd92320)

  • chore(deps-dev): bump python-semantic-release from 9.8.5 to 9.8.6 (#550) (625f4af)

  • chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 (#549) (0a7a766)

Fix

  • fix: add is_anonymous type to the user model (#553) (c37913f)

v2.6.0

17 Jul 22:18
Compare
Choose a tag to compare

v2.6.0 (2024-07-17)

Feature

  • feat: add sign_in_with_id_token method (#548) (b7e2c2c)

v2.5.5

14 Jul 22:06
Compare
Choose a tag to compare

v2.5.5 (2024-07-14)

Chore

  • chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 (#546) (1c807cb)

  • chore(deps-dev): bump zipp from 3.18.1 to 3.19.1

Bumps zipp from 3.18.1 to 3.19.1.


updated-dependencies:

  • dependency-name: zipp
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <[email protected]> (4052673)

  • chore(deps-dev): bump python-semantic-release from 9.8.3 to 9.8.5 (#544) (ff1046e)

  • chore(deps-dev): bump python-semantic-release from 9.8.3 to 9.8.5

Bumps python-semantic-release from 9.8.3 to 9.8.5.


updated-dependencies:

  • dependency-name: python-semantic-release
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (dd38cdc)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5 (#545) (32ac690)

  • chore(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]> (07042e6)

  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 (#542) (d960b0f)

  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4

Bumps certifi from 2024.2.2 to 2024.7.4.


updated-dependencies:

  • dependency-name: certifi
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <[email protected]> (95f06c3)

  • chore(deps): bump pydantic from 2.7.4 to 2.8.2 (#539) (d0798d6)

  • chore(deps): bump pydantic from 2.7.4 to 2.8.2

Bumps pydantic from 2.7.4 to 2.8.2.


updated-dependencies:

  • dependency-name: pydantic
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <[email protected]> (e22a177)

  • chore(deps-dev): bump faker from 25.9.1 to 26.0.0 (#535) (f2fa2a9)

  • chore(deps-dev): bump faker from 25.9.1 to 26.0.0

Bumps faker from 25.9.1 to 26.0.0.


updated-dependencies:

  • dependency-name: faker
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (1fe332f)

Fix

v2.5.4

23 Jun 22:53
Compare
Choose a tag to compare

v2.5.4 (2024-06-23)

Fix

  • fix: add await to async call for anonymous sign in request (#532) (45cfe25)

Unknown

  • add missing await (412449a)

  • add await (5520ad8)

  • add await to async call for anonymous sign in request (4734d0d)