Skip to content

Releases: supabase/auth-py

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)

v2.5.3

23 Jun 20:39
Compare
Choose a tag to compare

v2.5.3 (2024-06-23)

Fix

  • fix: update property name for should_create_user (#531) (388fcba)

Unknown

  • update peoperty name for should_create_user (4bc09ef)

v2.5.2

21 Jun 18:26
Compare
Choose a tag to compare

v2.5.2 (2024-06-21)

Chore

  • chore(deps-dev): bump faker from 25.8.0 to 25.9.1 (#529) (c530238)

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

Bumps faker from 25.8.0 to 25.9.1.


updated-dependencies:

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

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

Fix

  • fix: link identity methods now working (2e95db8)

Unknown

  • fix all link identity methods (3570ace)

v2.5.1

20 Jun 10:22
Compare
Choose a tag to compare

v2.5.1 (2024-06-20)

Chore

  • chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 (#526) (b7d5755)

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

Bumps python-semantic-release from 9.8.1 to 9.8.3.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 25.4.0 to 25.8.0 (#519) (e4fc889)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 (#527) (eda2715)

  • chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 (#525) (8137d24)

  • chore(deps-dev): bump faker from 25.4.0 to 25.8.0

Bumps faker from 25.4.0 to 25.8.0.


updated-dependencies:

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

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

  • chore(deps): bump pydantic from 2.7.3 to 2.7.4 (#521) (0647d43)

  • chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 (#516) (2c40cd6)

Fix

  • fix: add channel to sign_in and sign_up options (498640d)

Unknown

  • Update supabase_auth/_sync/gotrue_client.py

Co-authored-by: Joel Lee <[email protected]> (1df49ef)

  • Update supabase_auth/_async/gotrue_client.py

Co-authored-by: Joel Lee <[email protected]> (f44450d)

  • format with pre-commit formatter (97b534b)

  • change option name from redirect_to to email_redirect_to (019da4f)

  • add sync version (4814aeb)

  • add channel to sign_in and sign_up options (5a1c44a)

v2.5.0

20 Jun 09:33
Compare
Choose a tag to compare

v2.5.0 (2024-06-20)

Chore

  • chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1 (#515) (98006ed)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.0 to 9.8.1 (#514) (4458982)

  • chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1

Bumps python-semantic-release from 9.8.0 to 9.8.1.


updated-dependencies:

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

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

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

Bumps python-semantic-release/python-semantic-release from 9.8.0 to 9.8.1.


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]> (960d593)

Feature

  • feat: add anonymous sign in (2406d7d)

Unknown

  • update postgres version for infra (ad2179b)

  • update async client and type naming (85f94f2)

  • Add Anonymous login (f3d35c7)

v2.4.4

04 Jun 22:16
Compare
Choose a tag to compare

v2.4.4 (2024-06-04)

Chore

  • chore(deps): bump pydantic from 2.7.2 to 2.7.3 (#513) (4a5e21e)

  • chore(deps-dev): bump faker from 25.3.0 to 25.4.0 (#512) (daafb74)

  • chore(deps): bump pydantic from 2.7.2 to 2.7.3

Bumps pydantic from 2.7.2 to 2.7.3.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 25.3.0 to 25.4.0

Bumps faker from 25.3.0 to 25.4.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 25.2.0 to 25.3.0 (#510) (e7fdc2d)

Fix

Unknown