auth-py

Python client implementation for Supabase Auth

MIT License

Downloads
678.8K
Stars
69
Committers
33

Bot releases are visible (Hide)

auth-py - v2.8.1

Published by github-actions[bot] about 1 month ago

2.8.1 (2024-09-08)

Bug Fixes

  • deps-dev: bump cryptography from 43.0.0 to 43.0.1 (#592) (79829d3)
auth-py - v2.8.0

Published by github-actions[bot] about 2 months ago

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)
auth-py - v2.7.0

Published by github-actions[bot] 2 months ago

2.7.0 (2024-08-16)

Features

auth-py - v2.6.2

Published by github-actions[bot] 2 months ago

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)
auth-py - v2.6.1 Latest Release

Published by github-actions[bot] 3 months ago

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)
auth-py - v2.6.0

Published by github-actions[bot] 3 months ago

v2.6.0 (2024-07-17)

Feature

  • feat: add sign_in_with_id_token method (#548) (b7e2c2c)
auth-py - v2.5.5

Published by github-actions[bot] 3 months ago

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

  • fix: enable HTTP2 (#534) (73ea013)
auth-py - v2.5.4

Published by github-actions[bot] 4 months ago

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)

auth-py - v2.5.3

Published by github-actions[bot] 4 months ago

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)
auth-py - v2.5.2

Published by github-actions[bot] 4 months ago

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)
auth-py - v2.5.1

Published by github-actions[bot] 4 months ago

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)

auth-py - v2.5.0

Published by github-actions[bot] 4 months ago

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)

auth-py - v2.4.4

Published by github-actions[bot] 5 months ago

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

auth-py - v2.4.3

Published by github-actions[bot] 5 months ago

v2.4.3 (2024-06-01)

Chore

  • chore(deps): bump pydantic from 2.7.1 to 2.7.2 (#509) (5d433fe)

  • chore(ci): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 (#508) (a3037d9)

  • chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.0 (#507) (fe033c5)

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

Bumps pydantic from 2.7.1 to 2.7.2.


updated-dependencies:

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

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

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

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


updated-dependencies:

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

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

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

Bumps python-semantic-release from 9.7.3 to 9.8.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump requests from 2.31.0 to 2.32.0 (#502) (16e571f)

  • chore(deps-dev): bump pytest from 8.1.1 to 8.2.1 (#501) (56a3842)

  • chore(deps-dev): bump pytest from 8.1.1 to 8.2.1

Bumps pytest from 8.1.1 to 8.2.1.


updated-dependencies:

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

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

  • chore(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (#500) (c0c17f8)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.5.0 to 9.7.3 (#499) (1b1fc19)

  • chore(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7

Bumps pytest-asyncio from 0.23.6 to 0.23.7.


updated-dependencies:

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

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

  • chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.7.3 (#498) (1b6fadf)

  • chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.7.3

Bumps python-semantic-release from 9.5.0 to 9.7.3.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 24.14.1 to 25.2.0 (#497) (67b6a58)

  • chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#491) (a030a33)

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

Bumps python-semantic-release/python-semantic-release from 9.5.0 to 9.7.3.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 24.14.1 to 25.2.0

Bumps faker from 24.14.1 to 25.2.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4

Bumps jinja2 from 3.1.3 to 3.1.4.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 24.9.0 to 24.14.1 (#480) (9776d6a)

  • chore(deps-dev): bump faker from 24.9.0 to 24.14.1

Bumps faker from 24.9.0 to 24.14.1.


updated-dependencies:

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

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

  • chore(deps-dev): bump black from 24.3.0 to 24.4.2 (#478) (ac8339b)

  • chore(deps-dev): bump black from 24.3.0 to 24.4.2

Bumps black from 24.3.0 to 24.4.2.


updated-dependencies:

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

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

  • chore(deps): bump pydantic from 2.7.0 to 2.7.1 (#476) (339155a)

  • chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.5.0 (#475) (8900536)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.5.0 (#474) (1d951b6)

  • chore(deps): bump pydantic from 2.7.0 to 2.7.1

Bumps pydantic from 2.7.0 to 2.7.1.


updated-dependencies:

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

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

  • chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.5.0

Bumps python-semantic-release from 9.4.1 to 9.5.0.


updated-dependencies:

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

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

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

Bumps python-semantic-release/python-semantic-release from 9.4.1 to 9.5.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 24.4.0 to 24.9.0 (#469) (9ae0b1d)

  • chore(deps): bump pydantic from 2.6.4 to 2.7.0 (#468) (6cee4e2)

  • chore(deps-dev): bump faker from 24.4.0 to 24.9.0

Bumps faker from 24.4.0 to 24.9.0.


updated-dependencies:

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

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

  • chore(deps): bump idna from 3.6 to 3.7 (#467) (75feed7)

  • chore(deps-dev): bump python-semantic-release from 9.4.0 to 9.4.1 (#464) (d659e82)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.4.0 to 9.4.1 (#463) (066014e)

  • chore(deps): bump pydantic from 2.6.4 to 2.7.0

Bumps pydantic from 2.6.4 to 2.7.0.


updated-dependencies:

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

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

  • chore(deps): bump idna from 3.6 to 3.7

Bumps idna from 3.6 to 3.7.


updated-dependencies:

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

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

  • chore(deps-dev): bump python-semantic-release from 9.4.0 to 9.4.1

Bumps python-semantic-release from 9.4.0 to 9.4.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]> (13feeae)

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

Bumps python-semantic-release/python-semantic-release from 9.4.0 to 9.4.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]> (b536cf6)

  • chore(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.0 (#462) (abf77ea)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.0 (#461) (d11910c)

  • chore(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.0

Bumps python-semantic-release from 9.3.1 to 9.4.0.


updated-dependencies:

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

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

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

Bumps python-semantic-release/python-semantic-release from 9.3.1 to 9.4.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#458) (17e6587)

  • chore(deps): bump abatilo/actions-poetry from 2 to 3 (#460) (4376a7a)

  • chore(deps): bump actions/cache from 3 to 4 (#459) (67bc67f)

  • chore(deps): bump abatilo/actions-poetry from 2 to 3

Bumps abatilo/actions-poetry from 2 to 3.


updated-dependencies:

  • dependency-name: abatilo/actions-poetry
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

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

  • chore(deps): bump actions/cache from 3 to 4

Bumps actions/cache from 3 to 4.


updated-dependencies:

  • dependency-name: actions/cache
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

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

  • chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0

Bumps pytest-cov from 4.1.0 to 5.0.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 23.3.0 to 24.4.0 (#456) (1562b15)

Fix

  • fix: add "verify" flag to the creation of client (12f2396)

Unknown


updated-dependencies:

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

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

  • Add stale bot (#484) (7059504)

  • Fixes and style (4f723eb)

  • Fixes and style (0165846)

  • Update .pre-commit-config.yaml (9824403)

  • Update .pre-commit-config.yaml (d0ceba0)

  • Update .pre-commit-config.yaml (e2470f0)

  • Update .pre-commit-config.yaml (d0757be)

  • Update .pre-commit-config.yaml (da1c0cd)

  • Update .pre-commit-config.yaml (f0890cb)

  • Update .pre-commit-config.yaml (17a4db5)

  • Update .pre-commit-config.yaml (83e6021)

  • Add stale bot (87b27b6)

auth-py - v2.4.2

Published by github-actions[bot] 7 months ago

v2.4.2 (2024-03-26)

Chore

  • chore(deps-dev): bump black from 23.10.1 to 24.3.0 (#446) (4850a9f)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1 (#452) (31a67fd)

  • chore(deps-dev): bump black from 23.10.1 to 24.3.0

Bumps black from 23.10.1 to 24.3.0.


updated-dependencies:

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

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

  • chore: rename package to supabase_auth (#455) (3b63cd6)

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

Bumps python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1.


updated-dependencies:

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

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

  • chore(deps): bump httpx from 0.25.0 to 0.27.0 (#431) (3914bb6)

  • chore(deps): bump httpx from 0.25.0 to 0.27.0

Bumps httpx from 0.25.0 to 0.27.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump pytest from 8.0.2 to 8.1.0 (#443) (de90b46)

  • chore: bump fixed version of poetry (#438) (9344e79)

  • chore(deps-dev): bump pytest from 8.0.2 to 8.1.0

Bumps pytest from 8.0.2 to 8.1.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump faker from 19.12.1 to 23.3.0 (#436) (6a9e1ce)

  • chore(deps-dev): bump faker from 19.12.1 to 23.3.0

Bumps faker from 19.12.1 to 23.3.0.


updated-dependencies:

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

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

  • chore(deps-dev): bump pytest from 7.4.3 to 8.0.2 (#439) (cb5f6a6)

  • chore(deps-dev): bump pytest from 7.4.3 to 8.0.2

Bumps pytest from 7.4.3 to 8.0.2.


updated-dependencies:

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

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

  • chore(deps-dev): bump python-semantic-release from 8.3.0 to 9.1.1 (#440) (0d41e57)

  • chore(deps-dev): bump python-semantic-release from 8.3.0 to 9.1.1

Bumps python-semantic-release from 8.3.0 to 9.1.1.


updated-dependencies:

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

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

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.3.0 to 9.1.1 (#435) (a9789f7)

  • chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.5 (#424) (262547b)

  • chore(deps): bump pydantic from 2.4.2 to 2.6.3 (#437) (0de3da7)

  • chore(deps): bump codecov/codecov-action from 3 to 4 (#415) (f374e91)

  • chore(deps): bump abatilo/actions-poetry from 2.3.0 to 3.0.0 (#405) (63e028d)

  • chore(deps): bump pydantic from 2.4.2 to 2.6.3

Bumps pydantic from 2.4.2 to 2.6.3.


updated-dependencies:

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

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

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

Bumps python-semantic-release/python-semantic-release from 8.3.0 to 9.1.1.


updated-dependencies:

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

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

  • chore(deps-dev): bump cryptography from 42.0.0 to 42.0.4

Bumps cryptography from 42.0.0 to 42.0.4.


updated-dependencies:

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

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

  • chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.5

Bumps pytest-asyncio from 0.21.1 to 0.23.5.


updated-dependencies:

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

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

Fix

  • fix: new minor version release (#457) (b831bb1)

Unknown

  • package release (fd971bd)

  • update formatting (54a5bc1)

  • rename package to supabase_auth (55a0f06)

  • update ci to include python 3.12 in tests (#451) (cacb4b6)

  • Update project description and repository links (9bd18d1)

  • update ci to include python 3.12 in tests (2350d43)

  • feat (deps-dev): bump cryptography from 42.0.0 to 42.0.4 (#430) (26de4cb)

  • Update manual_pypi_publish.yml (af2d2e5)

auth-py - v2.4.1

Published by github-actions[bot] 8 months ago

v2.4.1 (2024-02-09)

Chore

  • chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0 (#416) (f03e518)

  • chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0

Bumps cryptography from 41.0.6 to 42.0.0.


updated-dependencies:

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

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

Fix

  • fix: add AuthOtpResponse (#419) (130bdb1)

  • fix: move changes to _async (7810bbd)

  • fix: add AuthOtpResponse (8d64ca4)

Unknown

  • formatting (97c4713)

  • revert changes to parse_auth_response (face521)

auth-py - v2.4.0

Published by github-actions[bot] 9 months ago

v2.4.0 (2024-01-31)

Chore

  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#403) (0d58002)

  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3

Bumps jinja2 from 3.1.2 to 3.1.3.


updated-dependencies:

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

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

  • chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#401) (8c8cd65)

Feature

  • feat: add new identity linking methods release in LWX (#395) (96d18be)

  • feat: add pydantic type (1308119)

  • feat: add sso (#358) (c250f93)

  • feat: add docstring (dba16fb)

  • feat: move skip_http_redirect to options (0547a2a)

  • feat: skip http redirects (8dca4a5)

  • feat: add sso (99c9409)

  • feat: add get_user_identities (2de717a)

  • feat: link and unlink (6103511)

Fix

Unknown

  • Merge branch 'main' into j0/add_linking_methods (ed9edab)

  • Update gotrue/_async/gotrue_base_api.py (72eeb1e)

  • Merge branch 'main' of github.com:supabase-community/gotrue-py into j0/add_linking_methods (851e523)

auth-py - v2.3.0

Published by github-actions[bot] 9 months ago

v2.3.0 (2024-01-12)

Chore

  • chore: update to pull auth instead of gotrue (38977a6)

  • chore: pull latest postgres image instead (e1877b2)

Feature

Fix

  • fix: fix build by updating error message in test (#404) (ac94c60)

  • fix: update error message in tests (6718dcd)

Unknown

auth-py - v2.2.0

Published by github-actions[bot] 10 months ago

v2.2.0 (2023-12-13)

Chore

  • chore(deps): bump actions/setup-python from 4 to 5 (#382) (55c04e2)

Feature

Unknown

auth-py - v2.1.0

Published by github-actions[bot] 11 months ago

v2.1.0 (2023-12-07)

Feature

  • feat: add sign_out() scope option (#381) (4ec8842)

  • feat: add sign_out() scope option (3818dba)

Unknown

  • Update to use query property of the request method (34a3ddf)