Skip to content

Latest commit

 

History

History
4731 lines (3032 loc) · 221 KB

CHANGELOG.md

File metadata and controls

4731 lines (3032 loc) · 221 KB

CHANGELOG

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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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)

v2.4.1 (2024-02-09)

Chore

  • chore(release): bump version to v2.4.1 (1c8cd12)

  • 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] <support@github.com> (7d91ca2)

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

Bumps codecov/codecov-action from 3 to 4.


updated-dependencies:

  • dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <support@github.com> (db2307a)

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)

v2.4.0 (2024-01-31)

Chore

  • chore(release): bump version to v2.4.0 (640d0c1)

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

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

Bumps abatilo/actions-poetry from 2.3.0 to 3.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (f52f7e2)

  • 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] <support@github.com> (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)

v2.3.0 (2024-01-12)

Chore

  • chore(release): bump version to v2.3.0 (17fa5d2)

  • chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41

Bumps gitpython from 3.1.40 to 3.1.41.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (a60428c)

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

  • chore: pull latest postgres image instead (e1877b2)

Feature

Fix

  • fix: add linking methods (a29083a)

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

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

  • fix: add linking methods (987adf2)

Unknown

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

  • Update MAINTAINERS.md (5681011)

v2.2.0 (2023-12-13)

Chore

  • chore(release): bump version to v2.2.0 (6db7cc2)

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

Feature

Unknown

v2.1.0 (2023-12-07)

Chore

  • chore(release): bump version to v2.1.0 (a1f060c)

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

Bumps actions/setup-python from 4 to 5.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c6f378a)

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)

v2.0.0 (2023-11-30)

Breaking

  • feat: exchange code for session now fully async

BREAKING CHANGE: change async method on_auth_state_change to sync only. (a249ba0)

Chore

  • chore(release): bump version to v2.0.0 (1440dd6)

  • chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) (e6b3d46)

Feature

  • feat: exchange code for session now fully async (#378) (c294568)

Unknown

  • bug fix: use pydantic v2 model.model_rebuild (#373) (fd94314)

  • add soft delete support to "delete user" (#376) (08bada3)

v1.3.1 (2023-11-29)

Chore

  • chore(release): bump version to v1.3.1 (ede20fe)

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

Bumps cryptography from 41.0.5 to 41.0.6.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (424a5df)

Fix

  • fix: remove unnecessary async to on_auth_state_change (#374) (574c739)

  • fix: remove unnecessary async to on_auth_state_change

Somehow this got reverted on a refactor (https://github.com/supabase-community/gotrue-py/commit/e7ebc64112d970673265c7b314a1e8820fc0f7e1)

This causes problems when using the supabase client, since it's not being awaited: https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90 (7548d02)

Unknown

  • add soft delete support to "delete user" (5471167)

  • bug fix: use pydantic v2 model.model_rebuild not rebuild_model (9d723df)

v1.3.0 (2023-11-01)

Chore

  • chore(release): bump version to v1.3.0 (abe3e2a)

  • chore: update CI config with PAT (#361) (fbddd6d)

  • chore: update CI config with PAT (1fffc1f)

  • chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 (#337) (160b671)

  • chore: update dependencies (#357) (a5d4a81)

  • chore: update dependencies (dc67de1)

  • chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#350) (4ea73e4)

  • chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1

Bumps pygithub from 1.59.1 to 2.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (264e773)

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0 (#354) (a385575)

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

Bumps python-semantic-release/python-semantic-release from 8.0.8 to 8.3.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] <support@github.com> (3fbe6fc)

  • chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7

Bumps urllib3 from 2.0.4 to 2.0.7.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (2400229)

Feature

  • feat: add OAuth PKCE (#331) (8fe633e)

  • feat: allow dev to pass in code_verifier (f33bf3e)

Fix

  • fix: add latest semantic-release dependency (#360) (81e63ea)

  • fix: add latest semantic-release dependency (251a4f4)

  • fix: fix typo (72ee18d)

  • fix: update imports (66759da)

  • fix: patch imports (3b61aff)

  • fix: run pre-commit (754c7ab)

Unknown

  • patch: read from storage (364292c)

  • Merge branch 'j0/pkce' of github.com:supabase-community/gotrue-py into j0/pkce (1c40ed7)

  • Merge branch 'main' into j0/pkce (4c44238)

  • Merge pull request #325 from supabase-community/dependabot/pip/main/httpx-0.25.0

chore(deps): bump httpx from 0.24.1 to 0.25.0 (89019fb)

  • Merge pull request #352 from fbeutel/urlsafe_b64decode

Use urlsafe_b64decode to properly handle URL-encoded JWTs (7541ade)

  • Use urlsafe_b64decode to properly handle URL-encoded JWTs (0034af1)

v1.2.0 (2023-10-05)

Chore

  • chore(release): bump version to v1.2.0 (8da1032)

Feature

  • feat: Add exception to handle API errors on signout (59b90d5)

Fix

Unknown

  • Merge pull request #342 from supabase-community/silentworks/sign-out-exception-handling

feat: Add exception to handle API errors on signout (708859c)

  • Update to use suppress instead of try except (2d964ad)

  • Merge pull request #341 from supabase-community/silentworks/add-correct-semantic-release-vars

Add correct variables for semantic release (5155312)

  • Get pre-commit to ignore changelog (738602e)

  • Add correct variables for semantic release (80b0e30)

  • Merge pull request #332 from supabase-community/sourcery/j0/pkce

feat: add OAuth PKCE (Sourcery refactored) (b331d04)

  • 'Refactored by Sourcery' (af4f842)

  • Merge pull request #330 from supabase-community/dependabot/pip/cryptography-41.0.4

chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 (1bf3e5d)

v1.1.1 (2023-09-22)

Chore

  • chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4

Bumps cryptography from 41.0.3 to 41.0.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (4aa7224)

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

Bumps httpx from 0.24.1 to 0.25.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (a5b2f85)

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

Bumps python-semantic-release/python-semantic-release from 8.0.0 to 8.0.8.


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] <support@github.com> (8f094df)

  • chore(deps-dev): bump pytest from 7.4.0 to 7.4.2

Bumps pytest from 7.4.0 to 7.4.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (cb41e8b)

  • chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0

Bumps pre-commit from 3.3.3 to 3.4.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (133eca2)

  • chore(deps-dev): bump black from 23.7.0 to 23.9.1

Bumps black from 23.7.0 to 23.9.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (5617a6a)

  • chore(deps-dev): bump faker from 19.3.0 to 19.6.1

Bumps faker from 19.3.0 to 19.6.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (ab39f66)

Fix

  • fix: add verify token hash (da51e8e)

Refactor

  • refactor: remove unused v1 files (e9005e4)

Unknown

  • 1.1.1

Automatically generated by python-semantic-release (152ed06)

  • Merge pull request #328 from supabase-community/feat/add-verify-token-hash

fix: add verify token hash (ccb2173)

  • Fixed formatting (82a04aa)

  • Merge pull request #303 from supabase-community/dependabot/github_actions/main/python-semantic-release/python-semantic-release-8.0.8

chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 8.0.8 (cb6abab)

  • Merge pull request #310 from supabase-community/dependabot/pip/main/pytest-7.4.2

chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (1df12a7)

  • Merge pull request #323 from supabase-community/j0/remove_unused_v1

refactor: remove unused v1 files (817fafb)

  • Merge pull request #305 from supabase-community/dependabot/pip/main/pre-commit-3.4.0

chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (687c52d)

  • Merge pull request #317 from supabase-community/dependabot/pip/main/black-23.9.1

chore(deps-dev): bump black from 23.7.0 to 23.9.1 (b0144ef)

  • Merge pull request #318 from supabase-community/dependabot/pip/main/faker-19.6.1

chore(deps-dev): bump faker from 19.3.0 to 19.6.1 (2cc68f9)

  • Merge pull request #315 from jantznick/main

fix get_user calls fail when no session or jwt is available (2a562a7)

  • changelog changed from precommit hooks (5cf279e)

  • update return type for get_user calls (ddeb595)

  • return None when no session or jwt on get_user calls (50fa8b0)

v1.1.0 (2023-09-08)

Chore

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

Bumps actions/checkout from 3 to 4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (2a51fff)

  • chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35

Bumps gitpython from 3.1.32 to 3.1.35.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (7b0fb17)

  • chore: run formatting on CHANGELOG to correct for mix line endings (3f47338)

Feature

  • feat: support pagination for admin list_users (e7cbd9f)

Unknown

  • 1.1.0

Automatically generated by python-semantic-release (ff35a92)

  • Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4 (64c0c66)

  • Merge pull request #312 from supabase-community/dependabot/pip/gitpython-3.1.35

chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (9b62e68)

  • Merge pull request #304 from connorlurring/admin-list-users-pagination

feat: support pagination for auth admin list_users (1b88c51)

  • Merge pull request #311 from supabase-community/j0/lint_changelog

chore: run formatting on CHANGELOG to correct for mix line endings (8684125)

v1.0.4 (2023-08-23)

Chore

  • chore: add contents permission (a2a4912)

  • chore: upgrade smenatic release (0cf22c2)

  • chore(deps-dev): bump faker from 19.2.0 to 19.3.0

Bumps faker from 19.2.0 to 19.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (29f1a1e)

  • chore(deps-dev): bump faker from 18.13.0 to 19.2.0

Bumps faker from 18.13.0 to 19.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (0a03065)

Fix

  • fix: update more pyproject.toml config options (3c38c2b)

  • fix: convert version_toml to array (d9c555d)

  • fix: add relevant pypi info and permissions (875484e)

  • fix: add new providers (b4c1681)

  • fix: add type definitions for new providers (e033cee)

Unknown

  • 1.0.4

Automatically generated by python-semantic-release (5cc198b)

  • Merge pull request #299 from supabase-community/j0/fix_version_toml

chore: add contents permission (7561df9)

  • Merge pull request #298 from supabase-community/j0/fix_version_toml

fix: update version options (b66f958)

  • Merge pull request #297 from supabase-community/j0/fix_semantic_release

fix: fix semantic release (3c9984b)

  • Merge pull request #290 from supabase-community/dependabot/pip/main/faker-19.3.0

chore(deps-dev): bump faker from 19.2.0 to 19.3.0 (52474bc)

  • Merge pull request #293 from supabase-community/or/pydantic-v1-v2-support

Support for pydantic v1 & v2 (6765f07)

  • revert TypeAdapter to parse_obj_as for pydantic v1 support (79cd743)

  • run tests with pydantic v1 under CI (9c4aa2a)

  • pydantic v1 & v2 compatibility (45456c8)

  • Merge pull request #289 from yuvanist/main

Specify minor version of pydantic to avoid dependency issue (c2ed950)

  • Update lock file (9258777)

  • specify minor version of pydantic (2b0bdb4)

  • Merge pull request #288 from supabase-community/dependabot/pip/main/faker-19.2.0

chore(deps-dev): bump faker from 18.13.0 to 19.2.0 (69f5994)

v1.0.3 (2023-08-03)

Chore

  • chore: bump ci file (cfe3acb)

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

Bumps pytest-asyncio from 0.20.3 to 0.21.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (d5f937f)

  • chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0

Bumps pygithub from 1.58.0 to 1.59.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (57ae5f7)

  • chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6

Bumps python-semantic-release from 7.33.2 to 7.34.6.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (9ac7669)

  • chore(deps): bump cryptography from 39.0.1 to 41.0.0

Bumps cryptography from 39.0.1 to 41.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (461aa75)

Feature

  • feat: release new version (0cf8072)

Fix

Unknown

  • Merge pull request #287 from supabase-community/j0/release_new_ver

feat: release v1.0.3 (a6f8fd6)

  • Revert "chore: bump ci file"

This reverts commit cfe3acbba295d30b1360269f891449ca2fe7fa13. (baa692c)

  • Merge pull request #279 from supabase-community/dependabot/pip/main/pygithub-1.59.0

chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0 (86b9648)

  • Merge pull request #286 from yuvanist/main

Upgrade gotrue-py to pydantic > 2.1.x (86ac440)

  • change lock file (6ca5a7d)

  • Change pydantic version to 2.1 (1daebe0)

  • reformat (3aa81c7)

  • change to model_rebuild (cd053cc)

  • update poetry lock (e99b5b5)

  • root_validator to model_validator (0dee34e)

  • Upgrade to Pydantic V2 - Initial Changes (e59bb96)

  • Merge pull request #284 from supabase-community/dependabot/pip/main/pytest-asyncio-0.21.1

chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 (743d6c1)

  • Merge pull request #278 from supabase-community/dependabot/pip/main/python-semantic-release-7.34.6

chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6 (aa12b1b)

  • Merge pull request #280 from supabase-community/j0/update_version

fix: bump init version to 1.02 (99b9907)

  • Merge pull request #275 from supabase-community/dependabot/pip/cryptography-41.0.0

chore(deps): bump cryptography from 39.0.1 to 41.0.0 (6b0b687)

v1.0.2 (2023-06-01)

Chore

  • chore(deps-dev): bump pytest from 7.2.2 to 7.3.1

Bumps pytest from 7.2.2 to 7.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (9c334f2)

  • chore(deps-dev): bump black from 23.1.0 to 23.3.0

Bumps black from 23.1.0 to 23.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (0c26730)

  • chore(deps): bump pydantic from 1.10.5 to 1.10.8

Bumps pydantic from 1.10.5 to 1.10.8.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (8a8aba2)

  • chore(deps): bump requests from 2.28.2 to 2.31.0

Bumps requests from 2.28.2 to 2.31.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (883c218)

  • chore(deps): bump httpx from 0.23.3 to 0.24.1

Bumps httpx from 0.23.3 to 0.24.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (f184d7a)

  • chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2

Bumps pre-commit from 3.1.1 to 3.2.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (5c5e384)

Feature

Fix

  • fix: parse_auth_response to handle cases when data is an empty dictionary (71f1b07)

Refactor

  • refactor: parse_auth_response handles cases when data does not have key user (f533b92)

Unknown

  • Merge pull request #273 from supabase-community/j0/release_1_0_2

feat: update README, release v1.0.2 (8477576)

  • Merge pull request #267 from supabase-community/dependabot/pip/main/pytest-7.3.1

chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 (29fb30b)

  • Merge pull request #258 from supabase-community/dependabot/pip/main/black-23.3.0

chore(deps-dev): bump black from 23.1.0 to 23.3.0 (a5beade)

  • Merge pull request #269 from supabase-community/dependabot/pip/main/pydantic-1.10.8

chore(deps): bump pydantic from 1.10.5 to 1.10.8 (4845101)

  • Merge pull request #268 from supabase-community/dependabot/pip/requests-2.31.0

chore(deps): bump requests from 2.28.2 to 2.31.0 (15f2dbd)

  • Merge pull request #264 from lmoj/double-urlencode

fix issue #246 (dca7d9a)

  • Merge pull request #266 from supabase-community/dependabot/pip/main/httpx-0.24.1

chore(deps): bump httpx from 0.23.3 to 0.24.1 (0efdd9d)

  • Merge pull request #265 from lmoj/optional-last_sign_in_at

optional last_sign_in_at in UserIdentity type (99d4567)

  • Merge pull request #261 from hgseo16/main

fix: parse_auth_response to handle cases when data is an empty dictio… (633c4ab)

  • fix import (034da90)

  • optional last_sign_in_at in UserIdentity type (6fef36a)

  • fix url double encode (69a4f4a)

  • Merge pull request #260 from supabase-community/dependabot/pip/main/pre-commit-3.2.2

chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2 (736f334)

v1.0.1 (2023-04-03)

Chore

  • chore(deps-dev): bump faker from 18.3.0 to 18.3.1

Bumps faker from 18.3.0 to 18.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (11c55d5)

  • chore(deps-dev): bump faker from 17.6.0 to 18.3.0

Bumps faker from 17.6.0 to 18.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (cff3a01)

  • chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2

Bumps python-semantic-release from 7.33.1 to 7.33.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (70c4ed6)

  • chore(deps-dev): bump faker from 17.3.0 to 17.6.0

Bumps faker from 17.3.0 to 17.6.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (8ba18fd)

  • chore(deps-dev): bump pytest from 7.2.1 to 7.2.2

Bumps pytest from 7.2.1 to 7.2.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (fc53e5b)

  • chore(deps-dev): bump faker from 17.0.0 to 17.3.0

Bumps faker from 17.0.0 to 17.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (ee32bd9)

  • chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1

Bumps pre-commit from 3.1.0 to 3.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (2bf3dce)

  • chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0

Bumps abatilo/actions-poetry from 2.2.0 to 2.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (e28fd25)

  • chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0

Bumps pre-commit from 3.0.4 to 3.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c9b9f95)

  • chore(deps-dev): bump pygithub from 1.57 to 1.58.0

Bumps pygithub from 1.57 to 1.58.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c6f0b49)

  • chore(deps): bump pydantic from 1.10.4 to 1.10.5 (#233)

Bumps pydantic from 1.10.4 to 1.10.5.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a785e16)

  • chore(deps-dev): bump faker from 16.8.1 to 17.0.0

Bumps faker from 16.8.1 to 17.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (911f5cb)

  • chore(deps-dev): bump faker from 16.7.0 to 16.8.1

Bumps faker from 16.7.0 to 16.8.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (e7088a7)

  • chore(deps-dev): bump faker from 16.6.1 to 16.7.0

Bumps faker from 16.6.1 to 16.7.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (7d5cbfc)

  • chore(deps): bump cryptography from 39.0.0 to 39.0.1

Bumps cryptography from 39.0.0 to 39.0.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c84f04d)

Feature

  • feat: bump version to 1.0.1 (0056efc)

Fix

Unknown

  • Merge pull request #259 from supabase-community/j0/bump_version

feat: bump version to 1.0.1 (359a003)

  • Merge pull request #256 from supabase-community/dependabot/pip/main/faker-18.3.1

chore(deps-dev): bump faker from 18.3.0 to 18.3.1 (578734e)

  • Merge pull request #254 from supabase-community/j0/patch_padding_for_base64

fix: patch padding for base64 (f77663a)

  • Merge pull request #252 from supabase-community/dependabot/pip/main/faker-18.3.0

chore(deps-dev): bump faker from 17.6.0 to 18.3.0 (5d075d2)

  • Update helpers.py (e1ba5e2)

  • Merge pull request #235 from supabase-community/dependabot/pip/main/python-semantic-release-7.33.2

chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 (3476384)

  • Merge pull request #244 from supabase-community/dependabot/pip/main/faker-17.6.0

chore(deps-dev): bump faker from 17.3.0 to 17.6.0 (03ba918)

  • Merge pull request #240 from supabase-community/dependabot/github_actions/main/abatilo/actions-poetry-2.3.0

chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 (3ec751b)

  • Merge pull request #245 from supabase-community/dependabot/pip/main/pytest-7.2.2

chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 (ad3b366)

  • Merge pull request #239 from supabase-community/dependabot/pip/main/faker-17.3.0

chore(deps-dev): bump faker from 17.0.0 to 17.3.0 (20fcfbd)

  • Merge pull request #241 from supabase-community/dependabot/pip/main/pre-commit-3.1.1

chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1 (9a511ea)

  • Merge pull request #238 from supabase-community/dependabot/pip/main/pre-commit-3.1.0

chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 (5561e94)

  • Merge pull request #236 from supabase-community/dependabot/pip/main/pygithub-1.58.0

chore(deps-dev): bump pygithub from 1.57 to 1.58.0 (6c1247c)

  • Merge pull request #232 from supabase-community/dependabot/pip/main/faker-17.0.0

chore(deps-dev): bump faker from 16.8.1 to 17.0.0 (d47b7c1)

  • Merge pull request #230 from supabase-community/dependabot/pip/main/faker-16.8.1

chore(deps-dev): bump faker from 16.7.0 to 16.8.1 (9699606)

  • Merge pull request #228 from supabase-community/dependabot/pip/cryptography-39.0.1

chore(deps): bump cryptography from 39.0.0 to 39.0.1 (af1a7f0)

  • Merge pull request #229 from supabase-community/dependabot/pip/main/faker-16.7.0

chore(deps-dev): bump faker from 16.6.1 to 16.7.0 (db484db)

v1.0.0 (2023-02-05)

Chore

  • chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4

Bumps pre-commit from 2.21.0 to 3.0.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c67fbda)

  • chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1

Bumps python-semantic-release from 7.33.0 to 7.33.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (6423f19)

  • chore(deps-dev): bump black from 22.12.0 to 23.1.0

Bumps black from 22.12.0 to 23.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (3b2fd7f)

  • chore: update ci (dc3573c)

  • chore: remove PyGithub as dep (08231ba)

  • chore(deps-dev): bump faker from 16.6.0 to 16.6.1

Bumps faker from 16.6.0 to 16.6.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (55bccec)

  • chore(deps-dev): bump faker from 15.3.4 to 16.6.0

Bumps faker from 15.3.4 to 16.6.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (db13e78)

  • chore: include 3.11 (f74c31f)

  • chore: adjust ci poetry version (4d4685b)

  • chore(deps): bump pydantic from 1.10.2 to 1.10.4

Bumps pydantic from 1.10.2 to 1.10.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (be56f07)

  • chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0

Bumps pre-commit from 2.20.0 to 2.21.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (7116357)

  • chore(deps): bump gitpython from 3.1.27 to 3.1.30

Bumps gitpython from 3.1.27 to 3.1.30.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (8a1b4dd)

  • chore(deps): bump httpx from 0.23.1 to 0.23.3

Bumps httpx from 0.23.1 to 0.23.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (32ce139)

  • chore(deps): bump wheel from 0.37.1 to 0.38.1

Bumps wheel from 0.37.1 to 0.38.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (ff9818c)

  • chore(deps-dev): bump isort from 5.11.1 to 5.11.4

Bumps isort from 5.11.1 to 5.11.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (ba7cdc6)

  • chore(deps-dev): bump isort from 5.10.1 to 5.11.1 (#195)

Bumps isort from 5.10.1 to 5.11.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d12d0c5)

  • chore(deps-dev): bump black from 22.10.0 to 22.12.0

Bumps black from 22.10.0 to 22.12.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (2207e09)

  • chore(deps): bump certifi from 2022.6.15 to 2022.12.7 (#192)

Bumps certifi from 2022.6.15 to 2022.12.7.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (841083e)

  • chore(deps-dev): bump pytest-asyncio from 0.20.2 to 0.20.3 (#193)

Bumps pytest-asyncio from 0.20.2 to 0.20.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2b8b03a)

  • chore(deps-dev): bump faker from 15.3.3 to 15.3.4 (#191)

Bumps faker from 15.3.3 to 15.3.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5773bf0)

  • chore(deps): bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#190)

Bumps abatilo/actions-poetry from 2.1.6 to 2.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ad040d1)

  • chore(deps-dev): bump faker from 15.3.2 to 15.3.3 (#189)

Bumps faker from 15.3.2 to 15.3.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ab1f0da)

  • chore(deps): bump httpx from 0.23.0 to 0.23.1 (#188)

Bumps httpx from 0.23.0 to 0.23.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd04ad2)

  • chore(deps-dev): bump faker from 15.3.1 to 15.3.2 (#186)

Bumps faker from 15.3.1 to 15.3.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8d75f1c)

  • chore(deps): bump cryptography from 37.0.4 to 38.0.3 (#185)

Bumps cryptography from 37.0.4 to 38.0.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6e0df2f)

  • chore(deps-dev): bump pytest-asyncio from 0.20.1 to 0.20.2 (#184)

Bumps pytest-asyncio from 0.20.1 to 0.20.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bebb22f)

  • chore(deps-dev): bump faker from 15.1.3 to 15.3.1 (#183)

Bumps faker from 15.1.3 to 15.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ae2043a)

  • chore: update lock (9dd42b4)

  • chore(deps-dev): bump faker from 15.1.1 to 15.1.3 (#182)

Bumps faker from 15.1.1 to 15.1.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2c15513)

  • chore: gen sync files (01385ea)

  • chore: fix EOL (44a4f25)

  • chore: implement clients and utils for testing (6fbd3de)

  • chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 (#179)

Bumps pytest from 7.1.3 to 7.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (73df32a)

  • chore(deps-dev): bump python-semantic-release from 7.32.1 to 7.32.2 (#177)

Bumps python-semantic-release from 7.32.1 to 7.32.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5aae844)

  • chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1

Bumps pytest-asyncio from 0.19.0 to 0.20.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (89f1336)

  • chore(deps-dev): bump faker from 15.0.0 to 15.1.1

Bumps faker from 15.0.0 to 15.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (69c7c4e)

  • chore(deps): fix poetry lock file (5148277)

  • chore(deps): bump dev dependencies (93aabbe)

  • chore: format docstring to avoid linter warning (6a200fe)

  • chore(deps-dev): bump black from 22.8.0 to 22.10.0 (#170)

Bumps black from 22.8.0 to 22.10.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (be6a2b3)

  • chore(deps-dev): bump python-semantic-release from 7.32.0 to 7.32.1 (#171)

Bumps python-semantic-release from 7.32.0 to 7.32.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6a02950)

  • chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#168)

Bumps pytest-cov from 3.0.0 to 4.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (57ae3b3)

  • chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167)

Bumps faker from 14.2.1 to 15.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cc918f9)

  • chore(deps-dev): bump python-semantic-release from 7.31.4 to 7.32.0 (#165)

Bumps python-semantic-release from 7.31.4 to 7.32.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (b8a9944)

  • chore(deps-dev): bump faker from 14.2.0 to 14.2.1

Bumps faker from 14.2.0 to 14.2.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (a16f952)

  • chore(deps): bump pydantic from 1.10.1 to 1.10.2 (#162)

Bumps pydantic from 1.10.1 to 1.10.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (4666845)

  • chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#161)

Bumps pytest from 7.1.2 to 7.1.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (b93c9d7)

  • chore(deps-dev): bump black from 22.6.0 to 22.8.0 (#159)

Bumps black from 22.6.0 to 22.8.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (b552dea)

  • chore(deps-dev): bump faker from 14.1.1 to 14.2.0 (#158)

Bumps faker from 14.1.1 to 14.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (214353e)

  • chore(deps): bump pydantic from 1.10.0 to 1.10.1 (#160)

Bumps pydantic from 1.10.0 to 1.10.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a322dce)

  • chore: update dependencies (6b15a50)

Feature

  • feat: bump to 1.0.0 (ac012cd)

  • feat: switch from flake8->ruff (19cdde0)

  • feat: move sphinx into doc group (173399b)

  • feat: add docs (afc563a)

  • feat: mfa challenge and verify and refresh session (b714206)

  • feat: add mfa (4c2b443)

  • feat: implement decode_jwt_payload in helpers (c3ff22a)

Fix

  • fix: adjust timer units and drop * 1000 since timer takes in seconds and not miliseconds (78ed6d2)

  • fix: reinstate 3.8 (58db1be)

  • fix: bump isort and python version (7f50501)

  • fix: move dependency (1e51fce)

  • fix: regenerate lock (34b8fb1)

  • fix: add jwt package (36e8d12)

  • fix: patch merge conflicts on next (fb033e4)

  • fix: revert poetry.lock to original main files (df4ab8f)

  • fix: checkout main poetry.lock and poetry.toml (c8aeabc)

  • fix: remove ruff (ef21730)

  • fix: comment out sphinx (d46cf0d)

  • fix: bugs in admin api and finish tests implementation (9db7ce6)

  • fix: remove group from pyproject.toml (41349d2)

  • fix: revert dependency group (a923e52)

  • fix: list users method of admin api (a973a1c)

  • fix: respect EXPIRY_MARGIN on getSession (45afb35)

  • fix: use literal from typing extensions (ec6618b)

  • fix: stray EOLS (33cefba)

  • fix: include modules page (8dab491)

  • fix: insert default content type header (332f782)

  • fix: implement the reset_password_email method (6ffa532)

Refactor

  • refactor: migrate to implementation as similar as possible to the implementation of gotrue-js

The tests still need to be implemented. (4cb7713)

Test

  • test: add test to user fetch methods of admin api (8c076f0)

Unknown

  • Merge pull request #227 from supabase-community/j0/new_release

feat: bump to 1.0.0 (b5cdd36)

  • Merge pull request #226 from supabase-community/dependabot/pip/main/pre-commit-3.0.4

chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4 (53c1fef)

  • Merge pull request #225 from supabase-community/dependabot/pip/main/python-semantic-release-7.33.1

chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1 (527d8a0)

  • Merge pull request #223 from supabase-community/dependabot/pip/main/black-23.1.0

chore(deps-dev): bump black from 22.12.0 to 23.1.0 (2941512)

  • Merge pull request #220 from supabase-community/j0/fix_timer_units

fix: adjust timer units and drop * 1000 (758fb2f)

  • Merge pull request #148 from supabase-community/next

next release - feature parity - high testing coverage (b79e2a8)

  • Merge pull request #219 from supabase-community/j0/patch_conflicts_on_next

chore: patch merge conflicts on next (66f3f3a)

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

  • Merge pull request #218 from supabase-community/dependabot/pip/main/faker-16.6.1

chore(deps-dev): bump faker from 16.6.0 to 16.6.1 (52d4c8d)

  • Merge pull request #213 from supabase-community/dependabot/pip/main/faker-16.6.0

chore(deps-dev): bump faker from 15.3.4 to 16.6.0 (2217833)

  • Merge pull request #214 from supabase-community/j0/bump-poetry

chore: adjust ci poetry version (a43f38b)

  • Merge pull request #203 from supabase-community/dependabot/pip/main/pydantic-1.10.4

chore(deps): bump pydantic from 1.10.2 to 1.10.4 (cf1faed)

  • Merge pull request #200 from supabase-community/dependabot/pip/main/pre-commit-2.21.0

chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 (9711f54)

  • Merge pull request #206 from supabase-community/dependabot/pip/gitpython-3.1.30

chore(deps): bump gitpython from 3.1.27 to 3.1.30 (5861c0c)

  • Merge pull request #201 from supabase-community/dependabot/pip/wheel-0.38.1

chore(deps): bump wheel from 0.37.1 to 0.38.1 (26c1eea)

  • Merge pull request #199 from supabase-community/dependabot/pip/main/isort-5.11.4

chore(deps-dev): bump isort from 5.11.1 to 5.11.4 (80f2cf2)

  • Merge pull request #205 from supabase-community/dependabot/pip/main/httpx-0.23.3

chore(deps): bump httpx from 0.23.1 to 0.23.3 (b8ae350)

  • Merge pull request #180 from supabase-community/j0/add_docs

feat: add docs for GoTrue (f7eade8)

  • revert: remove ruff from ci (34535dd)

  • Merge pull request #194 from supabase-community/dependabot/pip/main/black-22.12.0

chore(deps-dev): bump black from 22.10.0 to 22.12.0 (dff74c6)

  • Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs (7c5ea9c)

  • Merge branch 'main' into j0/add_docs (24fbb46)

  • tests: add python 3.11 and update poetry version (33756af)

  • tests: add tests for create user in admin api (30fd751)

  • Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs (798ef1c)

  • Merge pull request #181 from supabase-community/sourcery/j0/add_docs

feat: add docs for GoTrue (Sourcery refactored) (7482f1a)

  • 'Refactored by Sourcery' (d26ff18)

  • Merge remote-tracking branch 'remotes/origin/next' into next (20638fe)

  • Merge pull request #178 from supabase-community/dependabot/pip/main/pytest-asyncio-0.20.1

chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 (e20893a)

  • 'Refactored by Sourcery' (#176)

Co-authored-by: Sourcery AI <> (d5a0920)

  • 'Refactored by Sourcery' (#175)

Co-authored-by: Sourcery AI <> (9e4a1f2)

  • Merge branch 'main' into next (4e3be99)

  • Merge pull request #174 from supabase-community/dependabot/pip/main/faker-15.1.1

chore(deps-dev): bump faker from 15.0.0 to 15.1.1 (dbe13b7)

  • 'Refactored by Sourcery' (#172)

Co-authored-by: Sourcery AI <> (20b882c)

  • Merge branch 'main' into next (9f80bbc)

  • Merge pull request #164 from supabase-community/dependabot/pip/main/faker-14.2.1

chore(deps-dev): bump faker from 14.2.0 to 14.2.1 (7c5a665)

  • Merge branch 'main' into next (971b816)

v0.5.4 (2022-08-31)

Chore

  • chore: setup version 0.5.4 for new release (#157)

  • chore: setup version 0.5.4 for new release

  • chore: update version of init.py

  • chore: update changelog (d559e2d)

  • chore(deps-dev): bump faker from 14.1.0 to 14.1.1 (#154)

Bumps faker from 14.1.0 to 14.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (272ad56)

  • chore(deps): bump pydantic from 1.9.2 to 1.10.0 (#153)

Bumps pydantic from 1.9.2 to 1.10.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (913e014)

  • chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#152)

Bumps abatilo/actions-poetry from 2.1.5 to 2.1.6.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (62311f3)

  • chore: add github action ecosystem to dependabot (76d9114)

  • chore(deps-dev): bump python-semantic-release from 7.31.3 to 7.31.4 (#151)

Bumps python-semantic-release from 7.31.3 to 7.31.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (62adb59)

  • chore(deps-dev): bump python-semantic-release from 7.31.2 to 7.31.3 (#150)

Bumps python-semantic-release from 7.31.2 to 7.31.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a9c110d)

  • chore: change made by pyupgrade pre-commit (68ed829)

  • chore: add sourcery config file (5be3c33)

  • chore: implement script to sync config of infra (896a40c)

  • chore: upgrade dependencies (41ee2dd)

  • chore(deps-dev): bump faker from 14.0.0 to 14.1.0 (#147)

Bumps faker from 14.0.0 to 14.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0c85e7e)

  • chore(deps-dev): bump faker from 13.15.1 to 14.0.0 (#146)

Bumps faker from 13.15.1 to 14.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2374b04)

  • chore(deps): bump pydantic from 1.9.1 to 1.9.2 (#145)

Bumps pydantic from 1.9.1 to 1.9.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (db929b4)

  • chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (#144)

Bumps flake8 from 5.0.3 to 5.0.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (456c818)

  • chore(deps-dev): bump flake8 from 5.0.1 to 5.0.3 (#143)

Bumps flake8 from 5.0.1 to 5.0.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d84e005)

  • chore(deps-dev): bump python-semantic-release from 7.31.1 to 7.31.2 (#141)

Bumps python-semantic-release from 7.31.1 to 7.31.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (b08ccf7)

  • chore(deps-dev): bump flake8 from 4.0.1 to 5.0.1 (#142)

Bumps flake8 from 4.0.1 to 5.0.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (4c62d77)

  • chore(deps-dev): bump python-semantic-release from 7.30.2 to 7.31.1 (#140)

Bumps python-semantic-release from 7.30.2 to 7.31.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8aba5b5)

  • chore: upgrade pytest-asyncio (1fc2fa9)

  • chore(deps-dev): bump python-semantic-release from 7.30.1 to 7.30.2 (#139)

Bumps python-semantic-release from 7.30.1 to 7.30.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (93aa22b)

  • chore(deps-dev): bump python-semantic-release from 7.29.7 to 7.30.1 (#138)

Bumps python-semantic-release from 7.29.7 to 7.30.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (4e464eb)

  • chore(deps-dev): bump faker from 13.15.0 to 13.15.1 (#136)

Bumps faker from 13.15.0 to 13.15.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (606f158)

  • chore(deps-dev): bump python-semantic-release from 7.29.5 to 7.29.7 (#137)

Bumps python-semantic-release from 7.29.5 to 7.29.7.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (74a9410)

Fix

  • fix: use str type instead of uuid type in id property of identity model (#156) (460208d)

Unknown

  • 'Refactored by Sourcery' (#149)

Co-authored-by: Sourcery AI <> (07f897e)

  • Merge remote-tracking branch 'origin/main' (dde85fb)

v0.5.3 (2022-07-17)

Chore

  • chore: bump version to 0.5.3 (7d7d43e)

  • chore(deps-dev): bump python-semantic-release from 7.29.4 to 7.29.5 (#131)

Bumps python-semantic-release from 7.29.4 to 7.29.5.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c506308)

Fix

  • fix: set total false to user attributes typed dict (b21d6e3)

v0.5.2 (2022-07-13)

Chore

  • chore: upgrade changelog (b72f7e9)

  • chore: bump version to 0.5.2 in init.py (345e978)

  • chore: bump version to 0.5.2 (95e8fdd)

  • chore(deps-dev): bump pre-commit from 2.19.0 to 2.20.0 (#128)

Bumps pre-commit from 2.19.0 to 2.20.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (76fad56)

  • chore(deps-dev): bump faker from 13.14.0 to 13.15.0 (#127)

Bumps faker from 13.14.0 to 13.15.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0f2e0e5)

Feature

  • feat: change .update method to also allow dictionaries (#130)

  • Allow users to send a dict instead of UserAttributes model

  • Add tests

  • Check Python version before trying to import TypedDict

  • Remove TypedDict from the main typing import

  • Change format

  • Change format of types

  • 'Refactored by Sourcery'

Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> Co-authored-by: Sourcery AI <> (df3f69e)

v0.5.1 (2022-07-05)

Chore

  • chore: implement github action for manual release (cd8a590)

  • chore: setup release (0a9ca44)

  • chore(deps-dev): bump python-semantic-release from 7.28.0 to 7.28.1 (#110)

Bumps python-semantic-release from 7.28.0 to 7.28.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8a19b39)

  • chore(deps-dev): bump pre-commit from 2.17.0 to 2.18.1 (#107)

Bumps pre-commit from 2.17.0 to 2.18.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d0abb73)

  • chore(deps-dev): bump black from 22.1.0 to 22.3.0 (#105)

Bumps black from 22.1.0 to 22.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d2e6761)

  • chore(deps-dev): bump faker from 13.3.3 to 13.3.4 (#106)

Bumps faker from 13.3.3 to 13.3.4.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a309526)

  • chore(deps-dev): bump python-semantic-release from 7.27.0 to 7.28.0 (#109)

Bumps python-semantic-release from 7.27.0 to 7.28.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8042862)

  • chore(deps-dev): bump pytest-asyncio from 0.18.2 to 0.18.3 (#104)

Bumps pytest-asyncio from 0.18.2 to 0.18.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (270bd1e)

  • chore(deps-dev): bump faker from 13.3.2 to 13.3.3 (#103)

Bumps faker from 13.3.2 to 13.3.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bea6573)

  • chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 (#102)

Bumps pytest from 7.1.0 to 7.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c0d06af)

  • chore(deps-dev): bump python-semantic-release from 7.26.0 to 7.27.0 (#101)

Bumps python-semantic-release from 7.26.0 to 7.27.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3bfe980)

  • chore(deps-dev): bump faker from 13.3.1 to 13.3.2 (#100)

Bumps faker from 13.3.1 to 13.3.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (feb9bc6)

  • chore(deps-dev): bump pytest from 7.0.1 to 7.1.0

Bumps pytest from 7.0.1 to 7.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (c8181d2)

  • chore(deps-dev): bump python-semantic-release from 7.25.2 to 7.26.0 (#98)

Bumps python-semantic-release from 7.25.2 to 7.26.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (aaddf78)

  • chore(deps-dev): bump faker from 13.3.0 to 13.3.1 (#97)

Bumps faker from 13.3.0 to 13.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (26428de)

  • chore(deps-dev): bump pytest-asyncio from 0.18.1 to 0.18.2 (#96)

Bumps pytest-asyncio from 0.18.1 to 0.18.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6e7b257)

  • chore(deps-dev): bump faker from 13.2.0 to 13.3.0 (#95)

Bumps faker from 13.2.0 to 13.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (627404c)

  • chore(deps-dev): bump python-semantic-release from 7.25.1 to 7.25.2 (#94)

Bumps python-semantic-release from 7.25.1 to 7.25.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3273350)

  • chore(deps-dev): bump python-semantic-release from 7.25.0 to 7.25.1 (#93)

Bumps python-semantic-release from 7.25.0 to 7.25.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c2e54a6)

  • chore(deps-dev): bump faker from 13.0.0 to 13.2.0 (#92)

Bumps faker from 13.0.0 to 13.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e0156bc)

  • chore(deps-dev): bump python-semantic-release from 7.24.0 to 7.25.0 (#91)

Bumps python-semantic-release from 7.24.0 to 7.25.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9b30df6)

  • chore(deps-dev): bump faker from 12.3.3 to 13.0.0 (#90)

Bumps faker from 12.3.3 to 13.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ff1653e)

  • chore(deps-dev): bump faker from 12.3.0 to 12.3.3 (#89)

Bumps faker from 12.3.0 to 12.3.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (da7c173)

  • chore(deps-dev): bump pytest from 7.0.0 to 7.0.1 (#88)

Bumps pytest from 7.0.0 to 7.0.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ec198b0)

  • chore(deps-dev): bump faker from 12.2.0 to 12.3.0 (#87)

Bumps faker from 12.2.0 to 12.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3addee0)

  • chore(deps-dev): bump pytest-asyncio from 0.17.2 to 0.18.1 (#86)

Bumps pytest-asyncio from 0.17.2 to 0.18.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f14e19d)

  • chore(deps-dev): bump faker from 12.1.0 to 12.2.0 (#85)

Bumps faker from 12.1.0 to 12.2.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (df71a96)

  • chore(deps-dev): bump faker from 12.0.0 to 12.1.0 (#83)

Bumps faker from 12.0.0 to 12.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (809b75d)

  • chore(deps-dev): bump pytest from 6.2.5 to 7.0.0 (#82)

Bumps pytest from 6.2.5 to 7.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (7a749ac)

  • chore(deps-dev): bump faker from 11.3.0 to 12.0.0 (#81)

Bumps faker from 11.3.0 to 12.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f54751a)

  • chore(deps-dev): bump black from 21.12b0 to 22.1.0 (#80)

Bumps black from 21.12b0 to 22.1.0.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (a284212)

  • chore(deps): bump httpx from 0.21.3 to 0.22.0 (#79)

Bumps httpx from 0.21.3 to 0.22.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9e2101d)

  • chore(deps-dev): bump python-semantic-release from 7.23.0 to 7.24.0 (#78)

Bumps python-semantic-release from 7.23.0 to 7.24.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (84c6071)

Fix

  • fix: upgrade dependencies and fix tests (#126)

  • fix: upgrade dependencies

  • fix: update docker-compose of infra

  • chore: upgrade pre-commit config

  • chore: upgrade github action for ci (c9f2bde)

Unknown

  • Merge pull request #99 from supabase-community/dependabot/pip/main/pytest-7.1.0

chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 (657f07b)

v0.5.0 (2022-01-20)

Chore

  • chore(release): bump version to v0.5.0

Automatically generated by python-semantic-release (888ba1b)

  • chore: set upload_to_repository to true (6316827)

  • chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73)

Bumps pytest-asyncio from 0.17.1 to 0.17.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c6d4d09)

  • chore(deps-dev): bump pre-commit from 2.16.0 to 2.17.0 (#74)

Bumps pre-commit from 2.16.0 to 2.17.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (150ae9d)

  • chore(deps-dev): bump pytest-asyncio from 0.17.0 to 0.17.1 (#72)

Bumps pytest-asyncio from 0.17.0 to 0.17.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bc6f391)

Documentation

  • docs: add maintainers file (2f5f005)

Feature

  • feat: add create user param to sign in (#75)

  • feat: add create user param to sign in

ref: supabase/auth#318

  • 'Refactored by Sourcery' (#76)

Co-authored-by: Sourcery AI <>

  • chore: format code

  • chore: format code

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> (57ec6d8)

v0.4.0 (2022-01-17)

Chore

  • chore(release): bump version to v0.4.0

Automatically generated by python-semantic-release (d2e138c)

Feature

  • feat: add notion to enum of providers (#70)

  • feat: add notion to enum of providers

  • 'Refactored by Sourcery' (#71)

Co-authored-by: Sourcery AI <>

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> (a8f2c45)

v0.3.5 (2022-01-15)

Chore

  • chore(release): bump version to v0.3.5

Automatically generated by python-semantic-release (5034285)

  • chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67)

Bumps pytest-asyncio from 0.16.0 to 0.17.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e1acdf3)

Fix

  • fix: delete_user returns Exception event if response is Ok (#68)

  • fix: delete_user returns Exception event if response is Ok

  • 'Refactored by Sourcery' (#69)

Co-authored-by: Sourcery AI <>

  • chore: format code

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> (23c167e)

v0.3.4 (2022-01-13)

Chore

  • chore(release): bump version to v0.3.4

Automatically generated by python-semantic-release (4b5ce2f)

  • chore: fix http warning use (19005e2)

  • chore: fix http warning use (#61)

because the intention is good but instead receives an annoying print. (ae20a8e)

Fix

  • fix: string formatting in delete_user (#64)

  • fix: string formatting (vs. javascript style) (d783015)

v0.3.3 (2022-01-08)

Chore

  • chore(release): bump version to v0.3.3

Automatically generated by python-semantic-release (d355393)

  • chore(deps): upgrade dependencies (029bcd4)

  • chore(deps): bump httpx from 0.21.2 to 0.21.3 (#60)

Bumps httpx from 0.21.2 to 0.21.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (328f2bb)

  • chore: remove skip of tests (#59)

  • chore: remove skip of tests in async version

  • chore: remove skip of tests in sync version (70b1286)

  • chore(deps): bump httpx from 0.21.1 to 0.21.2

Bumps httpx from 0.21.1 to 0.21.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (52c9a4a)

  • chore(deps-dev): bump faker from 11.1.0 to 11.3.0

Bumps faker from 11.1.0 to 11.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (67a52e8)

  • chore: filter deploy section by repo owner (c28e6c7)

  • chore: add ignore md rules to dev container and fix changelog (2638c1b)

  • chore: update poetry version in ci github action (a1e765d)

  • chore: fix rule in makefile (455d0ce)

  • chore: add python versions badge to readme (cb407bd)

Unknown

  • Merge pull request #57 from supabase-community/dependabot/pip/main/faker-11.3.0

chore(deps-dev): bump faker from 11.1.0 to 11.3.0 (2ffcd22)

  • Merge pull request #58 from supabase-community/dependabot/pip/main/httpx-0.21.2

chore(deps): bump httpx from 0.21.1 to 0.21.2 (79cc984)

  • Merge pull request #56 from leynier/main

chore: filter deploy section by repo owner (b07bd7b)

  • Merge pull request #55 from leynier/chore/add-ignore-md-rules-to-dev-container-and-fix-changelog

chore: add ignore md rules to dev container and fix changelog (b74576d)

  • Merge pull request #53 from supabase-community/chore/add-python-versions-badge-to-readme

chore: add python versions badge to readme (ad2e2ea)

  • Merge pull request #54 from supabase-community/chore/fix-rule-in-makefile

chore: fix rule in makefile (56fd621)

v0.3.2 (2022-01-04)

Chore

  • chore(release): bump version to v0.3.2

Automatically generated by python-semantic-release (4183894)

  • chore(deps): bump pydantic from 1.8.2 to 1.9.0

Bumps pydantic from 1.8.2 to 1.9.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (92b3b94)

Fix

Unknown

  • Merge pull request #52 from leynier/fix/deploy-action

fix: deploy action (4c05816)

  • Merge pull request #51 from supabase-community/dependabot/pip/main/pydantic-1.9.0

chore(deps): bump pydantic from 1.8.2 to 1.9.0 (293065c)

v0.3.1 (2022-01-02)

Chore

  • chore: bumping version to v0.3.1 (9498105)

Unknown

  • Merge pull request #49 from supabase-community/inherit-from-exception

Inherit from Exception (f415aa0)

  • Inherit from Exception

Inherit from Exception instead of from BaseException. More info: https://docs.python.org/3/tutorial/errors.html#tut-userexceptions (3347136)

v0.3.0 (2021-12-29)

Chore

  • chore(deps-dev): bump faker from 11.0.0 to 11.1.0

Bumps faker from 11.0.0 to 11.1.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (2802b80)

  • chore(deps-dev): bump faker from 10.0.0 to 11.0.0

Bumps faker from 10.0.0 to 11.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (fe56fa2)

  • chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3

Bumps commitizen from 2.20.2 to 2.20.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (1f7ecb8)

  • chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2

Bumps sphinx from 4.3.1 to 4.3.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (57c73f3)

  • chore(deps): update poetry.lock (882388f)

  • chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2

Bumps commitizen from 2.20.0 to 2.20.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (4210dba)

  • chore: add noqa comment (360cc0d)

  • chore: add --remove-orphans to clean_infra and increase sleep time (ad504ae)

  • chore(deps): update poetry.lock (3130b5a)

  • chore(deps-dev): bump faker from 9.9.0 to 10.0.0

Bumps faker from 9.9.0 to 10.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (475e9f6)

  • chore(deps-dev): bump faker from 9.8.2 to 10.0.0

Bumps faker from 9.8.2 to 10.0.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (d012ae8)

  • chore(deps-dev): bump black from 21.11b1 to 21.12b0

Bumps black from 21.11b1 to 21.12b0.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <support@github.com> (bbc76f5)

  • chore: update dependencies (59635a9)

  • chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1

Bumps sphinx from 4.3.0 to 4.3.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (5d64552)

  • chore: fix ci action with ignore chore commits (baa0acf)

  • chore(deps-dev): bump faker from 9.8.2 to 9.9.0

Bumps faker from 9.8.2 to 9.9.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (a905349)

  • chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0

Bumps pre-commit from 2.15.0 to 2.16.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (fc369d6)

  • chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0

Bumps pre-commit from 2.15.0 to 2.16.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (7b8f8f7)

  • chore: add make rules for generate html report and clean infra (e4a1405)

  • chore: remove html report for try fix the gh action (f717a9f)

  • chore: add html report to make rul (26783b5)

  • chore: add pragma no cover comments (1256518)

  • chore: add test ci and codecov badges (38597b3)

  • chore: add badges to README.md (a74a0bf)

  • chore(deps): bump httpx from 0.20.0 to 0.21.1

Bumps httpx from 0.20.0 to 0.21.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (3145377)

  • chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1

Bumps flake8 from 3.9.2 to 4.0.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com> (acde964)

  • chore(deps-dev): bump black from 21.10b0 to 21.11b1

Bumps black from 21.10b0 to 21.11b1.


updated-dependencies:

  • dependency-name: black dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <support@github.com> (415f7d9)

  • chore: remove unused noqa comment (fdc6318)

  • chore: update dependencies (83e8f5e)

  • chore: remove Python 3.10 for unknow error (a261996)

  • chore: add Python 3.10 to GitHub Action (d782994)

  • chore: remove noqa comments (8d2c74e)

  • chore: revert to use single _ in "private" methods (45dbc4f)

  • chore: changes by run pre-commit (f5b0b01)

  • chore: split some make rules (843008b)

  • chore: add logs (068fe0d)

  • chore: run ci in all branches (b3cba71)

  • chore: regenerate sync client (72b85b5)

  • chore: separate tests rule in multiples rules (5815566)

  • chore: add dependencies for code coverage and fix tests command (3ab70a5)

  • chore: format code by pre-commit (2fbcb70)

  • chore: regenerate sync client (8ddd940)

  • chore: format code of sync client (bfc5fab)

  • chore: add doc to on_auth_state_change (267c62c)

  • chore: fix name of ci test job (2ac3930)

  • chore: change order of strategy parameter (ae0ba3f)

  • chore: fix name of ci test job (112ce71)

  • chore: format conftest.py (3400431)

  • chore: formatting code (f9ff600)

  • chore: fix warnings of markdown files (8992382)

  • chore: add poetry files (pyproject.toml and poetry.lock)

Remove requirements.txt and setup.py (01aea7f)

  • chore: merge .gitignore files (7ce2d11)

  • chore: fix title of license (d82dc5c)

  • chore: add code of conduct and license (a3dcc00)

  • chore: update docker image & remove lib from imports (71ce191)

  • chore: update gitignore to allow lib (2b46d3a)

  • chore: unpeg requests (80486d1)

  • chore: update deps (c8c138b)

Documentation

  • docs: update some info of readme (20235fe)

  • docs: add description to aud field of User model (283bd9f)

  • docs: add comment for email preferences over phone (e900c49)

Feature

  • feat: add job to github action for auto deploy (2f6bcf2)

  • feat: add pre-commit hook for conventional commit (3eebc95)

  • feat: add devcontainer.json for use github codespaces (0e78b62)

  • feat: add X-Client-Info to default headers (ec2c893)

  • feat: allow providing custom api and http client implementation

For follow dependency injection pattern

supabase/auth-js#168 (c60718c)

  • feat: add create_user and list_users

supabase/auth-js#166 (72f05e2)

  • feat: add datetime and uuid types (455794f)

  • feat: add pyupgrade pre-commit hook (eaeae46)

  • feat: migrate types to pydantic models (a0e4008)

  • feat: unify logic of __recover_session and __recover_and_refresh (b2eb4f2)

  • feat: uuid4().hex instead of str(uuid4()) in _sync client (b91e556)

  • feat: uuid4().hex instead of str(uuid4())

Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> (08565ac)

  • feat: add --ignore-init-module-imports to .pre-commit-config.yaml

Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> (9c7a18c)

  • feat: add end-of-file-fixer to .pre-commit-config.yaml

Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> (3ef3707)

  • feat: use asdict of dataclasses for to_dicts (3333813)

  • feat: use annotations from future (b16356d)

  • feat: add identities to User

Reason: https://github.com/supabase/gotrue/commit/e3a52e64e3ae89e93984cdcbe822413f53a37484 (d042152)

  • feat: use reflection for parsing dataclasses (3d226f5)

  • feat: implement and use cli for unasync (f70fdd2)

  • feat: force the use of keyword parameters (4cb8330)

  • feat: generate tests for sync client (46373e4)

  • feat: add Make rule for infra (6ac5334)

  • feat: add pre-commit system for check Pythonic style (09f9b47)

  • feat: add context manager support (42619ea)

  • feat: implement sync/async support with httppx and unasync

The "_sync" folder is generated automatically with the "make build_sync" command.

All scripts in the "_async" folder will be translated into their synchronous form using "unasync" behind the scenes. (da10e87)

  • feat: add poetry to CI action and add dependabot config file (ee916c2)

  • feat: synchronize implementation of GoTrueClient (0a669de)

  • feat: add CookieOptions to constructor of GoTrueApi (4ef1b55)

  • feat: implement SupportedStorage abstract storage and MemoryStorage storage (044efe8)

  • feat: implement Subscription type (8c64876)

  • feat: implement AuthChangeEvent enum (a6dacaf)

  • feat: implement CookieOptions type (930273f)

  • feat: add types to API class and align implementation with gotrue-js (1ed9754)

  • feat: add new types, implement to_dicts and align files with gotrue-js (25e223b)

  • feat: implement dataclasses with methods for parsing (82d1d6c)

Fix

  • fix: error in from_dict of APIError (ef250f5)

  • fix: merged default headers instead of replace

Also add argument for replace or not default headers (96d390c)

  • fix: error in recovery_mode of get_session_from_url (041406a)

  • fix: error in get_session_from_url (5f65e47)

  • fix: add a new TOKEN_REFRESHED event

https://github.com/supabase/gotrue-js/commit/0add6956a22c51c785d9d735edf38cac8a2c2368 (e702835)

  • fix: get recovery mode before notify sign in event

https://github.com/supabase/gotrue-js/commit/9c0f42b50e60fac00bf52c30ad3548906cf49b0a (4ef96ce)

  • fix: remove duplicate var env in docker-compose.yml (6e501c9)

  • fix: use str for declare Python 3.10 (2350250)

  • fix: use expires_in var for avoid typing warning (4c7003e)

  • fix: use typing annotations (6905d45)

  • fix: use directly parse_obj instead of lambdas (177b619)

  • fix: use parse_obj (383298a)

  • fix: set prefix __ instead of _ for private methods (c2d37fb)

  • fix: .pre-commit-config.yaml format (747f411)

  • fix: change Api by API (13cc086)

  • fix: change ApiError by APIError in docstrings (55c03a6)

  • fix: change ApiError by APIError

For follow https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles (98e27af)

  • fix: add Optional to identities of User (21d7bda)

  • fix: add slack adn spotify to Provider

Reason:

https://github.com/supabase/gotrue/commit/fc82846862435fdb96367a95b7b22503397ac0e0

https://github.com/supabase/gotrue/commit/79f2d6a741150a9a868fadbb1de87a2cd09da920 (73df8d7)

  • fix: remove Optional to user_metadata of User

Reason: https://github.com/supabase/gotrue/commit/62e7ccd13cd41cd5571f75c4baae5ac0fb187e7c (dab27ce)

  • fix: remove email_change_confirm_status from User

Reason: https://github.com/supabase/gotrue/commit/df96c0678027515e5c4eb330efd0d26048aea6c6 (1859aa3)

  • fix: some fixes and changes requested (d224ec1)

  • fix: some tipe hints (d1f5fc7)

  • fix: error in client update (a653408)

  • fix: errors in helpers and types (9870078)

  • fix: ci github action (1ee2946)

  • fix: remove unnecessary async to on_auth_state_change (e7ebc64)

  • fix: error in remove_item of memory storage (9c12bd1)

  • fix: cycle of references between helpers and types (fcad1af)

  • fix: use environ vars only if present (700129e)

  • fix: reinstate lib init.py (b268219)

  • fix: reinstate lib.constants (edb9bb4)

  • fix: readjust indent in ci.yml (ca713c9)

Test

  • test: fix docker-compose and perf ci (5360967)

  • test: add more tests to client layer (a2ca372)

  • test: change message

https://github.com/supabase/gotrue/commit/92abe187fd3d96645331542b477b37487cafce07 (4ec0e07)

  • test: increases coverage

https://github.com/supabase/gotrue-js/commit/98300a0717c36197484873e53befc5fd25c57772 (367a09b)

  • test: fix test sign up the same user twice should throw an error (0ea666a)

  • test: fix test_sign_up_the_same_user_twice_should_throw_an_error test

Reason: https://github.com/supabase/gotrue/commit/5bc665be3927b2ff4763c8315ee641093781ff98 (eb86078)

  • test: add various Python versions to CI (96eb94b)

  • test: fix expected error message (1e65cc3)

  • test: fix error in provider (e575d9b)

  • test: client with auto confirm enabled (b758dba)

  • test: use fixtures of pytest (c8daa2a)

  • test: client with auto confirm disabled (c407a63)

  • test: client with sign ups disabled (08d2558)

  • test: handle exceptions and use context manager (b8330c0)

  • test: implement tests for api with auto confirm disabled (0c29382)

  • test: ignore build_sync.py and conftest.py in Coverage (71a2c8f)

  • test: implement provider and subscriptions tests

Comment test_gotrue.py mean while (67ecf57)

Unknown

  • Merge pull request #48 from supabase-community/dependabot/pip/main/faker-11.1.0

chore(deps-dev): bump faker from 11.0.0 to 11.1.0 (4590472)

  • Merge pull request #47 from supabase-community/dependabot/pip/main/faker-11.0.0

chore(deps-dev): bump faker from 10.0.0 to 11.0.0 (116d9ba)

  • Merge pull request #46 from leynier/main

chore(deps-dev): bump sphinx from 4.3.0 to 4.3.2 and commitizen from 2.20.0 to 2.20.3 (544d8f1)

  • Merge pull request #10 from leynier/dependabot/pip/main/commitizen-2.20.3

chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3 (5846912)

  • Merge pull request #11 from leynier/dependabot/pip/main/sphinx-4.3.2

chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2 (308380b)

  • Merge pull request #37 from leynier/main

fix: error in recovery_mode of get_session_from_url (740d866)

  • Merge remote-tracking branch 'remotes/upstream/main' (0f05aa8)

  • Merge pull request #9 from leynier/dependabot/pip/main/commitizen-2.20.2

chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2 (838b136)

  • Merge pull request #39 from supabase-community/dependabot/pip/main/faker-10.0.0

chore(deps-dev): bump faker from 9.8.2 to 10.0.0 (3878d91)

  • Merge pull request #8 from leynier/dependabot/pip/main/faker-10.0.0

chore(deps-dev): bump faker from 9.9.0 to 10.0.0 (31b537a)

  • Merge branch 'main' into dependabot/pip/main/faker-10.0.0 (7408f5f)

  • Merge pull request #7 from leynier/dependabot/pip/main/black-21.12b0

chore(deps-dev): bump black from 21.11b1 to 21.12b0 (7629707)

  • Merge remote-tracking branch 'remotes/upstream/main' (669d9df)

  • Merge pull request #36 from supabase-community/dependabot/pip/main/pre-commit-2.16.0

chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 (8f6c12f)

  • Merge pull request #4 from leynier/dependabot/pip/main/sphinx-4.3.1

chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1 (adb5201)

  • Merge pull request #5 from leynier/dependabot/pip/main/faker-9.9.0

chore(deps-dev): bump faker from 9.8.2 to 9.9.0 (6d8c9f0)

  • Merge pull request #6 from leynier/dependabot/pip/main/pre-commit-2.16.0

chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 (6d21ae4)

  • bump: version 0.2.0 → 0.3.0 (7313b7b)

  • Merge pull request #32 from leynier/feat/add-pre-commit-hook-for-conventional-commit

feat: add pre-commit hook and action for conventional commit and semantic release (05f493d)

  • Merge branch 'supabase-community:main' into feat/add-pre-commit-hook-for-conventional-commit (19f4556)

  • Merge pull request #28 from leynier/chore/add-badges-to-readme

chore: add badges to README.md (9e38a6a)

  • Update README.md (2044be7)

  • Merge pull request #29 from leynier/chore/improve-coverage

chore: improve coverage (d35d971)

  • chore: add pragma no cover comments (547e245)

  • Merge pull request #26 from supabase-community/dependabot/pip/main/httpx-0.21.1

chore(deps): bump httpx from 0.20.0 to 0.21.1 (4889b38)

  • Merge pull request #25 from supabase-community/dependabot/pip/main/flake8-4.0.1

chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 (f129103)

  • Merge pull request #24 from supabase-community/dependabot/pip/main/black-21.11b1

chore(deps-dev): bump black from 21.10b0 to 21.11b1 (4259e38)

  • Merge pull request #23 from leynier/feat/dataclasses

Add dataclasses, sync/async, feature-parity with the js-client and tests (fb10c5c)

  • Switch isort mirror by isort pre-commit hook (427d5d4)

  • Fix typo in README.md

Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> (ec0bdb5)

  • Use latest actions-poetry (ce47032)

  • Use pydantic parse_obj_as helper method (64162f6)

  • Add python 3.10 to GH Actions fix (57473a2)

  • Formatting (0f3210f)

  • Add parse_response method to custom pydantic base model (cb4624d)

  • deps: add pydantic dependency (9df4927)

  • Merge pull request #19 from leynier/feat/use-poetry

Use poetry for dependency and environment management (9ba3192)

  • Merge pull request #16 from leynier/fix/title-of-license

chore: fix title of license (f57b99e)

  • Merge pull request #14 from bariqhibat/bariqhibat/support-phone-otp

Add support for phone otp (f237f15)

  • fix comments

Signed-off-by: Bariq <bariqhibat@gmail.com> (202346a)

  • add new tests for signup by phone and verify otp

Signed-off-by: Bariq <bariqhibat@gmail.com> (7162a47)

  • create new api for signup with phone

Signed-off-by: Bariq <bariqhibat@gmail.com> (1870b54)

  • create client for otp functions

Signed-off-by: Bariq <bariqhibat@gmail.com> (68f699b)

  • create api for otp functions

Signed-off-by: Bariq <bariqhibat@gmail.com> (83031ad)

  • Merge pull request #13 from supabase-community/j0_hacktoberfest

chore: add code of conduct and license (0320f45)

  • Create CONTRIBUTING.md (2dea30f)

  • Merge pull request #6 from supabase/j0_fix_build

Reinstate lib and fix build (ac53ea8)

  • Merge pull request #3 from lawrencecchen/main

add set_auth to gotrue client (49c092e)

  • Merge pull request #5 from supabase/j0_deps

Update dependencies (8189c49)

  • remove lib from gitignore (757714b)

  • add set_auth to gotrue client (87a6e68)

  • Merge pull request #1 from fedden/main

Bring closer to pairity with supabase/gotrue-js (38eddcb)

  • remove env vars (608c2b1)

  • add return statements in documentation (3ad5781)

  • Update gotrue/client.py

Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> (289b184)

  • Update gotrue/api.py

Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> (f0e77aa)

  • Update gotrue/api.py

Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> (1828117)