From 6db7cc25cbca86e9908d2f268a46fd5f066aa5e3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Dec 2023 17:12:59 +0000 Subject: [PATCH] chore(release): bump version to v2.2.0 --- CHANGELOG.md | 1370 +++++++++++++++++++++++--------------------- gotrue/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 705 insertions(+), 669 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af994bfc..c1898288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,53 @@ +## v2.2.0 (2023-12-13) + +### Chore + +* chore(deps): bump actions/setup-python from 4 to 5 (#382) ([`55c04e2`](https://github.com/supabase-community/auth-py/commit/55c04e2121948b26ecd6af63c07e643892f05b45)) + +### Feature + +* feat: update docs (#386) ([`1bb53b0`](https://github.com/supabase-community/auth-py/commit/1bb53b060c7716c6d99e540f3a400f7f83d551e0)) + +* feat: update docs ([`d2c9693`](https://github.com/supabase-community/auth-py/commit/d2c969338f7e4685782947d696d547ffe4da45ee)) + +### Unknown + +* Update README.md ([`62983ac`](https://github.com/supabase-community/auth-py/commit/62983ac31011b2fd1a810f1f2583632f88f3526c)) + + ## v2.1.0 (2023-12-07) +### Chore + +* chore(release): bump version to v2.1.0 ([`a1f060c`](https://github.com/supabase-community/auth-py/commit/a1f060c55d3a18fae8a616d2b4f7cd3cd2afc867)) + +* chore(deps): bump actions/setup-python from 4 to 5 + +Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. +- [Release notes](https://github.com/actions/setup-python/releases) +- [Commits](https://github.com/actions/setup-python/compare/v4...v5) + +--- +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`](https://github.com/supabase-community/auth-py/commit/c6f378a409489f136f5808d1b6aeb859ac95636f)) + ### Feature -* feat: add sign_out() scope option (#381) ([`4ec8842`](https://github.com/supabase-community/gotrue-py/commit/4ec884227c57da32774dc107a2469d36befe4e8d)) +* feat: add sign_out() scope option (#381) ([`4ec8842`](https://github.com/supabase-community/auth-py/commit/4ec884227c57da32774dc107a2469d36befe4e8d)) -* feat: add sign_out() scope option ([`3818dba`](https://github.com/supabase-community/gotrue-py/commit/3818dba635705d747b7da84fe8ab4dc2c5dcc9ab)) +* feat: add sign_out() scope option ([`3818dba`](https://github.com/supabase-community/auth-py/commit/3818dba635705d747b7da84fe8ab4dc2c5dcc9ab)) ### Unknown -* Update to use query property of the request method ([`34a3ddf`](https://github.com/supabase-community/gotrue-py/commit/34a3ddfe8b9343c15b6959338a353aeb5e530b70)) +* Update to use query property of the request method ([`34a3ddf`](https://github.com/supabase-community/auth-py/commit/34a3ddfe8b9343c15b6959338a353aeb5e530b70)) ## v2.0.0 (2023-11-30) @@ -21,30 +57,30 @@ * feat: exchange code for session now fully async -BREAKING CHANGE: change async method on_auth_state_change to sync only. ([`a249ba0`](https://github.com/supabase-community/gotrue-py/commit/a249ba03cc7d99b2d1805480ca89ee457ad865f1)) +BREAKING CHANGE: change async method on_auth_state_change to sync only. ([`a249ba0`](https://github.com/supabase-community/auth-py/commit/a249ba03cc7d99b2d1805480ca89ee457ad865f1)) ### Chore -* chore(release): bump version to v2.0.0 ([`1440dd6`](https://github.com/supabase-community/gotrue-py/commit/1440dd6099cb5c7f8220223ea3a0e4d966e8ce60)) +* chore(release): bump version to v2.0.0 ([`1440dd6`](https://github.com/supabase-community/auth-py/commit/1440dd6099cb5c7f8220223ea3a0e4d966e8ce60)) -* chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) ([`e6b3d46`](https://github.com/supabase-community/gotrue-py/commit/e6b3d46fba5f24631fdd5fdb1b8d1688a1087053)) +* chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) ([`e6b3d46`](https://github.com/supabase-community/auth-py/commit/e6b3d46fba5f24631fdd5fdb1b8d1688a1087053)) ### Feature -* feat: exchange code for session now fully async (#378) ([`c294568`](https://github.com/supabase-community/gotrue-py/commit/c2945684a8ad4d8710ca72428b4ec16aab87bad1)) +* feat: exchange code for session now fully async (#378) ([`c294568`](https://github.com/supabase-community/auth-py/commit/c2945684a8ad4d8710ca72428b4ec16aab87bad1)) ### Unknown -* bug fix: use pydantic v2 model.model_rebuild (#373) ([`fd94314`](https://github.com/supabase-community/gotrue-py/commit/fd94314c4412d49610acf8d3166abe660f6a4ee4)) +* bug fix: use pydantic v2 model.model_rebuild (#373) ([`fd94314`](https://github.com/supabase-community/auth-py/commit/fd94314c4412d49610acf8d3166abe660f6a4ee4)) -* add soft delete support to "delete user" (#376) ([`08bada3`](https://github.com/supabase-community/gotrue-py/commit/08bada3692f230cf1bd793a7eb60a12d62fec0c6)) +* add soft delete support to "delete user" (#376) ([`08bada3`](https://github.com/supabase-community/auth-py/commit/08bada3692f230cf1bd793a7eb60a12d62fec0c6)) ## v1.3.1 (2023-11-29) ### Chore -* chore(release): bump version to v1.3.1 ([`ede20fe`](https://github.com/supabase-community/gotrue-py/commit/ede20fea097fd900df2efc6231c14ea86f486087)) +* chore(release): bump version to v1.3.1 ([`ede20fe`](https://github.com/supabase-community/auth-py/commit/ede20fea097fd900df2efc6231c14ea86f486087)) * chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 @@ -58,43 +94,43 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`424a5df`](https://github.com/supabase-community/gotrue-py/commit/424a5df56f91ac30fab056bd9128d4dac004c565)) +Signed-off-by: dependabot[bot] <support@github.com> ([`424a5df`](https://github.com/supabase-community/auth-py/commit/424a5df56f91ac30fab056bd9128d4dac004c565)) ### Fix -* fix: remove unnecessary async to on_auth_state_change (#374) ([`574c739`](https://github.com/supabase-community/gotrue-py/commit/574c739500dd304aa6d09c69122373b6e4a5be01)) +* fix: remove unnecessary async to on_auth_state_change (#374) ([`574c739`](https://github.com/supabase-community/auth-py/commit/574c739500dd304aa6d09c69122373b6e4a5be01)) * 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`](https://github.com/supabase-community/gotrue-py/commit/7548d0290199bdb1053564b953932c53aabdea29)) +https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90 ([`7548d02`](https://github.com/supabase-community/auth-py/commit/7548d0290199bdb1053564b953932c53aabdea29)) ### Unknown -* add soft delete support to "delete user" ([`5471167`](https://github.com/supabase-community/gotrue-py/commit/54711675533ce58fdf3017f250e92a88db719aad)) +* add soft delete support to "delete user" ([`5471167`](https://github.com/supabase-community/auth-py/commit/54711675533ce58fdf3017f250e92a88db719aad)) -* bug fix: use pydantic v2 model.model_rebuild not rebuild_model ([`9d723df`](https://github.com/supabase-community/gotrue-py/commit/9d723df7637fb501f83aad3562a49e2ed24bb9a2)) +* bug fix: use pydantic v2 model.model_rebuild not rebuild_model ([`9d723df`](https://github.com/supabase-community/auth-py/commit/9d723df7637fb501f83aad3562a49e2ed24bb9a2)) ## v1.3.0 (2023-11-01) ### Chore -* chore(release): bump version to v1.3.0 ([`abe3e2a`](https://github.com/supabase-community/gotrue-py/commit/abe3e2a871d97df4a91f2c4ae3a3c05e56e6e083)) +* chore(release): bump version to v1.3.0 ([`abe3e2a`](https://github.com/supabase-community/auth-py/commit/abe3e2a871d97df4a91f2c4ae3a3c05e56e6e083)) -* chore: update CI config with PAT (#361) ([`fbddd6d`](https://github.com/supabase-community/gotrue-py/commit/fbddd6dbbeb67895f6d804f6a9fd804247ccf0c4)) +* chore: update CI config with PAT (#361) ([`fbddd6d`](https://github.com/supabase-community/auth-py/commit/fbddd6dbbeb67895f6d804f6a9fd804247ccf0c4)) -* chore: update CI config with PAT ([`1fffc1f`](https://github.com/supabase-community/gotrue-py/commit/1fffc1fdebca39c35a9e69ea3d25240e13eb73b7)) +* chore: update CI config with PAT ([`1fffc1f`](https://github.com/supabase-community/auth-py/commit/1fffc1fdebca39c35a9e69ea3d25240e13eb73b7)) -* chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 (#337) ([`160b671`](https://github.com/supabase-community/gotrue-py/commit/160b671de0ecab9d40a6caf4c6553d8808974b1f)) +* chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 (#337) ([`160b671`](https://github.com/supabase-community/auth-py/commit/160b671de0ecab9d40a6caf4c6553d8808974b1f)) -* chore: update dependencies (#357) ([`a5d4a81`](https://github.com/supabase-community/gotrue-py/commit/a5d4a812d1cc4bb8624a33853088a1710b1a501d)) +* chore: update dependencies (#357) ([`a5d4a81`](https://github.com/supabase-community/auth-py/commit/a5d4a812d1cc4bb8624a33853088a1710b1a501d)) -* chore: update dependencies ([`dc67de1`](https://github.com/supabase-community/gotrue-py/commit/dc67de1b9e56fd7d07e98cba73969ec458ce4d3c)) +* chore: update dependencies ([`dc67de1`](https://github.com/supabase-community/auth-py/commit/dc67de1b9e56fd7d07e98cba73969ec458ce4d3c)) -* chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#350) ([`4ea73e4`](https://github.com/supabase-community/gotrue-py/commit/4ea73e42892f63a3065e3fc9cc059ae940cefdc1)) +* chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#350) ([`4ea73e4`](https://github.com/supabase-community/auth-py/commit/4ea73e42892f63a3065e3fc9cc059ae940cefdc1)) * chore(deps-dev): bump pygithub from 1.59.1 to 2.1.1 @@ -110,9 +146,9 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`264e773`](https://github.com/supabase-community/gotrue-py/commit/264e77314e5a50e0b325d906e11998be933339d2)) +Signed-off-by: dependabot[bot] <support@github.com> ([`264e773`](https://github.com/supabase-community/auth-py/commit/264e77314e5a50e0b325d906e11998be933339d2)) -* chore(deps): bump python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0 (#354) ([`a385575`](https://github.com/supabase-community/gotrue-py/commit/a385575e960426090c5aa6b8395c43c706015f72)) +* chore(deps): bump python-semantic-release/python-semantic-release from 8.0.8 to 8.3.0 (#354) ([`a385575`](https://github.com/supabase-community/auth-py/commit/a385575e960426090c5aa6b8395c43c706015f72)) * chore(deps): bump python-semantic-release/python-semantic-release @@ -128,7 +164,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`3fbe6fc`](https://github.com/supabase-community/gotrue-py/commit/3fbe6fcbefde561833a45c07df565ad00c448669)) +Signed-off-by: dependabot[bot] <support@github.com> ([`3fbe6fc`](https://github.com/supabase-community/auth-py/commit/3fbe6fcbefde561833a45c07df565ad00c448669)) * chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 @@ -143,86 +179,86 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`2400229`](https://github.com/supabase-community/gotrue-py/commit/240022942e7513b67e5db3e26e4f9a9be77f7f83)) +Signed-off-by: dependabot[bot] <support@github.com> ([`2400229`](https://github.com/supabase-community/auth-py/commit/240022942e7513b67e5db3e26e4f9a9be77f7f83)) ### Feature -* feat: add OAuth PKCE (#331) ([`8fe633e`](https://github.com/supabase-community/gotrue-py/commit/8fe633e5cfff20d748e8eb5dfdb82c2cbd9390fd)) +* feat: add OAuth PKCE (#331) ([`8fe633e`](https://github.com/supabase-community/auth-py/commit/8fe633e5cfff20d748e8eb5dfdb82c2cbd9390fd)) -* feat: allow dev to pass in code_verifier ([`f33bf3e`](https://github.com/supabase-community/gotrue-py/commit/f33bf3ed43b930f8ef43756693c3af514ddfaa62)) +* feat: allow dev to pass in code_verifier ([`f33bf3e`](https://github.com/supabase-community/auth-py/commit/f33bf3ed43b930f8ef43756693c3af514ddfaa62)) ### Fix -* fix: add latest semantic-release dependency (#360) ([`81e63ea`](https://github.com/supabase-community/gotrue-py/commit/81e63ea56b2b0a611852609c03abee79e2bda6ef)) +* fix: add latest semantic-release dependency (#360) ([`81e63ea`](https://github.com/supabase-community/auth-py/commit/81e63ea56b2b0a611852609c03abee79e2bda6ef)) -* fix: add latest semantic-release dependency ([`251a4f4`](https://github.com/supabase-community/gotrue-py/commit/251a4f49f85a9489362833c02f932dad06f4d8ec)) +* fix: add latest semantic-release dependency ([`251a4f4`](https://github.com/supabase-community/auth-py/commit/251a4f49f85a9489362833c02f932dad06f4d8ec)) -* fix: fix typo ([`72ee18d`](https://github.com/supabase-community/gotrue-py/commit/72ee18db05b8d1ea2b916a4bfea074459df9ecf0)) +* fix: fix typo ([`72ee18d`](https://github.com/supabase-community/auth-py/commit/72ee18db05b8d1ea2b916a4bfea074459df9ecf0)) -* fix: update imports ([`66759da`](https://github.com/supabase-community/gotrue-py/commit/66759da715a1d1511cf2518b5a1119bdfa205088)) +* fix: update imports ([`66759da`](https://github.com/supabase-community/auth-py/commit/66759da715a1d1511cf2518b5a1119bdfa205088)) -* fix: patch imports ([`3b61aff`](https://github.com/supabase-community/gotrue-py/commit/3b61aff1574a6adbbc49cd9ef81e86ff3b35535d)) +* fix: patch imports ([`3b61aff`](https://github.com/supabase-community/auth-py/commit/3b61aff1574a6adbbc49cd9ef81e86ff3b35535d)) -* fix: run pre-commit ([`754c7ab`](https://github.com/supabase-community/gotrue-py/commit/754c7abe6f30d429d2606a24b3f63667fc96c530)) +* fix: run pre-commit ([`754c7ab`](https://github.com/supabase-community/auth-py/commit/754c7abe6f30d429d2606a24b3f63667fc96c530)) ### Unknown -* patch: read from storage ([`364292c`](https://github.com/supabase-community/gotrue-py/commit/364292c0bb1c8362f6da4a198ea6a2fe2d98fd8e)) +* patch: read from storage ([`364292c`](https://github.com/supabase-community/auth-py/commit/364292c0bb1c8362f6da4a198ea6a2fe2d98fd8e)) -* Merge branch 'j0/pkce' of github.com:supabase-community/gotrue-py into j0/pkce ([`1c40ed7`](https://github.com/supabase-community/gotrue-py/commit/1c40ed76ddeb1916278bb7b4827d8631b7749066)) +* Merge branch 'j0/pkce' of github.com:supabase-community/gotrue-py into j0/pkce ([`1c40ed7`](https://github.com/supabase-community/auth-py/commit/1c40ed76ddeb1916278bb7b4827d8631b7749066)) -* Merge branch 'main' into j0/pkce ([`4c44238`](https://github.com/supabase-community/gotrue-py/commit/4c4423859375b2d796f6527689e1ebace36860e3)) +* Merge branch 'main' into j0/pkce ([`4c44238`](https://github.com/supabase-community/auth-py/commit/4c4423859375b2d796f6527689e1ebace36860e3)) * 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`](https://github.com/supabase-community/gotrue-py/commit/89019fb8ecf2d7b1609bf4d0114b552ec9062e6d)) +chore(deps): bump httpx from 0.24.1 to 0.25.0 ([`89019fb`](https://github.com/supabase-community/auth-py/commit/89019fb8ecf2d7b1609bf4d0114b552ec9062e6d)) * Merge pull request #352 from fbeutel/urlsafe_b64decode -Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`7541ade`](https://github.com/supabase-community/gotrue-py/commit/7541ade5e09349b477d64afc5a80774fd4be0f07)) +Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`7541ade`](https://github.com/supabase-community/auth-py/commit/7541ade5e09349b477d64afc5a80774fd4be0f07)) -* Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`0034af1`](https://github.com/supabase-community/gotrue-py/commit/0034af1816b54c043079ef251df6ac2f76d5b41b)) +* Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`0034af1`](https://github.com/supabase-community/auth-py/commit/0034af1816b54c043079ef251df6ac2f76d5b41b)) ## v1.2.0 (2023-10-05) ### Chore -* chore(release): bump version to v1.2.0 ([`8da1032`](https://github.com/supabase-community/gotrue-py/commit/8da10323c27adf9976c1eaab4ac82aca560ee578)) +* chore(release): bump version to v1.2.0 ([`8da1032`](https://github.com/supabase-community/auth-py/commit/8da10323c27adf9976c1eaab4ac82aca560ee578)) ### Feature -* feat: Add exception to handle API errors on signout ([`59b90d5`](https://github.com/supabase-community/gotrue-py/commit/59b90d545f59cb00b08b3a5c02edcd9a4a229538)) +* feat: Add exception to handle API errors on signout ([`59b90d5`](https://github.com/supabase-community/auth-py/commit/59b90d545f59cb00b08b3a5c02edcd9a4a229538)) ### Fix -* fix: add pkce ([`02f7c05`](https://github.com/supabase-community/gotrue-py/commit/02f7c05c24c656d079c4be149d98140411445c37)) +* fix: add pkce ([`02f7c05`](https://github.com/supabase-community/auth-py/commit/02f7c05c24c656d079c4be149d98140411445c37)) ### Unknown * Merge pull request #342 from supabase-community/silentworks/sign-out-exception-handling -feat: Add exception to handle API errors on signout ([`708859c`](https://github.com/supabase-community/gotrue-py/commit/708859c1fe12535910ef5d8385f42a6aabda2613)) +feat: Add exception to handle API errors on signout ([`708859c`](https://github.com/supabase-community/auth-py/commit/708859c1fe12535910ef5d8385f42a6aabda2613)) -* Update to use suppress instead of try except ([`2d964ad`](https://github.com/supabase-community/gotrue-py/commit/2d964ad892e3a40204904319d499f7da9aa9289a)) +* Update to use suppress instead of try except ([`2d964ad`](https://github.com/supabase-community/auth-py/commit/2d964ad892e3a40204904319d499f7da9aa9289a)) * Merge pull request #341 from supabase-community/silentworks/add-correct-semantic-release-vars -Add correct variables for semantic release ([`5155312`](https://github.com/supabase-community/gotrue-py/commit/5155312a31fd669a6f62616ea75036386a2fc004)) +Add correct variables for semantic release ([`5155312`](https://github.com/supabase-community/auth-py/commit/5155312a31fd669a6f62616ea75036386a2fc004)) -* Get pre-commit to ignore changelog ([`738602e`](https://github.com/supabase-community/gotrue-py/commit/738602ea6ba013ff9071115ee65842c26f4098cf)) +* Get pre-commit to ignore changelog ([`738602e`](https://github.com/supabase-community/auth-py/commit/738602ea6ba013ff9071115ee65842c26f4098cf)) -* Add correct variables for semantic release ([`80b0e30`](https://github.com/supabase-community/gotrue-py/commit/80b0e30cc5ddf510f2ea1891aab247bde7c01ccc)) +* Add correct variables for semantic release ([`80b0e30`](https://github.com/supabase-community/auth-py/commit/80b0e30cc5ddf510f2ea1891aab247bde7c01ccc)) * Merge pull request #332 from supabase-community/sourcery/j0/pkce -feat: add OAuth PKCE (Sourcery refactored) ([`b331d04`](https://github.com/supabase-community/gotrue-py/commit/b331d043ce056a9a09355e14989e036e86db9c59)) +feat: add OAuth PKCE (Sourcery refactored) ([`b331d04`](https://github.com/supabase-community/auth-py/commit/b331d043ce056a9a09355e14989e036e86db9c59)) -* 'Refactored by Sourcery' ([`af4f842`](https://github.com/supabase-community/gotrue-py/commit/af4f842d8fdf59fcef04b853660627b6b24a18a4)) +* 'Refactored by Sourcery' ([`af4f842`](https://github.com/supabase-community/auth-py/commit/af4f842d8fdf59fcef04b853660627b6b24a18a4)) * 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`](https://github.com/supabase-community/gotrue-py/commit/1bf3e5dc03f9d0da1f939001ec120e1ef0c69420)) +chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 ([`1bf3e5d`](https://github.com/supabase-community/auth-py/commit/1bf3e5dc03f9d0da1f939001ec120e1ef0c69420)) ## v1.1.1 (2023-09-22) @@ -241,7 +277,7 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`4aa7224`](https://github.com/supabase-community/gotrue-py/commit/4aa7224e414df9c7ddc822d29d79e0db777dd7d3)) +Signed-off-by: dependabot[bot] <support@github.com> ([`4aa7224`](https://github.com/supabase-community/auth-py/commit/4aa7224e414df9c7ddc822d29d79e0db777dd7d3)) * chore(deps): bump httpx from 0.24.1 to 0.25.0 @@ -257,7 +293,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`a5b2f85`](https://github.com/supabase-community/gotrue-py/commit/a5b2f85c68a4157c41eec606fcd041f89969b08e)) +Signed-off-by: dependabot[bot] <support@github.com> ([`a5b2f85`](https://github.com/supabase-community/auth-py/commit/a5b2f85c68a4157c41eec606fcd041f89969b08e)) * chore(deps): bump python-semantic-release/python-semantic-release @@ -273,7 +309,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`8f094df`](https://github.com/supabase-community/gotrue-py/commit/8f094df3e6d8ba21f2c429b8c8c208c42e18f68c)) +Signed-off-by: dependabot[bot] <support@github.com> ([`8f094df`](https://github.com/supabase-community/auth-py/commit/8f094df3e6d8ba21f2c429b8c8c208c42e18f68c)) * chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 @@ -289,7 +325,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`cb41e8b`](https://github.com/supabase-community/gotrue-py/commit/cb41e8ba11c913411a4fd5ce19ec597ef04ff3d5)) +Signed-off-by: dependabot[bot] <support@github.com> ([`cb41e8b`](https://github.com/supabase-community/auth-py/commit/cb41e8ba11c913411a4fd5ce19ec597ef04ff3d5)) * chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 @@ -305,7 +341,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`133eca2`](https://github.com/supabase-community/gotrue-py/commit/133eca2d76c8e69d5be439a2f0067a767377b83a)) +Signed-off-by: dependabot[bot] <support@github.com> ([`133eca2`](https://github.com/supabase-community/auth-py/commit/133eca2d76c8e69d5be439a2f0067a767377b83a)) * chore(deps-dev): bump black from 23.7.0 to 23.9.1 @@ -321,7 +357,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`5617a6a`](https://github.com/supabase-community/gotrue-py/commit/5617a6a8443db03aa829ae8ba4129b7341d11442)) +Signed-off-by: dependabot[bot] <support@github.com> ([`5617a6a`](https://github.com/supabase-community/auth-py/commit/5617a6a8443db03aa829ae8ba4129b7341d11442)) * chore(deps-dev): bump faker from 19.3.0 to 19.6.1 @@ -337,61 +373,61 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`ab39f66`](https://github.com/supabase-community/gotrue-py/commit/ab39f668f3128810baef1d7db49ad6f0cfaa8521)) +Signed-off-by: dependabot[bot] <support@github.com> ([`ab39f66`](https://github.com/supabase-community/auth-py/commit/ab39f668f3128810baef1d7db49ad6f0cfaa8521)) ### Fix -* fix: add verify token hash ([`da51e8e`](https://github.com/supabase-community/gotrue-py/commit/da51e8ea262fa113da7bd77c4e67ba14c7262851)) +* fix: add verify token hash ([`da51e8e`](https://github.com/supabase-community/auth-py/commit/da51e8ea262fa113da7bd77c4e67ba14c7262851)) ### Refactor -* refactor: remove unused v1 files ([`e9005e4`](https://github.com/supabase-community/gotrue-py/commit/e9005e4c3ee4e4a9a344993c6e3120dc30832eac)) +* refactor: remove unused v1 files ([`e9005e4`](https://github.com/supabase-community/auth-py/commit/e9005e4c3ee4e4a9a344993c6e3120dc30832eac)) ### Unknown * 1.1.1 -Automatically generated by python-semantic-release ([`152ed06`](https://github.com/supabase-community/gotrue-py/commit/152ed06f65369ad1f15e6d105bd9d93d1b79da12)) +Automatically generated by python-semantic-release ([`152ed06`](https://github.com/supabase-community/auth-py/commit/152ed06f65369ad1f15e6d105bd9d93d1b79da12)) * Merge pull request #328 from supabase-community/feat/add-verify-token-hash -fix: add verify token hash ([`ccb2173`](https://github.com/supabase-community/gotrue-py/commit/ccb2173eb694622be100eec36942ec8a69b151a7)) +fix: add verify token hash ([`ccb2173`](https://github.com/supabase-community/auth-py/commit/ccb2173eb694622be100eec36942ec8a69b151a7)) -* Fixed formatting ([`82a04aa`](https://github.com/supabase-community/gotrue-py/commit/82a04aaee7c6cb1047091789007f6366bbe1a535)) +* Fixed formatting ([`82a04aa`](https://github.com/supabase-community/auth-py/commit/82a04aaee7c6cb1047091789007f6366bbe1a535)) * 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`](https://github.com/supabase-community/gotrue-py/commit/cb6abab03286a9305e480c1754c4ddfcde649196)) +chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 8.0.8 ([`cb6abab`](https://github.com/supabase-community/auth-py/commit/cb6abab03286a9305e480c1754c4ddfcde649196)) * 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`](https://github.com/supabase-community/gotrue-py/commit/1df12a7d5078b5ffb8bf611ae14e18da0609e9f6)) +chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 ([`1df12a7`](https://github.com/supabase-community/auth-py/commit/1df12a7d5078b5ffb8bf611ae14e18da0609e9f6)) * Merge pull request #323 from supabase-community/j0/remove_unused_v1 -refactor: remove unused v1 files ([`817fafb`](https://github.com/supabase-community/gotrue-py/commit/817fafb2720f4f201f940cf37f6e4262743241e8)) +refactor: remove unused v1 files ([`817fafb`](https://github.com/supabase-community/auth-py/commit/817fafb2720f4f201f940cf37f6e4262743241e8)) * 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`](https://github.com/supabase-community/gotrue-py/commit/687c52daa2ef2aa4dd35348eaff83e6891f98750)) +chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 ([`687c52d`](https://github.com/supabase-community/auth-py/commit/687c52daa2ef2aa4dd35348eaff83e6891f98750)) * 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`](https://github.com/supabase-community/gotrue-py/commit/b0144ef0ab12e07eea5526822a5cd0a7a3548097)) +chore(deps-dev): bump black from 23.7.0 to 23.9.1 ([`b0144ef`](https://github.com/supabase-community/auth-py/commit/b0144ef0ab12e07eea5526822a5cd0a7a3548097)) * 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`](https://github.com/supabase-community/gotrue-py/commit/2cc68f944e03c61962d4da559da174f592717f18)) +chore(deps-dev): bump faker from 19.3.0 to 19.6.1 ([`2cc68f9`](https://github.com/supabase-community/auth-py/commit/2cc68f944e03c61962d4da559da174f592717f18)) * Merge pull request #315 from jantznick/main -fix get_user calls fail when no session or jwt is available ([`2a562a7`](https://github.com/supabase-community/gotrue-py/commit/2a562a749c12866c42dc16c9783e8b36823b253b)) +fix get_user calls fail when no session or jwt is available ([`2a562a7`](https://github.com/supabase-community/auth-py/commit/2a562a749c12866c42dc16c9783e8b36823b253b)) -* changelog changed from precommit hooks ([`5cf279e`](https://github.com/supabase-community/gotrue-py/commit/5cf279e6711c4e235e4b83dea874fa1eea2a6695)) +* changelog changed from precommit hooks ([`5cf279e`](https://github.com/supabase-community/auth-py/commit/5cf279e6711c4e235e4b83dea874fa1eea2a6695)) -* update return type for get_user calls ([`ddeb595`](https://github.com/supabase-community/gotrue-py/commit/ddeb5951cb5a8f7b2fc8c5157d74feb1f339be3d)) +* update return type for get_user calls ([`ddeb595`](https://github.com/supabase-community/auth-py/commit/ddeb5951cb5a8f7b2fc8c5157d74feb1f339be3d)) -* return None when no session or jwt on get_user calls ([`50fa8b0`](https://github.com/supabase-community/gotrue-py/commit/50fa8b00000d1a4dd54506fba4dc6c90cd893006)) +* return None when no session or jwt on get_user calls ([`50fa8b0`](https://github.com/supabase-community/auth-py/commit/50fa8b00000d1a4dd54506fba4dc6c90cd893006)) ## v1.1.0 (2023-09-08) @@ -412,7 +448,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`2a51fff`](https://github.com/supabase-community/gotrue-py/commit/2a51fff932e6eb9773614cf4cd5a72400c9c2aef)) +Signed-off-by: dependabot[bot] <support@github.com> ([`2a51fff`](https://github.com/supabase-community/auth-py/commit/2a51fff932e6eb9773614cf4cd5a72400c9c2aef)) * chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 @@ -427,44 +463,44 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`7b0fb17`](https://github.com/supabase-community/gotrue-py/commit/7b0fb1711c030697cc724900034e504ca97dc324)) +Signed-off-by: dependabot[bot] <support@github.com> ([`7b0fb17`](https://github.com/supabase-community/auth-py/commit/7b0fb1711c030697cc724900034e504ca97dc324)) -* chore: run formatting on CHANGELOG to correct for mix line endings ([`3f47338`](https://github.com/supabase-community/gotrue-py/commit/3f47338c81c95cc89d349b73d4e080eebf708cfa)) +* chore: run formatting on CHANGELOG to correct for mix line endings ([`3f47338`](https://github.com/supabase-community/auth-py/commit/3f47338c81c95cc89d349b73d4e080eebf708cfa)) ### Feature -* feat: support pagination for admin list_users ([`e7cbd9f`](https://github.com/supabase-community/gotrue-py/commit/e7cbd9f17a3c5690d77954b2b57c267ea5382afd)) +* feat: support pagination for admin list_users ([`e7cbd9f`](https://github.com/supabase-community/auth-py/commit/e7cbd9f17a3c5690d77954b2b57c267ea5382afd)) ### Unknown * 1.1.0 -Automatically generated by python-semantic-release ([`ff35a92`](https://github.com/supabase-community/gotrue-py/commit/ff35a928ef5c5cb8a5559a122fe55a868be0c023)) +Automatically generated by python-semantic-release ([`ff35a92`](https://github.com/supabase-community/auth-py/commit/ff35a928ef5c5cb8a5559a122fe55a868be0c023)) * Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4 -chore(deps): bump actions/checkout from 3 to 4 ([`64c0c66`](https://github.com/supabase-community/gotrue-py/commit/64c0c66f452f5d149fcbe61dc88c74baf9056584)) +chore(deps): bump actions/checkout from 3 to 4 ([`64c0c66`](https://github.com/supabase-community/auth-py/commit/64c0c66f452f5d149fcbe61dc88c74baf9056584)) * 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`](https://github.com/supabase-community/gotrue-py/commit/9b62e6861d579ea437f450065a456c3a0a8eacab)) +chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 ([`9b62e68`](https://github.com/supabase-community/auth-py/commit/9b62e6861d579ea437f450065a456c3a0a8eacab)) * Merge pull request #304 from connorlurring/admin-list-users-pagination -feat: support pagination for auth admin list_users ([`1b88c51`](https://github.com/supabase-community/gotrue-py/commit/1b88c51bf29f69dc066377f94fe38dadb66b12cb)) +feat: support pagination for auth admin list_users ([`1b88c51`](https://github.com/supabase-community/auth-py/commit/1b88c51bf29f69dc066377f94fe38dadb66b12cb)) * Merge pull request #311 from supabase-community/j0/lint_changelog -chore: run formatting on CHANGELOG to correct for mix line endings ([`8684125`](https://github.com/supabase-community/gotrue-py/commit/86841257aefbbbc986e6ec4779a2c9373cf61c85)) +chore: run formatting on CHANGELOG to correct for mix line endings ([`8684125`](https://github.com/supabase-community/auth-py/commit/86841257aefbbbc986e6ec4779a2c9373cf61c85)) ## v1.0.4 (2023-08-23) ### Chore -* chore: add contents permission ([`a2a4912`](https://github.com/supabase-community/gotrue-py/commit/a2a49127a59b759e1a7336d9caf33bf277cf8a7f)) +* chore: add contents permission ([`a2a4912`](https://github.com/supabase-community/auth-py/commit/a2a49127a59b759e1a7336d9caf33bf277cf8a7f)) -* chore: upgrade smenatic release ([`0cf22c2`](https://github.com/supabase-community/gotrue-py/commit/0cf22c2709f294d404549e141cae64d6c240fde5)) +* chore: upgrade smenatic release ([`0cf22c2`](https://github.com/supabase-community/auth-py/commit/0cf22c2709f294d404549e141cae64d6c240fde5)) * chore(deps-dev): bump faker from 19.2.0 to 19.3.0 @@ -480,7 +516,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`29f1a1e`](https://github.com/supabase-community/gotrue-py/commit/29f1a1e1d10182c2c3e3fc837beff0371457cac2)) +Signed-off-by: dependabot[bot] <support@github.com> ([`29f1a1e`](https://github.com/supabase-community/auth-py/commit/29f1a1e1d10182c2c3e3fc837beff0371457cac2)) * chore(deps-dev): bump faker from 18.13.0 to 19.2.0 @@ -496,70 +532,70 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`0a03065`](https://github.com/supabase-community/gotrue-py/commit/0a030658bcc6b3bd3b522dec576174c1dc56a1ad)) +Signed-off-by: dependabot[bot] <support@github.com> ([`0a03065`](https://github.com/supabase-community/auth-py/commit/0a030658bcc6b3bd3b522dec576174c1dc56a1ad)) ### Fix -* fix: update more pyproject.toml config options ([`3c38c2b`](https://github.com/supabase-community/gotrue-py/commit/3c38c2bb252e45d1d7a9f0b856134e269ac5db4c)) +* fix: update more pyproject.toml config options ([`3c38c2b`](https://github.com/supabase-community/auth-py/commit/3c38c2bb252e45d1d7a9f0b856134e269ac5db4c)) -* fix: convert version_toml to array ([`d9c555d`](https://github.com/supabase-community/gotrue-py/commit/d9c555d334aa7eaf15ea1a73109e76ed6e86abd0)) +* fix: convert version_toml to array ([`d9c555d`](https://github.com/supabase-community/auth-py/commit/d9c555d334aa7eaf15ea1a73109e76ed6e86abd0)) -* fix: add relevant pypi info and permissions ([`875484e`](https://github.com/supabase-community/gotrue-py/commit/875484ede1f71e2a87992bc52381bc2c649f7966)) +* fix: add relevant pypi info and permissions ([`875484e`](https://github.com/supabase-community/auth-py/commit/875484ede1f71e2a87992bc52381bc2c649f7966)) -* fix: add new providers ([`b4c1681`](https://github.com/supabase-community/gotrue-py/commit/b4c16818ba781fe597766d81816c2be5a8a8265e)) +* fix: add new providers ([`b4c1681`](https://github.com/supabase-community/auth-py/commit/b4c16818ba781fe597766d81816c2be5a8a8265e)) -* fix: add type definitions for new providers ([`e033cee`](https://github.com/supabase-community/gotrue-py/commit/e033cee2e42ae318614dd59a9ba02b8f15ce5600)) +* fix: add type definitions for new providers ([`e033cee`](https://github.com/supabase-community/auth-py/commit/e033cee2e42ae318614dd59a9ba02b8f15ce5600)) ### Unknown * 1.0.4 -Automatically generated by python-semantic-release ([`5cc198b`](https://github.com/supabase-community/gotrue-py/commit/5cc198b631189a0622a23b71e8d5a4acba1de005)) +Automatically generated by python-semantic-release ([`5cc198b`](https://github.com/supabase-community/auth-py/commit/5cc198b631189a0622a23b71e8d5a4acba1de005)) * Merge pull request #299 from supabase-community/j0/fix_version_toml -chore: add contents permission ([`7561df9`](https://github.com/supabase-community/gotrue-py/commit/7561df9a8b7b0279763e318f2a48b54693278c9b)) +chore: add contents permission ([`7561df9`](https://github.com/supabase-community/auth-py/commit/7561df9a8b7b0279763e318f2a48b54693278c9b)) * Merge pull request #298 from supabase-community/j0/fix_version_toml -fix: update version options ([`b66f958`](https://github.com/supabase-community/gotrue-py/commit/b66f9589be39526340152c8523c5130dde90ea0f)) +fix: update version options ([`b66f958`](https://github.com/supabase-community/auth-py/commit/b66f9589be39526340152c8523c5130dde90ea0f)) * Merge pull request #297 from supabase-community/j0/fix_semantic_release -fix: fix semantic release ([`3c9984b`](https://github.com/supabase-community/gotrue-py/commit/3c9984b2f89828f304b8f4fa1702b209ef5243bf)) +fix: fix semantic release ([`3c9984b`](https://github.com/supabase-community/auth-py/commit/3c9984b2f89828f304b8f4fa1702b209ef5243bf)) * 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`](https://github.com/supabase-community/gotrue-py/commit/52474bc1237ef0e2562f09b09aadb73e90e706e0)) +chore(deps-dev): bump faker from 19.2.0 to 19.3.0 ([`52474bc`](https://github.com/supabase-community/auth-py/commit/52474bc1237ef0e2562f09b09aadb73e90e706e0)) * Merge pull request #293 from supabase-community/or/pydantic-v1-v2-support -Support for pydantic v1 & v2 ([`6765f07`](https://github.com/supabase-community/gotrue-py/commit/6765f0778ec16afe66cddccd7067af0451838b7a)) +Support for pydantic v1 & v2 ([`6765f07`](https://github.com/supabase-community/auth-py/commit/6765f0778ec16afe66cddccd7067af0451838b7a)) -* revert TypeAdapter to parse_obj_as for pydantic v1 support ([`79cd743`](https://github.com/supabase-community/gotrue-py/commit/79cd7438b1482742fd832044b90a51953609944d)) +* revert TypeAdapter to parse_obj_as for pydantic v1 support ([`79cd743`](https://github.com/supabase-community/auth-py/commit/79cd7438b1482742fd832044b90a51953609944d)) -* run tests with pydantic v1 under CI ([`9c4aa2a`](https://github.com/supabase-community/gotrue-py/commit/9c4aa2abe4d8d711a7d85b4a9a6ccc6e93b02eab)) +* run tests with pydantic v1 under CI ([`9c4aa2a`](https://github.com/supabase-community/auth-py/commit/9c4aa2abe4d8d711a7d85b4a9a6ccc6e93b02eab)) -* pydantic v1 & v2 compatibility ([`45456c8`](https://github.com/supabase-community/gotrue-py/commit/45456c8e4c29d5a2846cd74679091c6f055f8158)) +* pydantic v1 & v2 compatibility ([`45456c8`](https://github.com/supabase-community/auth-py/commit/45456c8e4c29d5a2846cd74679091c6f055f8158)) * Merge pull request #289 from yuvanist/main -Specify minor version of pydantic to avoid dependency issue ([`c2ed950`](https://github.com/supabase-community/gotrue-py/commit/c2ed950516e4b9bee6eb8f066969049b9a361a28)) +Specify minor version of pydantic to avoid dependency issue ([`c2ed950`](https://github.com/supabase-community/auth-py/commit/c2ed950516e4b9bee6eb8f066969049b9a361a28)) -* Update lock file ([`9258777`](https://github.com/supabase-community/gotrue-py/commit/92587777ea9d1d844e25d5c4905ff8f24d50b369)) +* Update lock file ([`9258777`](https://github.com/supabase-community/auth-py/commit/92587777ea9d1d844e25d5c4905ff8f24d50b369)) -* specify minor version of pydantic ([`2b0bdb4`](https://github.com/supabase-community/gotrue-py/commit/2b0bdb4e347aaba33820dcf9b404da448148b004)) +* specify minor version of pydantic ([`2b0bdb4`](https://github.com/supabase-community/auth-py/commit/2b0bdb4e347aaba33820dcf9b404da448148b004)) * 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`](https://github.com/supabase-community/gotrue-py/commit/69f59947e62e4ec808376595bbffc53170f49aae)) +chore(deps-dev): bump faker from 18.13.0 to 19.2.0 ([`69f5994`](https://github.com/supabase-community/auth-py/commit/69f59947e62e4ec808376595bbffc53170f49aae)) ## v1.0.3 (2023-08-03) ### Chore -* chore: bump ci file ([`cfe3acb`](https://github.com/supabase-community/gotrue-py/commit/cfe3acbba295d30b1360269f891449ca2fe7fa13)) +* chore: bump ci file ([`cfe3acb`](https://github.com/supabase-community/auth-py/commit/cfe3acbba295d30b1360269f891449ca2fe7fa13)) * chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 @@ -574,7 +610,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`d5f937f`](https://github.com/supabase-community/gotrue-py/commit/d5f937f3c2d377336c93537d46cc53969ad1f1f6)) +Signed-off-by: dependabot[bot] <support@github.com> ([`d5f937f`](https://github.com/supabase-community/auth-py/commit/d5f937f3c2d377336c93537d46cc53969ad1f1f6)) * chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0 @@ -590,7 +626,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`57ae5f7`](https://github.com/supabase-community/gotrue-py/commit/57ae5f79261545977d97c39f76d2cc9e868b65b1)) +Signed-off-by: dependabot[bot] <support@github.com> ([`57ae5f7`](https://github.com/supabase-community/auth-py/commit/57ae5f79261545977d97c39f76d2cc9e868b65b1)) * chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6 @@ -606,7 +642,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`9ac7669`](https://github.com/supabase-community/gotrue-py/commit/9ac7669f42fc709b3e4d59b4aa2d1dbfff0b93a6)) +Signed-off-by: dependabot[bot] <support@github.com> ([`9ac7669`](https://github.com/supabase-community/auth-py/commit/9ac7669f42fc709b3e4d59b4aa2d1dbfff0b93a6)) * chore(deps): bump cryptography from 39.0.1 to 41.0.0 @@ -620,65 +656,65 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`461aa75`](https://github.com/supabase-community/gotrue-py/commit/461aa75350e8214b942f869ccd8d719e4313eb36)) +Signed-off-by: dependabot[bot] <support@github.com> ([`461aa75`](https://github.com/supabase-community/auth-py/commit/461aa75350e8214b942f869ccd8d719e4313eb36)) ### Feature -* feat: release new version ([`0cf8072`](https://github.com/supabase-community/gotrue-py/commit/0cf80722fc7fd69c8adf93ce83fa11f68f531b8e)) +* feat: release new version ([`0cf8072`](https://github.com/supabase-community/auth-py/commit/0cf80722fc7fd69c8adf93ce83fa11f68f531b8e)) ### Fix -* fix: revert semantic release ([`aea52c2`](https://github.com/supabase-community/gotrue-py/commit/aea52c251664ee1496f9af875dc2ab09f823d467)) +* fix: revert semantic release ([`aea52c2`](https://github.com/supabase-community/auth-py/commit/aea52c251664ee1496f9af875dc2ab09f823d467)) -* fix: bump version ([`da8be6f`](https://github.com/supabase-community/gotrue-py/commit/da8be6fc3b9ee9ada78acfc110bdb7c8ec354b91)) +* fix: bump version ([`da8be6f`](https://github.com/supabase-community/auth-py/commit/da8be6fc3b9ee9ada78acfc110bdb7c8ec354b91)) ### Unknown * Merge pull request #287 from supabase-community/j0/release_new_ver -feat: release v1.0.3 ([`a6f8fd6`](https://github.com/supabase-community/gotrue-py/commit/a6f8fd6d9af1572abacb73a10471c7a6bfa160aa)) +feat: release v1.0.3 ([`a6f8fd6`](https://github.com/supabase-community/auth-py/commit/a6f8fd6d9af1572abacb73a10471c7a6bfa160aa)) * Revert "chore: bump ci file" -This reverts commit cfe3acbba295d30b1360269f891449ca2fe7fa13. ([`baa692c`](https://github.com/supabase-community/gotrue-py/commit/baa692c46b2270dfec2697dbe26f58fb016bf593)) +This reverts commit cfe3acbba295d30b1360269f891449ca2fe7fa13. ([`baa692c`](https://github.com/supabase-community/auth-py/commit/baa692c46b2270dfec2697dbe26f58fb016bf593)) * 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`](https://github.com/supabase-community/gotrue-py/commit/86b9648683af94e314d2c0c8f6d3c4a49be81b8a)) +chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0 ([`86b9648`](https://github.com/supabase-community/auth-py/commit/86b9648683af94e314d2c0c8f6d3c4a49be81b8a)) * Merge pull request #286 from yuvanist/main -Upgrade gotrue-py to pydantic > 2.1.x ([`86ac440`](https://github.com/supabase-community/gotrue-py/commit/86ac4405b266e6c33f10888352316fd7c5c917a5)) +Upgrade gotrue-py to pydantic > 2.1.x ([`86ac440`](https://github.com/supabase-community/auth-py/commit/86ac4405b266e6c33f10888352316fd7c5c917a5)) -* change lock file ([`6ca5a7d`](https://github.com/supabase-community/gotrue-py/commit/6ca5a7dbfc7cb8c56b7b9c430745b370954ce109)) +* change lock file ([`6ca5a7d`](https://github.com/supabase-community/auth-py/commit/6ca5a7dbfc7cb8c56b7b9c430745b370954ce109)) -* Change pydantic version to 2.1 ([`1daebe0`](https://github.com/supabase-community/gotrue-py/commit/1daebe01db2e309ae76c4d7f50d39e05536afca6)) +* Change pydantic version to 2.1 ([`1daebe0`](https://github.com/supabase-community/auth-py/commit/1daebe01db2e309ae76c4d7f50d39e05536afca6)) -* reformat ([`3aa81c7`](https://github.com/supabase-community/gotrue-py/commit/3aa81c75c1edccb73b8ad8c845afd2ae58fa1522)) +* reformat ([`3aa81c7`](https://github.com/supabase-community/auth-py/commit/3aa81c75c1edccb73b8ad8c845afd2ae58fa1522)) -* change to model_rebuild ([`cd053cc`](https://github.com/supabase-community/gotrue-py/commit/cd053ccc1e377cad73b2b6858ba3eb802a8ce2db)) +* change to model_rebuild ([`cd053cc`](https://github.com/supabase-community/auth-py/commit/cd053ccc1e377cad73b2b6858ba3eb802a8ce2db)) -* update poetry lock ([`e99b5b5`](https://github.com/supabase-community/gotrue-py/commit/e99b5b5236ad8040387014dcc9a83ea98382d90d)) +* update poetry lock ([`e99b5b5`](https://github.com/supabase-community/auth-py/commit/e99b5b5236ad8040387014dcc9a83ea98382d90d)) -* root_validator to model_validator ([`0dee34e`](https://github.com/supabase-community/gotrue-py/commit/0dee34e493c199c38691c7c3a88ee3315f6b3f3d)) +* root_validator to model_validator ([`0dee34e`](https://github.com/supabase-community/auth-py/commit/0dee34e493c199c38691c7c3a88ee3315f6b3f3d)) -* Upgrade to Pydantic V2 - Initial Changes ([`e59bb96`](https://github.com/supabase-community/gotrue-py/commit/e59bb96ccb3ca4db9b25ebb6c20c40f488e53a47)) +* Upgrade to Pydantic V2 - Initial Changes ([`e59bb96`](https://github.com/supabase-community/auth-py/commit/e59bb96ccb3ca4db9b25ebb6c20c40f488e53a47)) * 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`](https://github.com/supabase-community/gotrue-py/commit/743d6c1e38966100d8d05c1abfc650cdc2b9e530)) +chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 ([`743d6c1`](https://github.com/supabase-community/auth-py/commit/743d6c1e38966100d8d05c1abfc650cdc2b9e530)) * 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`](https://github.com/supabase-community/gotrue-py/commit/aa12b1b98c56e8e371c00b9f2534187cbd196d48)) +chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6 ([`aa12b1b`](https://github.com/supabase-community/auth-py/commit/aa12b1b98c56e8e371c00b9f2534187cbd196d48)) * Merge pull request #280 from supabase-community/j0/update_version -fix: bump __init__ version to 1.02 ([`99b9907`](https://github.com/supabase-community/gotrue-py/commit/99b9907018f3ecdd8bda91fd794f2e4d6fd4fb7b)) +fix: bump __init__ version to 1.02 ([`99b9907`](https://github.com/supabase-community/auth-py/commit/99b9907018f3ecdd8bda91fd794f2e4d6fd4fb7b)) * 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`](https://github.com/supabase-community/gotrue-py/commit/6b0b687d2a896bba179e5cd445a7a255ee2f37a8)) +chore(deps): bump cryptography from 39.0.1 to 41.0.0 ([`6b0b687`](https://github.com/supabase-community/auth-py/commit/6b0b687d2a896bba179e5cd445a7a255ee2f37a8)) ## v1.0.2 (2023-06-01) @@ -699,7 +735,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`9c334f2`](https://github.com/supabase-community/gotrue-py/commit/9c334f23d1d529f29de26a1a99d16b00a457a263)) +Signed-off-by: dependabot[bot] <support@github.com> ([`9c334f2`](https://github.com/supabase-community/auth-py/commit/9c334f23d1d529f29de26a1a99d16b00a457a263)) * chore(deps-dev): bump black from 23.1.0 to 23.3.0 @@ -715,7 +751,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`0c26730`](https://github.com/supabase-community/gotrue-py/commit/0c2673043d453c680a034f452ed3a5cb957aaac7)) +Signed-off-by: dependabot[bot] <support@github.com> ([`0c26730`](https://github.com/supabase-community/auth-py/commit/0c2673043d453c680a034f452ed3a5cb957aaac7)) * chore(deps): bump pydantic from 1.10.5 to 1.10.8 @@ -731,7 +767,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`8a8aba2`](https://github.com/supabase-community/gotrue-py/commit/8a8aba2ba0c2370b9697fa854a8e1be3fd28b7b4)) +Signed-off-by: dependabot[bot] <support@github.com> ([`8a8aba2`](https://github.com/supabase-community/auth-py/commit/8a8aba2ba0c2370b9697fa854a8e1be3fd28b7b4)) * chore(deps): bump requests from 2.28.2 to 2.31.0 @@ -746,7 +782,7 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`883c218`](https://github.com/supabase-community/gotrue-py/commit/883c218172eaee7264625a004c17c033471218a7)) +Signed-off-by: dependabot[bot] <support@github.com> ([`883c218`](https://github.com/supabase-community/auth-py/commit/883c218172eaee7264625a004c17c033471218a7)) * chore(deps): bump httpx from 0.23.3 to 0.24.1 @@ -762,7 +798,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`f184d7a`](https://github.com/supabase-community/gotrue-py/commit/f184d7a6f6185b0861677b9835b4f4fe1b467a33)) +Signed-off-by: dependabot[bot] <support@github.com> ([`f184d7a`](https://github.com/supabase-community/auth-py/commit/f184d7a6f6185b0861677b9835b4f4fe1b467a33)) * chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2 @@ -778,67 +814,67 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`5c5e384`](https://github.com/supabase-community/gotrue-py/commit/5c5e384fe14eae908796e5f9df4dc56efd1682b6)) +Signed-off-by: dependabot[bot] <support@github.com> ([`5c5e384`](https://github.com/supabase-community/auth-py/commit/5c5e384fe14eae908796e5f9df4dc56efd1682b6)) ### Feature -* feat: update README ([`a0a0d79`](https://github.com/supabase-community/gotrue-py/commit/a0a0d79d4e1608dce31093b69eed48fd8bd664f8)) +* feat: update README ([`a0a0d79`](https://github.com/supabase-community/auth-py/commit/a0a0d79d4e1608dce31093b69eed48fd8bd664f8)) ### Fix -* fix: parse_auth_response to handle cases when data is an empty dictionary ([`71f1b07`](https://github.com/supabase-community/gotrue-py/commit/71f1b072bc9959618870996991b621ef7463f20e)) +* fix: parse_auth_response to handle cases when data is an empty dictionary ([`71f1b07`](https://github.com/supabase-community/auth-py/commit/71f1b072bc9959618870996991b621ef7463f20e)) ### Refactor -* refactor: parse_auth_response handles cases when data does not have key user ([`f533b92`](https://github.com/supabase-community/gotrue-py/commit/f533b922d0c99007d1fe56ee99c6852c48a51403)) +* refactor: parse_auth_response handles cases when data does not have key user ([`f533b92`](https://github.com/supabase-community/auth-py/commit/f533b922d0c99007d1fe56ee99c6852c48a51403)) ### Unknown * Merge pull request #273 from supabase-community/j0/release_1_0_2 -feat: update README, release v1.0.2 ([`8477576`](https://github.com/supabase-community/gotrue-py/commit/84775765f46accc81eed8da8cddf408a51afba58)) +feat: update README, release v1.0.2 ([`8477576`](https://github.com/supabase-community/auth-py/commit/84775765f46accc81eed8da8cddf408a51afba58)) * 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`](https://github.com/supabase-community/gotrue-py/commit/29fb30b0105dfcb2176be73b94e0d37ed0db3577)) +chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 ([`29fb30b`](https://github.com/supabase-community/auth-py/commit/29fb30b0105dfcb2176be73b94e0d37ed0db3577)) * 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`](https://github.com/supabase-community/gotrue-py/commit/a5beadeed6ed9605a5c64def1025c1fc49d7776c)) +chore(deps-dev): bump black from 23.1.0 to 23.3.0 ([`a5beade`](https://github.com/supabase-community/auth-py/commit/a5beadeed6ed9605a5c64def1025c1fc49d7776c)) * 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`](https://github.com/supabase-community/gotrue-py/commit/4845101ef546e30fe6f01eb1b90d9ada2bed645e)) +chore(deps): bump pydantic from 1.10.5 to 1.10.8 ([`4845101`](https://github.com/supabase-community/auth-py/commit/4845101ef546e30fe6f01eb1b90d9ada2bed645e)) * 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`](https://github.com/supabase-community/gotrue-py/commit/15f2dbd7db45b1c7631a818538ce5cf4c1b3a5d6)) +chore(deps): bump requests from 2.28.2 to 2.31.0 ([`15f2dbd`](https://github.com/supabase-community/auth-py/commit/15f2dbd7db45b1c7631a818538ce5cf4c1b3a5d6)) * Merge pull request #264 from lmoj/double-urlencode -fix issue #246 ([`dca7d9a`](https://github.com/supabase-community/gotrue-py/commit/dca7d9a4219230d3f99b69d00b84bcd84f0dd12f)) +fix issue #246 ([`dca7d9a`](https://github.com/supabase-community/auth-py/commit/dca7d9a4219230d3f99b69d00b84bcd84f0dd12f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/0efdd9d1e206fcac8aa9b62b45b86e2120f835d1)) +chore(deps): bump httpx from 0.23.3 to 0.24.1 ([`0efdd9d`](https://github.com/supabase-community/auth-py/commit/0efdd9d1e206fcac8aa9b62b45b86e2120f835d1)) * Merge pull request #265 from lmoj/optional-last_sign_in_at -optional last_sign_in_at in UserIdentity type ([`99d4567`](https://github.com/supabase-community/gotrue-py/commit/99d45678572b4ea7ad91c2340a5753a263a40703)) +optional last_sign_in_at in UserIdentity type ([`99d4567`](https://github.com/supabase-community/auth-py/commit/99d45678572b4ea7ad91c2340a5753a263a40703)) * Merge pull request #261 from hgseo16/main -fix: parse_auth_response to handle cases when data is an empty dictio… ([`633c4ab`](https://github.com/supabase-community/gotrue-py/commit/633c4ab5207d12991d0e97c35786ed699ac175b9)) +fix: parse_auth_response to handle cases when data is an empty dictio… ([`633c4ab`](https://github.com/supabase-community/auth-py/commit/633c4ab5207d12991d0e97c35786ed699ac175b9)) -* fix import ([`034da90`](https://github.com/supabase-community/gotrue-py/commit/034da901685a6022e6f16a8588386d54c43b2594)) +* fix import ([`034da90`](https://github.com/supabase-community/auth-py/commit/034da901685a6022e6f16a8588386d54c43b2594)) -* optional last_sign_in_at in UserIdentity type ([`6fef36a`](https://github.com/supabase-community/gotrue-py/commit/6fef36a583018c113f72e927a6598adf4948669b)) +* optional last_sign_in_at in UserIdentity type ([`6fef36a`](https://github.com/supabase-community/auth-py/commit/6fef36a583018c113f72e927a6598adf4948669b)) -* fix url double encode ([`69a4f4a`](https://github.com/supabase-community/gotrue-py/commit/69a4f4a6a03ab30ea0c0d9862fa7c15191588f21)) +* fix url double encode ([`69a4f4a`](https://github.com/supabase-community/auth-py/commit/69a4f4a6a03ab30ea0c0d9862fa7c15191588f21)) * 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`](https://github.com/supabase-community/gotrue-py/commit/736f3342f2f379728ea578b4804f3f919f7a476b)) +chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2 ([`736f334`](https://github.com/supabase-community/auth-py/commit/736f3342f2f379728ea578b4804f3f919f7a476b)) ## v1.0.1 (2023-04-03) @@ -859,7 +895,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`11c55d5`](https://github.com/supabase-community/gotrue-py/commit/11c55d56c67ccec3d2a69fd0918cd8a5a65d9e52)) +Signed-off-by: dependabot[bot] <support@github.com> ([`11c55d5`](https://github.com/supabase-community/auth-py/commit/11c55d56c67ccec3d2a69fd0918cd8a5a65d9e52)) * chore(deps-dev): bump faker from 17.6.0 to 18.3.0 @@ -875,7 +911,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`cff3a01`](https://github.com/supabase-community/gotrue-py/commit/cff3a0113c8fca149a21a3b8feb0f512ceb992c3)) +Signed-off-by: dependabot[bot] <support@github.com> ([`cff3a01`](https://github.com/supabase-community/auth-py/commit/cff3a0113c8fca149a21a3b8feb0f512ceb992c3)) * chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 @@ -891,7 +927,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`70c4ed6`](https://github.com/supabase-community/gotrue-py/commit/70c4ed670927eaba03a323752b2539f7be35f5e1)) +Signed-off-by: dependabot[bot] <support@github.com> ([`70c4ed6`](https://github.com/supabase-community/auth-py/commit/70c4ed670927eaba03a323752b2539f7be35f5e1)) * chore(deps-dev): bump faker from 17.3.0 to 17.6.0 @@ -907,7 +943,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`8ba18fd`](https://github.com/supabase-community/gotrue-py/commit/8ba18fd6d16bf98fbd8fb5cff186ec4322ce6189)) +Signed-off-by: dependabot[bot] <support@github.com> ([`8ba18fd`](https://github.com/supabase-community/auth-py/commit/8ba18fd6d16bf98fbd8fb5cff186ec4322ce6189)) * chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 @@ -923,7 +959,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`fc53e5b`](https://github.com/supabase-community/gotrue-py/commit/fc53e5b659e0bfbf27f6276e4450565722097e12)) +Signed-off-by: dependabot[bot] <support@github.com> ([`fc53e5b`](https://github.com/supabase-community/auth-py/commit/fc53e5b659e0bfbf27f6276e4450565722097e12)) * chore(deps-dev): bump faker from 17.0.0 to 17.3.0 @@ -939,7 +975,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`ee32bd9`](https://github.com/supabase-community/gotrue-py/commit/ee32bd90bdf4e2e598dbaf777d747dedb98e02ff)) +Signed-off-by: dependabot[bot] <support@github.com> ([`ee32bd9`](https://github.com/supabase-community/auth-py/commit/ee32bd90bdf4e2e598dbaf777d747dedb98e02ff)) * chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1 @@ -955,7 +991,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`2bf3dce`](https://github.com/supabase-community/gotrue-py/commit/2bf3dcee6dab4287e03d16905891a51b1a79fab9)) +Signed-off-by: dependabot[bot] <support@github.com> ([`2bf3dce`](https://github.com/supabase-community/auth-py/commit/2bf3dcee6dab4287e03d16905891a51b1a79fab9)) * chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 @@ -971,7 +1007,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`e28fd25`](https://github.com/supabase-community/gotrue-py/commit/e28fd25a03f09468237a08accc7546210461d4ea)) +Signed-off-by: dependabot[bot] <support@github.com> ([`e28fd25`](https://github.com/supabase-community/auth-py/commit/e28fd25a03f09468237a08accc7546210461d4ea)) * chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 @@ -987,7 +1023,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`c9b9f95`](https://github.com/supabase-community/gotrue-py/commit/c9b9f959f158c808ac1cbe0576dd53f5e798f654)) +Signed-off-by: dependabot[bot] <support@github.com> ([`c9b9f95`](https://github.com/supabase-community/auth-py/commit/c9b9f959f158c808ac1cbe0576dd53f5e798f654)) * chore(deps-dev): bump pygithub from 1.57 to 1.58.0 @@ -1003,7 +1039,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`c6f0b49`](https://github.com/supabase-community/gotrue-py/commit/c6f0b49d971ac5aaa0a77eccf13c623f6d23e5f2)) +Signed-off-by: dependabot[bot] <support@github.com> ([`c6f0b49`](https://github.com/supabase-community/auth-py/commit/c6f0b49d971ac5aaa0a77eccf13c623f6d23e5f2)) * chore(deps): bump pydantic from 1.10.4 to 1.10.5 (#233) @@ -1020,7 +1056,7 @@ updated-dependencies: ... Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a785e16`](https://github.com/supabase-community/gotrue-py/commit/a785e16c79a76d9a897d58dbc17f370a014038b0)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a785e16`](https://github.com/supabase-community/auth-py/commit/a785e16c79a76d9a897d58dbc17f370a014038b0)) * chore(deps-dev): bump faker from 16.8.1 to 17.0.0 @@ -1036,7 +1072,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`911f5cb`](https://github.com/supabase-community/gotrue-py/commit/911f5cba28f0ccd0b1194ec414d08d0db416dbdf)) +Signed-off-by: dependabot[bot] <support@github.com> ([`911f5cb`](https://github.com/supabase-community/auth-py/commit/911f5cba28f0ccd0b1194ec414d08d0db416dbdf)) * chore(deps-dev): bump faker from 16.7.0 to 16.8.1 @@ -1052,7 +1088,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`e7088a7`](https://github.com/supabase-community/gotrue-py/commit/e7088a72d647483841857d00d6c33153ed39de51)) +Signed-off-by: dependabot[bot] <support@github.com> ([`e7088a7`](https://github.com/supabase-community/auth-py/commit/e7088a72d647483841857d00d6c33153ed39de51)) * chore(deps-dev): bump faker from 16.6.1 to 16.7.0 @@ -1068,7 +1104,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`7d5cbfc`](https://github.com/supabase-community/gotrue-py/commit/7d5cbfcf2a94533dc106db4fbda20aa0e0d14070)) +Signed-off-by: dependabot[bot] <support@github.com> ([`7d5cbfc`](https://github.com/supabase-community/auth-py/commit/7d5cbfcf2a94533dc106db4fbda20aa0e0d14070)) * chore(deps): bump cryptography from 39.0.0 to 39.0.1 @@ -1083,85 +1119,85 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`c84f04d`](https://github.com/supabase-community/gotrue-py/commit/c84f04d42f8e25e0fd492861b82d03c6d0ec98a5)) +Signed-off-by: dependabot[bot] <support@github.com> ([`c84f04d`](https://github.com/supabase-community/auth-py/commit/c84f04d42f8e25e0fd492861b82d03c6d0ec98a5)) ### Feature -* feat: bump version to 1.0.1 ([`0056efc`](https://github.com/supabase-community/gotrue-py/commit/0056efccd35b824f952b53d6a42a73fffb42553f)) +* feat: bump version to 1.0.1 ([`0056efc`](https://github.com/supabase-community/auth-py/commit/0056efccd35b824f952b53d6a42a73fffb42553f)) ### Fix -* fix: run black ([`a37afe3`](https://github.com/supabase-community/gotrue-py/commit/a37afe39c3930c022010d018647d325d8d583d33)) +* fix: run black ([`a37afe3`](https://github.com/supabase-community/auth-py/commit/a37afe39c3930c022010d018647d325d8d583d33)) -* fix: patch padding for base64 ([`4ae0a21`](https://github.com/supabase-community/gotrue-py/commit/4ae0a2114e202f525ad9d992cd65c5297b7a934d)) +* fix: patch padding for base64 ([`4ae0a21`](https://github.com/supabase-community/auth-py/commit/4ae0a2114e202f525ad9d992cd65c5297b7a934d)) ### Unknown * Merge pull request #259 from supabase-community/j0/bump_version -feat: bump version to 1.0.1 ([`359a003`](https://github.com/supabase-community/gotrue-py/commit/359a003b3b98e2e14902bb2658a97f27417469df)) +feat: bump version to 1.0.1 ([`359a003`](https://github.com/supabase-community/auth-py/commit/359a003b3b98e2e14902bb2658a97f27417469df)) * 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`](https://github.com/supabase-community/gotrue-py/commit/578734e896b46af9cf8c4991bdcce4e6caa40103)) +chore(deps-dev): bump faker from 18.3.0 to 18.3.1 ([`578734e`](https://github.com/supabase-community/auth-py/commit/578734e896b46af9cf8c4991bdcce4e6caa40103)) * Merge pull request #254 from supabase-community/j0/patch_padding_for_base64 -fix: patch padding for base64 ([`f77663a`](https://github.com/supabase-community/gotrue-py/commit/f77663ac11f6303f95677f4913c12f7765bd07f5)) +fix: patch padding for base64 ([`f77663a`](https://github.com/supabase-community/auth-py/commit/f77663ac11f6303f95677f4913c12f7765bd07f5)) * 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`](https://github.com/supabase-community/gotrue-py/commit/5d075d2649ac4c2942dfdc3cfad3459d43868a1e)) +chore(deps-dev): bump faker from 17.6.0 to 18.3.0 ([`5d075d2`](https://github.com/supabase-community/auth-py/commit/5d075d2649ac4c2942dfdc3cfad3459d43868a1e)) -* Update helpers.py ([`e1ba5e2`](https://github.com/supabase-community/gotrue-py/commit/e1ba5e2ab79484beda860c27961336771f73b15b)) +* Update helpers.py ([`e1ba5e2`](https://github.com/supabase-community/auth-py/commit/e1ba5e2ab79484beda860c27961336771f73b15b)) * 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`](https://github.com/supabase-community/gotrue-py/commit/3476384e75fd29b8efbc32b886c0c845d6b62e89)) +chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 ([`3476384`](https://github.com/supabase-community/auth-py/commit/3476384e75fd29b8efbc32b886c0c845d6b62e89)) * 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`](https://github.com/supabase-community/gotrue-py/commit/03ba918d82c891d0ddcdda35f8c19c155403f9d4)) +chore(deps-dev): bump faker from 17.3.0 to 17.6.0 ([`03ba918`](https://github.com/supabase-community/auth-py/commit/03ba918d82c891d0ddcdda35f8c19c155403f9d4)) * 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`](https://github.com/supabase-community/gotrue-py/commit/3ec751bbc97f6917fd7c3aace24dfb67e23efbda)) +chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 ([`3ec751b`](https://github.com/supabase-community/auth-py/commit/3ec751bbc97f6917fd7c3aace24dfb67e23efbda)) * 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`](https://github.com/supabase-community/gotrue-py/commit/ad3b3669bf2078725dbe660e0bb4a471b17ca6aa)) +chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 ([`ad3b366`](https://github.com/supabase-community/auth-py/commit/ad3b3669bf2078725dbe660e0bb4a471b17ca6aa)) * 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`](https://github.com/supabase-community/gotrue-py/commit/20fcfbd123d7ba495de492b1bd5384c6d9117ac3)) +chore(deps-dev): bump faker from 17.0.0 to 17.3.0 ([`20fcfbd`](https://github.com/supabase-community/auth-py/commit/20fcfbd123d7ba495de492b1bd5384c6d9117ac3)) * 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`](https://github.com/supabase-community/gotrue-py/commit/9a511ea744cbb5c2e34cd2c14379b536520bc7bc)) +chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1 ([`9a511ea`](https://github.com/supabase-community/auth-py/commit/9a511ea744cbb5c2e34cd2c14379b536520bc7bc)) * 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`](https://github.com/supabase-community/gotrue-py/commit/5561e94cdbb697e02c0261ebae3f717d46dddbd9)) +chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 ([`5561e94`](https://github.com/supabase-community/auth-py/commit/5561e94cdbb697e02c0261ebae3f717d46dddbd9)) * 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`](https://github.com/supabase-community/gotrue-py/commit/6c1247c23302a81cfb33177f297f619d91a5fbb0)) +chore(deps-dev): bump pygithub from 1.57 to 1.58.0 ([`6c1247c`](https://github.com/supabase-community/auth-py/commit/6c1247c23302a81cfb33177f297f619d91a5fbb0)) * 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`](https://github.com/supabase-community/gotrue-py/commit/d47b7c102c8e9ac7c46eda9b7fe977ff7c3beb0f)) +chore(deps-dev): bump faker from 16.8.1 to 17.0.0 ([`d47b7c1`](https://github.com/supabase-community/auth-py/commit/d47b7c102c8e9ac7c46eda9b7fe977ff7c3beb0f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/9699606e307d12f4e3b50461d62b0ba5e3e456e4)) +chore(deps-dev): bump faker from 16.7.0 to 16.8.1 ([`9699606`](https://github.com/supabase-community/auth-py/commit/9699606e307d12f4e3b50461d62b0ba5e3e456e4)) * 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`](https://github.com/supabase-community/gotrue-py/commit/af1a7f064a3be09e1ca74e6f31328160c7c4db77)) +chore(deps): bump cryptography from 39.0.0 to 39.0.1 ([`af1a7f0`](https://github.com/supabase-community/auth-py/commit/af1a7f064a3be09e1ca74e6f31328160c7c4db77)) * 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`](https://github.com/supabase-community/gotrue-py/commit/db484dbe0d1dbf959a219dc7f727fe43de6cdef3)) +chore(deps-dev): bump faker from 16.6.1 to 16.7.0 ([`db484db`](https://github.com/supabase-community/auth-py/commit/db484dbe0d1dbf959a219dc7f727fe43de6cdef3)) ## v1.0.0 (2023-02-05) @@ -1182,7 +1218,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`c67fbda`](https://github.com/supabase-community/gotrue-py/commit/c67fbdac96ea2939a36d7f5cb2d7605b670bee07)) +Signed-off-by: dependabot[bot] <support@github.com> ([`c67fbda`](https://github.com/supabase-community/auth-py/commit/c67fbdac96ea2939a36d7f5cb2d7605b670bee07)) * chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1 @@ -1198,7 +1234,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`6423f19`](https://github.com/supabase-community/gotrue-py/commit/6423f19594cc324a029a9dc53e0dd7e9be3cdce2)) +Signed-off-by: dependabot[bot] <support@github.com> ([`6423f19`](https://github.com/supabase-community/auth-py/commit/6423f19594cc324a029a9dc53e0dd7e9be3cdce2)) * chore(deps-dev): bump black from 22.12.0 to 23.1.0 @@ -1214,11 +1250,11 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`3b2fd7f`](https://github.com/supabase-community/gotrue-py/commit/3b2fd7f2cea8ffd80a401c9f4f3d5031c3f3fddd)) +Signed-off-by: dependabot[bot] <support@github.com> ([`3b2fd7f`](https://github.com/supabase-community/auth-py/commit/3b2fd7f2cea8ffd80a401c9f4f3d5031c3f3fddd)) -* chore: update ci ([`dc3573c`](https://github.com/supabase-community/gotrue-py/commit/dc3573c466b139fc7fdb89670f0a2de08da38830)) +* chore: update ci ([`dc3573c`](https://github.com/supabase-community/auth-py/commit/dc3573c466b139fc7fdb89670f0a2de08da38830)) -* chore: remove PyGithub as dep ([`08231ba`](https://github.com/supabase-community/gotrue-py/commit/08231baf14e72772e19f9d70ddd29e1b7387587e)) +* chore: remove PyGithub as dep ([`08231ba`](https://github.com/supabase-community/auth-py/commit/08231baf14e72772e19f9d70ddd29e1b7387587e)) * chore(deps-dev): bump faker from 16.6.0 to 16.6.1 @@ -1234,7 +1270,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`55bccec`](https://github.com/supabase-community/gotrue-py/commit/55bccec3816feda0d63809a4b625ffaecc3e623b)) +Signed-off-by: dependabot[bot] <support@github.com> ([`55bccec`](https://github.com/supabase-community/auth-py/commit/55bccec3816feda0d63809a4b625ffaecc3e623b)) * chore(deps-dev): bump faker from 15.3.4 to 16.6.0 @@ -1250,11 +1286,11 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`db13e78`](https://github.com/supabase-community/gotrue-py/commit/db13e785b995a3e8f8a18033e955388e7e277a14)) +Signed-off-by: dependabot[bot] <support@github.com> ([`db13e78`](https://github.com/supabase-community/auth-py/commit/db13e785b995a3e8f8a18033e955388e7e277a14)) -* chore: include 3.11 ([`f74c31f`](https://github.com/supabase-community/gotrue-py/commit/f74c31f5b413ebbabb37463d2c8ae2184aa90b81)) +* chore: include 3.11 ([`f74c31f`](https://github.com/supabase-community/auth-py/commit/f74c31f5b413ebbabb37463d2c8ae2184aa90b81)) -* chore: adjust ci poetry version ([`4d4685b`](https://github.com/supabase-community/gotrue-py/commit/4d4685bbcfeb81ec61fea86ffa404b5849a2fa1d)) +* chore: adjust ci poetry version ([`4d4685b`](https://github.com/supabase-community/auth-py/commit/4d4685bbcfeb81ec61fea86ffa404b5849a2fa1d)) * chore(deps): bump pydantic from 1.10.2 to 1.10.4 @@ -1270,7 +1306,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`be56f07`](https://github.com/supabase-community/gotrue-py/commit/be56f07810d726329884ddc1a3664fb4c3c57d7b)) +Signed-off-by: dependabot[bot] <support@github.com> ([`be56f07`](https://github.com/supabase-community/auth-py/commit/be56f07810d726329884ddc1a3664fb4c3c57d7b)) * chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 @@ -1286,7 +1322,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`7116357`](https://github.com/supabase-community/gotrue-py/commit/711635725ff9143fb57e2652da448c5bd49e84fc)) +Signed-off-by: dependabot[bot] <support@github.com> ([`7116357`](https://github.com/supabase-community/auth-py/commit/711635725ff9143fb57e2652da448c5bd49e84fc)) * chore(deps): bump gitpython from 3.1.27 to 3.1.30 @@ -1301,7 +1337,7 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`8a1b4dd`](https://github.com/supabase-community/gotrue-py/commit/8a1b4dd2510feb731b8862a4971b32642ae9f8de)) +Signed-off-by: dependabot[bot] <support@github.com> ([`8a1b4dd`](https://github.com/supabase-community/auth-py/commit/8a1b4dd2510feb731b8862a4971b32642ae9f8de)) * chore(deps): bump httpx from 0.23.1 to 0.23.3 @@ -1317,7 +1353,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`32ce139`](https://github.com/supabase-community/gotrue-py/commit/32ce139d602503287fe5a6846f2983cbcc42f8bb)) +Signed-off-by: dependabot[bot] <support@github.com> ([`32ce139`](https://github.com/supabase-community/auth-py/commit/32ce139d602503287fe5a6846f2983cbcc42f8bb)) * chore(deps): bump wheel from 0.37.1 to 0.38.1 @@ -1332,7 +1368,7 @@ updated-dependencies: dependency-type: indirect ... -Signed-off-by: dependabot[bot] <support@github.com> ([`ff9818c`](https://github.com/supabase-community/gotrue-py/commit/ff9818c960499b69a3863f5e19bfb7079d810566)) +Signed-off-by: dependabot[bot] <support@github.com> ([`ff9818c`](https://github.com/supabase-community/auth-py/commit/ff9818c960499b69a3863f5e19bfb7079d810566)) * chore(deps-dev): bump isort from 5.11.1 to 5.11.4 @@ -1348,7 +1384,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`ba7cdc6`](https://github.com/supabase-community/gotrue-py/commit/ba7cdc6f4490e01ebcafad4768050998ea9a7307)) +Signed-off-by: dependabot[bot] <support@github.com> ([`ba7cdc6`](https://github.com/supabase-community/auth-py/commit/ba7cdc6f4490e01ebcafad4768050998ea9a7307)) * chore(deps-dev): bump isort from 5.10.1 to 5.11.1 (#195) @@ -1367,7 +1403,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/d12d0c57e2111e3e4547a36761bd91749f856205)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d12d0c5`](https://github.com/supabase-community/auth-py/commit/d12d0c57e2111e3e4547a36761bd91749f856205)) * chore(deps-dev): bump black from 22.10.0 to 22.12.0 @@ -1383,7 +1419,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`2207e09`](https://github.com/supabase-community/gotrue-py/commit/2207e095cb43648082bbad2e513e29a23920e0c1)) +Signed-off-by: dependabot[bot] <support@github.com> ([`2207e09`](https://github.com/supabase-community/auth-py/commit/2207e095cb43648082bbad2e513e29a23920e0c1)) * chore(deps): bump certifi from 2022.6.15 to 2022.12.7 (#192) @@ -1400,7 +1436,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/841083e36c7098def95303d3e9eff3a94949b8c7)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`841083e`](https://github.com/supabase-community/auth-py/commit/841083e36c7098def95303d3e9eff3a94949b8c7)) * chore(deps-dev): bump pytest-asyncio from 0.20.2 to 0.20.3 (#193) @@ -1419,7 +1455,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/2b8b03ab9c971a08c7e56ff2a41cbf976ce54b2a)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2b8b03a`](https://github.com/supabase-community/auth-py/commit/2b8b03ab9c971a08c7e56ff2a41cbf976ce54b2a)) * chore(deps-dev): bump faker from 15.3.3 to 15.3.4 (#191) @@ -1438,7 +1474,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/5773bf0b97bf6fbc2a2adb61175d73941915bfa9)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5773bf0`](https://github.com/supabase-community/auth-py/commit/5773bf0b97bf6fbc2a2adb61175d73941915bfa9)) * chore(deps): bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#190) @@ -1457,7 +1493,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/ad040d1428d5419e4a62b993e9946e872ecf5904)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ad040d1`](https://github.com/supabase-community/auth-py/commit/ad040d1428d5419e4a62b993e9946e872ecf5904)) * chore(deps-dev): bump faker from 15.3.2 to 15.3.3 (#189) @@ -1476,7 +1512,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/ab1f0dab02d57c2387b85016ddeb4103f7a0db55)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ab1f0da`](https://github.com/supabase-community/auth-py/commit/ab1f0dab02d57c2387b85016ddeb4103f7a0db55)) * chore(deps): bump httpx from 0.23.0 to 0.23.1 (#188) @@ -1495,7 +1531,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/dd04ad2eff2da019f65b1a37119d6f612fc4e5e4)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dd04ad2`](https://github.com/supabase-community/auth-py/commit/dd04ad2eff2da019f65b1a37119d6f612fc4e5e4)) * chore(deps-dev): bump faker from 15.3.1 to 15.3.2 (#186) @@ -1514,7 +1550,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/8d75f1cee71f74349a90922b945a82343f68963b)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8d75f1c`](https://github.com/supabase-community/auth-py/commit/8d75f1cee71f74349a90922b945a82343f68963b)) * chore(deps): bump cryptography from 37.0.4 to 38.0.3 (#185) @@ -1532,7 +1568,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/6e0df2f2c357aef1d1384604d7012704a447217a)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e0df2f`](https://github.com/supabase-community/auth-py/commit/6e0df2f2c357aef1d1384604d7012704a447217a)) * chore(deps-dev): bump pytest-asyncio from 0.20.1 to 0.20.2 (#184) @@ -1551,7 +1587,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/bebb22fe7b5ef2862388916e873b6db17dcb41f3)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bebb22f`](https://github.com/supabase-community/auth-py/commit/bebb22fe7b5ef2862388916e873b6db17dcb41f3)) * chore(deps-dev): bump faker from 15.1.3 to 15.3.1 (#183) @@ -1570,9 +1606,9 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ae2043a`](https://github.com/supabase-community/auth-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) -* chore: update lock ([`9dd42b4`](https://github.com/supabase-community/gotrue-py/commit/9dd42b4c516879e208ca2d15d5934d682f9e4481)) +* chore: update lock ([`9dd42b4`](https://github.com/supabase-community/auth-py/commit/9dd42b4c516879e208ca2d15d5934d682f9e4481)) * chore(deps-dev): bump faker from 15.1.1 to 15.1.3 (#182) @@ -1591,13 +1627,13 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2c15513`](https://github.com/supabase-community/auth-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) -* chore: gen sync files ([`01385ea`](https://github.com/supabase-community/gotrue-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) +* chore: gen sync files ([`01385ea`](https://github.com/supabase-community/auth-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) -* chore: fix EOL ([`44a4f25`](https://github.com/supabase-community/gotrue-py/commit/44a4f2573deb61ecdae704ec67f9e65c1dc25bd2)) +* chore: fix EOL ([`44a4f25`](https://github.com/supabase-community/auth-py/commit/44a4f2573deb61ecdae704ec67f9e65c1dc25bd2)) -* chore: implement clients and utils for testing ([`6fbd3de`](https://github.com/supabase-community/gotrue-py/commit/6fbd3de4247f38ddd4af76422729658a8f0fb2da)) +* chore: implement clients and utils for testing ([`6fbd3de`](https://github.com/supabase-community/auth-py/commit/6fbd3de4247f38ddd4af76422729658a8f0fb2da)) * chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 (#179) @@ -1616,7 +1652,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/73df32a75e4621218db4a7a95cf5d5c123157a0b)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`73df32a`](https://github.com/supabase-community/auth-py/commit/73df32a75e4621218db4a7a95cf5d5c123157a0b)) * chore(deps-dev): bump python-semantic-release from 7.32.1 to 7.32.2 (#177) @@ -1635,7 +1671,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/5aae8441185febd2db0439d486735e3724e3b437)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5aae844`](https://github.com/supabase-community/auth-py/commit/5aae8441185febd2db0439d486735e3724e3b437)) * chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 @@ -1651,7 +1687,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`89f1336`](https://github.com/supabase-community/gotrue-py/commit/89f133619118f4fbf8eaa9ef4b05283397fbfefd)) +Signed-off-by: dependabot[bot] <support@github.com> ([`89f1336`](https://github.com/supabase-community/auth-py/commit/89f133619118f4fbf8eaa9ef4b05283397fbfefd)) * chore(deps-dev): bump faker from 15.0.0 to 15.1.1 @@ -1667,13 +1703,13 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`69c7c4e`](https://github.com/supabase-community/gotrue-py/commit/69c7c4e0e9434a16195c7cc9fb2c29bd119362ca)) +Signed-off-by: dependabot[bot] <support@github.com> ([`69c7c4e`](https://github.com/supabase-community/auth-py/commit/69c7c4e0e9434a16195c7cc9fb2c29bd119362ca)) -* chore(deps): fix poetry lock file ([`5148277`](https://github.com/supabase-community/gotrue-py/commit/514827788828799817ea47f3f89f442c163ba5be)) +* chore(deps): fix poetry lock file ([`5148277`](https://github.com/supabase-community/auth-py/commit/514827788828799817ea47f3f89f442c163ba5be)) -* chore(deps): bump dev dependencies ([`93aabbe`](https://github.com/supabase-community/gotrue-py/commit/93aabbe1f5f130677b9a3765c998936940b75dc2)) +* chore(deps): bump dev dependencies ([`93aabbe`](https://github.com/supabase-community/auth-py/commit/93aabbe1f5f130677b9a3765c998936940b75dc2)) -* chore: format docstring to avoid linter warning ([`6a200fe`](https://github.com/supabase-community/gotrue-py/commit/6a200fead8b18cb06fe4fcf93c37b65345b48372)) +* chore: format docstring to avoid linter warning ([`6a200fe`](https://github.com/supabase-community/auth-py/commit/6a200fead8b18cb06fe4fcf93c37b65345b48372)) * chore(deps-dev): bump black from 22.8.0 to 22.10.0 (#170) @@ -1692,7 +1728,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/be6a2b330c8234b48b5af5e5a3e6586ab76a51d5)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`be6a2b3`](https://github.com/supabase-community/auth-py/commit/be6a2b330c8234b48b5af5e5a3e6586ab76a51d5)) * chore(deps-dev): bump python-semantic-release from 7.32.0 to 7.32.1 (#171) @@ -1711,7 +1747,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/6a0295001b5cd476e27b72fb77b34c6c2a1dee98)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6a02950`](https://github.com/supabase-community/auth-py/commit/6a0295001b5cd476e27b72fb77b34c6c2a1dee98)) * chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#168) @@ -1730,7 +1766,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`57ae3b3`](https://github.com/supabase-community/auth-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) * chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167) @@ -1749,7 +1785,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/cc918f90e57288f32ed081555c4b104947837340)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`cc918f9`](https://github.com/supabase-community/auth-py/commit/cc918f90e57288f32ed081555c4b104947837340)) * chore(deps-dev): bump python-semantic-release from 7.31.4 to 7.32.0 (#165) @@ -1768,7 +1804,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/b8a99441c82b450b667741b1c05830e92eb63b4a)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b8a9944`](https://github.com/supabase-community/auth-py/commit/b8a99441c82b450b667741b1c05830e92eb63b4a)) * chore(deps-dev): bump faker from 14.2.0 to 14.2.1 @@ -1784,7 +1820,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`a16f952`](https://github.com/supabase-community/gotrue-py/commit/a16f95240d5215e07f330befa138f7aa6d329fc2)) +Signed-off-by: dependabot[bot] <support@github.com> ([`a16f952`](https://github.com/supabase-community/auth-py/commit/a16f95240d5215e07f330befa138f7aa6d329fc2)) * chore(deps): bump pydantic from 1.10.1 to 1.10.2 (#162) @@ -1803,7 +1839,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/46668453b0fbb0411af78f171b0dae80c5e2c23f)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4666845`](https://github.com/supabase-community/auth-py/commit/46668453b0fbb0411af78f171b0dae80c5e2c23f)) * chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#161) @@ -1822,7 +1858,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/b93c9d7d3f3f52f60effe5ffd17bfa400d46cd3c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b93c9d7`](https://github.com/supabase-community/auth-py/commit/b93c9d7d3f3f52f60effe5ffd17bfa400d46cd3c)) * chore(deps-dev): bump black from 22.6.0 to 22.8.0 (#159) @@ -1841,7 +1877,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/b552dea77b8d8cc058d6ba856f37f0f1d26d3480)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b552dea`](https://github.com/supabase-community/auth-py/commit/b552dea77b8d8cc058d6ba856f37f0f1d26d3480)) * chore(deps-dev): bump faker from 14.1.1 to 14.2.0 (#158) @@ -1860,7 +1896,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/214353e69e8da96ee628e87deac7c7f856e85c03)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`214353e`](https://github.com/supabase-community/auth-py/commit/214353e69e8da96ee628e87deac7c7f856e85c03)) * chore(deps): bump pydantic from 1.10.0 to 1.10.1 (#160) @@ -1879,205 +1915,205 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/a322dce65f54de8a98d54c02dce0a12fdd5201c2)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a322dce`](https://github.com/supabase-community/auth-py/commit/a322dce65f54de8a98d54c02dce0a12fdd5201c2)) -* chore: update dependencies ([`6b15a50`](https://github.com/supabase-community/gotrue-py/commit/6b15a50466f82b87aae67823e08770c25cb352f6)) +* chore: update dependencies ([`6b15a50`](https://github.com/supabase-community/auth-py/commit/6b15a50466f82b87aae67823e08770c25cb352f6)) ### Feature -* feat: bump to 1.0.0 ([`ac012cd`](https://github.com/supabase-community/gotrue-py/commit/ac012cda87d33f44fcc648fca0e166693f890ad3)) +* feat: bump to 1.0.0 ([`ac012cd`](https://github.com/supabase-community/auth-py/commit/ac012cda87d33f44fcc648fca0e166693f890ad3)) -* feat: switch from flake8->ruff ([`19cdde0`](https://github.com/supabase-community/gotrue-py/commit/19cdde0867f9f1e5b7ef996fd162bbd3dc4e1a39)) +* feat: switch from flake8->ruff ([`19cdde0`](https://github.com/supabase-community/auth-py/commit/19cdde0867f9f1e5b7ef996fd162bbd3dc4e1a39)) -* feat: move sphinx into doc group ([`173399b`](https://github.com/supabase-community/gotrue-py/commit/173399bb859bffd68b59bb7ff87d33501c92df62)) +* feat: move sphinx into doc group ([`173399b`](https://github.com/supabase-community/auth-py/commit/173399bb859bffd68b59bb7ff87d33501c92df62)) -* feat: add docs ([`afc563a`](https://github.com/supabase-community/gotrue-py/commit/afc563add7782efeeab2ca967ca85e7476c864f3)) +* feat: add docs ([`afc563a`](https://github.com/supabase-community/auth-py/commit/afc563add7782efeeab2ca967ca85e7476c864f3)) -* feat: mfa challenge and verify and refresh session ([`b714206`](https://github.com/supabase-community/gotrue-py/commit/b7142060c99d06270bdcde9ecc2f823c33cf11b4)) +* feat: mfa challenge and verify and refresh session ([`b714206`](https://github.com/supabase-community/auth-py/commit/b7142060c99d06270bdcde9ecc2f823c33cf11b4)) -* feat: add mfa ([`4c2b443`](https://github.com/supabase-community/gotrue-py/commit/4c2b4437d0b99c6f19ec251e245909d86ca69f8f)) +* feat: add mfa ([`4c2b443`](https://github.com/supabase-community/auth-py/commit/4c2b4437d0b99c6f19ec251e245909d86ca69f8f)) -* feat: implement decode_jwt_payload in helpers ([`c3ff22a`](https://github.com/supabase-community/gotrue-py/commit/c3ff22a0a8758585ee77a68381041b77ac25a234)) +* feat: implement decode_jwt_payload in helpers ([`c3ff22a`](https://github.com/supabase-community/auth-py/commit/c3ff22a0a8758585ee77a68381041b77ac25a234)) ### Fix -* fix: adjust timer units and drop * 1000 since timer takes in seconds and not miliseconds ([`78ed6d2`](https://github.com/supabase-community/gotrue-py/commit/78ed6d224bc73cd89defb26b84a8ccf9c95dc68c)) +* fix: adjust timer units and drop * 1000 since timer takes in seconds and not miliseconds ([`78ed6d2`](https://github.com/supabase-community/auth-py/commit/78ed6d224bc73cd89defb26b84a8ccf9c95dc68c)) -* fix: reinstate 3.8 ([`58db1be`](https://github.com/supabase-community/gotrue-py/commit/58db1be7939c7aae1d50e7e29dee3a8f110775e4)) +* fix: reinstate 3.8 ([`58db1be`](https://github.com/supabase-community/auth-py/commit/58db1be7939c7aae1d50e7e29dee3a8f110775e4)) -* fix: bump isort and python version ([`7f50501`](https://github.com/supabase-community/gotrue-py/commit/7f505016f04c1befc9db75a7f2dd71089b224eb4)) +* fix: bump isort and python version ([`7f50501`](https://github.com/supabase-community/auth-py/commit/7f505016f04c1befc9db75a7f2dd71089b224eb4)) -* fix: move dependency ([`1e51fce`](https://github.com/supabase-community/gotrue-py/commit/1e51fce51b32cada87d94efc8cf11f6a1aa6b282)) +* fix: move dependency ([`1e51fce`](https://github.com/supabase-community/auth-py/commit/1e51fce51b32cada87d94efc8cf11f6a1aa6b282)) -* fix: regenerate lock ([`34b8fb1`](https://github.com/supabase-community/gotrue-py/commit/34b8fb1aaf383a149efaa8f5832cbc82782b91d4)) +* fix: regenerate lock ([`34b8fb1`](https://github.com/supabase-community/auth-py/commit/34b8fb1aaf383a149efaa8f5832cbc82782b91d4)) -* fix: add jwt package ([`36e8d12`](https://github.com/supabase-community/gotrue-py/commit/36e8d12e10f5f8494a7e5b00bf443678f6db0e47)) +* fix: add jwt package ([`36e8d12`](https://github.com/supabase-community/auth-py/commit/36e8d12e10f5f8494a7e5b00bf443678f6db0e47)) -* fix: patch merge conflicts on next ([`fb033e4`](https://github.com/supabase-community/gotrue-py/commit/fb033e44208be7f3ae611eefd83d48d379909c44)) +* fix: patch merge conflicts on next ([`fb033e4`](https://github.com/supabase-community/auth-py/commit/fb033e44208be7f3ae611eefd83d48d379909c44)) -* fix: revert poetry.lock to original main files ([`df4ab8f`](https://github.com/supabase-community/gotrue-py/commit/df4ab8fa9ddbcf966026e98a9617f652f1f91179)) +* fix: revert poetry.lock to original main files ([`df4ab8f`](https://github.com/supabase-community/auth-py/commit/df4ab8fa9ddbcf966026e98a9617f652f1f91179)) -* fix: checkout main poetry.lock and poetry.toml ([`c8aeabc`](https://github.com/supabase-community/gotrue-py/commit/c8aeabc06dd6208f13e7934e0d70bf7bac8ea487)) +* fix: checkout main poetry.lock and poetry.toml ([`c8aeabc`](https://github.com/supabase-community/auth-py/commit/c8aeabc06dd6208f13e7934e0d70bf7bac8ea487)) -* fix: remove ruff ([`ef21730`](https://github.com/supabase-community/gotrue-py/commit/ef21730997d23f51c9f52123742436c53dc96d29)) +* fix: remove ruff ([`ef21730`](https://github.com/supabase-community/auth-py/commit/ef21730997d23f51c9f52123742436c53dc96d29)) -* fix: comment out sphinx ([`d46cf0d`](https://github.com/supabase-community/gotrue-py/commit/d46cf0d195b293f2f285190a726208c033a4722c)) +* fix: comment out sphinx ([`d46cf0d`](https://github.com/supabase-community/auth-py/commit/d46cf0d195b293f2f285190a726208c033a4722c)) -* fix: bugs in admin api and finish tests implementation ([`9db7ce6`](https://github.com/supabase-community/gotrue-py/commit/9db7ce680326c149730ef84cbe9540ad8a735676)) +* fix: bugs in admin api and finish tests implementation ([`9db7ce6`](https://github.com/supabase-community/auth-py/commit/9db7ce680326c149730ef84cbe9540ad8a735676)) -* fix: remove group from pyproject.toml ([`41349d2`](https://github.com/supabase-community/gotrue-py/commit/41349d2cebf239a3529d92c2d848ca1cf78cc4f3)) +* fix: remove group from pyproject.toml ([`41349d2`](https://github.com/supabase-community/auth-py/commit/41349d2cebf239a3529d92c2d848ca1cf78cc4f3)) -* fix: revert dependency group ([`a923e52`](https://github.com/supabase-community/gotrue-py/commit/a923e52ecebc5706c210135b0bfeaaccf78fffd8)) +* fix: revert dependency group ([`a923e52`](https://github.com/supabase-community/auth-py/commit/a923e52ecebc5706c210135b0bfeaaccf78fffd8)) -* fix: list users method of admin api ([`a973a1c`](https://github.com/supabase-community/gotrue-py/commit/a973a1cce3ea90e3c3ece0def70626c68727ae0d)) +* fix: list users method of admin api ([`a973a1c`](https://github.com/supabase-community/auth-py/commit/a973a1cce3ea90e3c3ece0def70626c68727ae0d)) -* fix: respect EXPIRY_MARGIN on getSession ([`45afb35`](https://github.com/supabase-community/gotrue-py/commit/45afb351ebe960a292edb77d4ea77bc235ee1563)) +* fix: respect EXPIRY_MARGIN on getSession ([`45afb35`](https://github.com/supabase-community/auth-py/commit/45afb351ebe960a292edb77d4ea77bc235ee1563)) -* fix: use literal from typing extensions ([`ec6618b`](https://github.com/supabase-community/gotrue-py/commit/ec6618b0c4e1ac0137f98debbc02b98e61e8ef60)) +* fix: use literal from typing extensions ([`ec6618b`](https://github.com/supabase-community/auth-py/commit/ec6618b0c4e1ac0137f98debbc02b98e61e8ef60)) -* fix: stray EOLS ([`33cefba`](https://github.com/supabase-community/gotrue-py/commit/33cefba743b326647aee7c8639f000894dd609e9)) +* fix: stray EOLS ([`33cefba`](https://github.com/supabase-community/auth-py/commit/33cefba743b326647aee7c8639f000894dd609e9)) -* fix: include modules page ([`8dab491`](https://github.com/supabase-community/gotrue-py/commit/8dab491fc1ce754f9d5aa27eab0e4c938b1342cd)) +* fix: include modules page ([`8dab491`](https://github.com/supabase-community/auth-py/commit/8dab491fc1ce754f9d5aa27eab0e4c938b1342cd)) -* fix: insert default content type header ([`332f782`](https://github.com/supabase-community/gotrue-py/commit/332f782db88921ef30a5362e054fd39d26166d2d)) +* fix: insert default content type header ([`332f782`](https://github.com/supabase-community/auth-py/commit/332f782db88921ef30a5362e054fd39d26166d2d)) -* fix: implement the reset_password_email method ([`6ffa532`](https://github.com/supabase-community/gotrue-py/commit/6ffa53227d991c2135b5a1fd5202fea97e8d6097)) +* fix: implement the reset_password_email method ([`6ffa532`](https://github.com/supabase-community/auth-py/commit/6ffa53227d991c2135b5a1fd5202fea97e8d6097)) ### Refactor * refactor: migrate to implementation as similar as possible to the implementation of gotrue-js -The tests still need to be implemented. ([`4cb7713`](https://github.com/supabase-community/gotrue-py/commit/4cb771352e7f4065b2aac5de1c2b1260a0771268)) +The tests still need to be implemented. ([`4cb7713`](https://github.com/supabase-community/auth-py/commit/4cb771352e7f4065b2aac5de1c2b1260a0771268)) ### Test -* test: add test to user fetch methods of admin api ([`8c076f0`](https://github.com/supabase-community/gotrue-py/commit/8c076f0d23411b0ee1861b91739f45069275c630)) +* test: add test to user fetch methods of admin api ([`8c076f0`](https://github.com/supabase-community/auth-py/commit/8c076f0d23411b0ee1861b91739f45069275c630)) ### Unknown * Merge pull request #227 from supabase-community/j0/new_release -feat: bump to 1.0.0 ([`b5cdd36`](https://github.com/supabase-community/gotrue-py/commit/b5cdd3687eab5923f117c3d2bcfd824f5d8ee842)) +feat: bump to 1.0.0 ([`b5cdd36`](https://github.com/supabase-community/auth-py/commit/b5cdd3687eab5923f117c3d2bcfd824f5d8ee842)) * 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`](https://github.com/supabase-community/gotrue-py/commit/53c1fefc057292fc8aec564e2849b6fcc2f011cd)) +chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4 ([`53c1fef`](https://github.com/supabase-community/auth-py/commit/53c1fefc057292fc8aec564e2849b6fcc2f011cd)) * 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`](https://github.com/supabase-community/gotrue-py/commit/527d8a0a631d05f84d44a89b179e9fd4255a9abd)) +chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1 ([`527d8a0`](https://github.com/supabase-community/auth-py/commit/527d8a0a631d05f84d44a89b179e9fd4255a9abd)) * 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`](https://github.com/supabase-community/gotrue-py/commit/2941512c479ea6fb4c2e0344f4d46f1de366d0d6)) +chore(deps-dev): bump black from 22.12.0 to 23.1.0 ([`2941512`](https://github.com/supabase-community/auth-py/commit/2941512c479ea6fb4c2e0344f4d46f1de366d0d6)) * Merge pull request #220 from supabase-community/j0/fix_timer_units -fix: adjust timer units and drop * 1000 ([`758fb2f`](https://github.com/supabase-community/gotrue-py/commit/758fb2fd32c858181442f4b117a54d16b70ea519)) +fix: adjust timer units and drop * 1000 ([`758fb2f`](https://github.com/supabase-community/auth-py/commit/758fb2fd32c858181442f4b117a54d16b70ea519)) * Merge pull request #148 from supabase-community/next -next release - feature parity - high testing coverage ([`b79e2a8`](https://github.com/supabase-community/gotrue-py/commit/b79e2a842cc6a49d1831a2690f13283db3b5ed4c)) +next release - feature parity - high testing coverage ([`b79e2a8`](https://github.com/supabase-community/auth-py/commit/b79e2a842cc6a49d1831a2690f13283db3b5ed4c)) * Merge pull request #219 from supabase-community/j0/patch_conflicts_on_next -chore: patch merge conflicts on next ([`66f3f3a`](https://github.com/supabase-community/gotrue-py/commit/66f3f3aad672cb8c8f33e02f25d164311a4e688b)) +chore: patch merge conflicts on next ([`66f3f3a`](https://github.com/supabase-community/auth-py/commit/66f3f3aad672cb8c8f33e02f25d164311a4e688b)) -* Merge branch 'main' of github.com:supabase-community/gotrue-py into j0/patch_conflicts_on_next ([`1682747`](https://github.com/supabase-community/gotrue-py/commit/1682747cad333b1731841d18eee748ee16361420)) +* Merge branch 'main' of github.com:supabase-community/gotrue-py into j0/patch_conflicts_on_next ([`1682747`](https://github.com/supabase-community/auth-py/commit/1682747cad333b1731841d18eee748ee16361420)) * 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`](https://github.com/supabase-community/gotrue-py/commit/52d4c8db450de015f04a18d80d80ec41991a88f4)) +chore(deps-dev): bump faker from 16.6.0 to 16.6.1 ([`52d4c8d`](https://github.com/supabase-community/auth-py/commit/52d4c8db450de015f04a18d80d80ec41991a88f4)) * 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`](https://github.com/supabase-community/gotrue-py/commit/2217833bc80629288d980dbff22ade936b696b6d)) +chore(deps-dev): bump faker from 15.3.4 to 16.6.0 ([`2217833`](https://github.com/supabase-community/auth-py/commit/2217833bc80629288d980dbff22ade936b696b6d)) * Merge pull request #214 from supabase-community/j0/bump-poetry -chore: adjust ci poetry version ([`a43f38b`](https://github.com/supabase-community/gotrue-py/commit/a43f38b81a9f87ebc6b00f130f07041f5faaf77b)) +chore: adjust ci poetry version ([`a43f38b`](https://github.com/supabase-community/auth-py/commit/a43f38b81a9f87ebc6b00f130f07041f5faaf77b)) * 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`](https://github.com/supabase-community/gotrue-py/commit/cf1faedc712bf379ebf32a2f88c79480fc2a28bb)) +chore(deps): bump pydantic from 1.10.2 to 1.10.4 ([`cf1faed`](https://github.com/supabase-community/auth-py/commit/cf1faedc712bf379ebf32a2f88c79480fc2a28bb)) * 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`](https://github.com/supabase-community/gotrue-py/commit/9711f5440b9452d487366d99b340e1956f0c1f47)) +chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 ([`9711f54`](https://github.com/supabase-community/auth-py/commit/9711f5440b9452d487366d99b340e1956f0c1f47)) * 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`](https://github.com/supabase-community/gotrue-py/commit/5861c0cfe0fd38bc664657a0bb9fd13fb547fcd9)) +chore(deps): bump gitpython from 3.1.27 to 3.1.30 ([`5861c0c`](https://github.com/supabase-community/auth-py/commit/5861c0cfe0fd38bc664657a0bb9fd13fb547fcd9)) * 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`](https://github.com/supabase-community/gotrue-py/commit/26c1eeac67dfee01352f019d9f140c10ff6eb426)) +chore(deps): bump wheel from 0.37.1 to 0.38.1 ([`26c1eea`](https://github.com/supabase-community/auth-py/commit/26c1eeac67dfee01352f019d9f140c10ff6eb426)) * 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`](https://github.com/supabase-community/gotrue-py/commit/80f2cf27e7e4efd7a57ed7fcb9529f5025dd822b)) +chore(deps-dev): bump isort from 5.11.1 to 5.11.4 ([`80f2cf2`](https://github.com/supabase-community/auth-py/commit/80f2cf27e7e4efd7a57ed7fcb9529f5025dd822b)) * 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`](https://github.com/supabase-community/gotrue-py/commit/b8ae350047aef889e11dd042425af9691b0533cb)) +chore(deps): bump httpx from 0.23.1 to 0.23.3 ([`b8ae350`](https://github.com/supabase-community/auth-py/commit/b8ae350047aef889e11dd042425af9691b0533cb)) * Merge pull request #180 from supabase-community/j0/add_docs -feat: add docs for GoTrue ([`f7eade8`](https://github.com/supabase-community/gotrue-py/commit/f7eade84b66e0cbe4143d47181cc053d1b46e159)) +feat: add docs for GoTrue ([`f7eade8`](https://github.com/supabase-community/auth-py/commit/f7eade84b66e0cbe4143d47181cc053d1b46e159)) -* revert: remove ruff from ci ([`34535dd`](https://github.com/supabase-community/gotrue-py/commit/34535ddeb4e3577a0231a098f9abdd3475ed6467)) +* revert: remove ruff from ci ([`34535dd`](https://github.com/supabase-community/auth-py/commit/34535ddeb4e3577a0231a098f9abdd3475ed6467)) * 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`](https://github.com/supabase-community/gotrue-py/commit/dff74c6abc9da6939dc7c384e5ec4e2ea270e13a)) +chore(deps-dev): bump black from 22.10.0 to 22.12.0 ([`dff74c6`](https://github.com/supabase-community/auth-py/commit/dff74c6abc9da6939dc7c384e5ec4e2ea270e13a)) -* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`7c5ea9c`](https://github.com/supabase-community/gotrue-py/commit/7c5ea9cbf957e0b37be0fcc09c71d922bdca8480)) +* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`7c5ea9c`](https://github.com/supabase-community/auth-py/commit/7c5ea9cbf957e0b37be0fcc09c71d922bdca8480)) -* Merge branch 'main' into j0/add_docs ([`24fbb46`](https://github.com/supabase-community/gotrue-py/commit/24fbb46852bb1f311cb7f8358b2806834ca80be3)) +* Merge branch 'main' into j0/add_docs ([`24fbb46`](https://github.com/supabase-community/auth-py/commit/24fbb46852bb1f311cb7f8358b2806834ca80be3)) -* tests: add python 3.11 and update poetry version ([`33756af`](https://github.com/supabase-community/gotrue-py/commit/33756af49f995017cf3d9fdfd581b4974f13003c)) +* tests: add python 3.11 and update poetry version ([`33756af`](https://github.com/supabase-community/auth-py/commit/33756af49f995017cf3d9fdfd581b4974f13003c)) -* tests: add tests for create user in admin api ([`30fd751`](https://github.com/supabase-community/gotrue-py/commit/30fd7512221145363f1ac5fb44fed86cdb08eb6d)) +* tests: add tests for create user in admin api ([`30fd751`](https://github.com/supabase-community/auth-py/commit/30fd7512221145363f1ac5fb44fed86cdb08eb6d)) -* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`798ef1c`](https://github.com/supabase-community/gotrue-py/commit/798ef1cd86751de8fd55fd1aeef30ad6ef1548be)) +* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`798ef1c`](https://github.com/supabase-community/auth-py/commit/798ef1cd86751de8fd55fd1aeef30ad6ef1548be)) * Merge pull request #181 from supabase-community/sourcery/j0/add_docs -feat: add docs for GoTrue (Sourcery refactored) ([`7482f1a`](https://github.com/supabase-community/gotrue-py/commit/7482f1a6c42103e5b7a410f8326d596e61846a3e)) +feat: add docs for GoTrue (Sourcery refactored) ([`7482f1a`](https://github.com/supabase-community/auth-py/commit/7482f1a6c42103e5b7a410f8326d596e61846a3e)) -* 'Refactored by Sourcery' ([`d26ff18`](https://github.com/supabase-community/gotrue-py/commit/d26ff1880cc55fe467beae0a3b59f629d79a212e)) +* 'Refactored by Sourcery' ([`d26ff18`](https://github.com/supabase-community/auth-py/commit/d26ff1880cc55fe467beae0a3b59f629d79a212e)) -* Merge remote-tracking branch 'remotes/origin/next' into next ([`20638fe`](https://github.com/supabase-community/gotrue-py/commit/20638fe9b8388367ce72669817c2590070ad60d6)) +* Merge remote-tracking branch 'remotes/origin/next' into next ([`20638fe`](https://github.com/supabase-community/auth-py/commit/20638fe9b8388367ce72669817c2590070ad60d6)) * 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`](https://github.com/supabase-community/gotrue-py/commit/e20893a9a9dc0be47883962396d91378ab2de81d)) +chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 ([`e20893a`](https://github.com/supabase-community/auth-py/commit/e20893a9a9dc0be47883962396d91378ab2de81d)) * 'Refactored by Sourcery' (#176) -Co-authored-by: Sourcery AI <> ([`d5a0920`](https://github.com/supabase-community/gotrue-py/commit/d5a092095145459c4c67321915cabfb723170909)) +Co-authored-by: Sourcery AI <> ([`d5a0920`](https://github.com/supabase-community/auth-py/commit/d5a092095145459c4c67321915cabfb723170909)) * 'Refactored by Sourcery' (#175) -Co-authored-by: Sourcery AI <> ([`9e4a1f2`](https://github.com/supabase-community/gotrue-py/commit/9e4a1f2c7caba255cb9e31eb546f28a9a469b205)) +Co-authored-by: Sourcery AI <> ([`9e4a1f2`](https://github.com/supabase-community/auth-py/commit/9e4a1f2c7caba255cb9e31eb546f28a9a469b205)) -* Merge branch 'main' into next ([`4e3be99`](https://github.com/supabase-community/gotrue-py/commit/4e3be993dd11dcaad542bae2177783c37a8e165c)) +* Merge branch 'main' into next ([`4e3be99`](https://github.com/supabase-community/auth-py/commit/4e3be993dd11dcaad542bae2177783c37a8e165c)) * 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`](https://github.com/supabase-community/gotrue-py/commit/dbe13b7355b6767f4412e74be283f2abe8277091)) +chore(deps-dev): bump faker from 15.0.0 to 15.1.1 ([`dbe13b7`](https://github.com/supabase-community/auth-py/commit/dbe13b7355b6767f4412e74be283f2abe8277091)) * 'Refactored by Sourcery' (#172) -Co-authored-by: Sourcery AI <> ([`20b882c`](https://github.com/supabase-community/gotrue-py/commit/20b882cc2501ac39dce5b6fe622d0fd27d946eea)) +Co-authored-by: Sourcery AI <> ([`20b882c`](https://github.com/supabase-community/auth-py/commit/20b882cc2501ac39dce5b6fe622d0fd27d946eea)) -* Merge branch 'main' into next ([`9f80bbc`](https://github.com/supabase-community/gotrue-py/commit/9f80bbcdefdec2d9af3a895a3752956b158887c9)) +* Merge branch 'main' into next ([`9f80bbc`](https://github.com/supabase-community/auth-py/commit/9f80bbcdefdec2d9af3a895a3752956b158887c9)) * 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`](https://github.com/supabase-community/gotrue-py/commit/7c5a665aec69acc905588fb6a61019281a3de70a)) +chore(deps-dev): bump faker from 14.2.0 to 14.2.1 ([`7c5a665`](https://github.com/supabase-community/auth-py/commit/7c5a665aec69acc905588fb6a61019281a3de70a)) -* Merge branch 'main' into next ([`971b816`](https://github.com/supabase-community/gotrue-py/commit/971b816646268d7740b40a4c018af27a38aaa4b9)) +* Merge branch 'main' into next ([`971b816`](https://github.com/supabase-community/auth-py/commit/971b816646268d7740b40a4c018af27a38aaa4b9)) ## v0.5.4 (2022-08-31) @@ -2090,7 +2126,7 @@ chore(deps-dev): bump faker from 14.2.0 to 14.2.1 ([`7c5a665`](https://github.co * chore: update version of __init__.py -* chore: update changelog ([`d559e2d`](https://github.com/supabase-community/gotrue-py/commit/d559e2dedfbadde1e604087d8677cdb8aa63d7d6)) +* chore: update changelog ([`d559e2d`](https://github.com/supabase-community/auth-py/commit/d559e2dedfbadde1e604087d8677cdb8aa63d7d6)) * chore(deps-dev): bump faker from 14.1.0 to 14.1.1 (#154) @@ -2109,7 +2145,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/272ad56d212ed37b6a6a60c8ce2c6613d2cb9ec1)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`272ad56`](https://github.com/supabase-community/auth-py/commit/272ad56d212ed37b6a6a60c8ce2c6613d2cb9ec1)) * chore(deps): bump pydantic from 1.9.2 to 1.10.0 (#153) @@ -2128,7 +2164,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/913e0142d92cf4c77e42624314577d5e29deed69)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`913e014`](https://github.com/supabase-community/auth-py/commit/913e0142d92cf4c77e42624314577d5e29deed69)) * chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#152) @@ -2147,9 +2183,9 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`62311f3`](https://github.com/supabase-community/auth-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154)) -* chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase-community/gotrue-py/commit/76d91148e9e9bac13e3f771a9f09a98fbd9986b9)) +* chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase-community/auth-py/commit/76d91148e9e9bac13e3f771a9f09a98fbd9986b9)) * chore(deps-dev): bump python-semantic-release from 7.31.3 to 7.31.4 (#151) @@ -2168,7 +2204,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/62adb5918229335af6998ebe4084f6ed0b56cd3d)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`62adb59`](https://github.com/supabase-community/auth-py/commit/62adb5918229335af6998ebe4084f6ed0b56cd3d)) * chore(deps-dev): bump python-semantic-release from 7.31.2 to 7.31.3 (#150) @@ -2187,15 +2223,15 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a9c110d`](https://github.com/supabase-community/auth-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8)) -* chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase-community/gotrue-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd)) +* chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase-community/auth-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd)) -* chore: add sourcery config file ([`5be3c33`](https://github.com/supabase-community/gotrue-py/commit/5be3c335822c7963b95dbce98db6ae4d5ae24d1c)) +* chore: add sourcery config file ([`5be3c33`](https://github.com/supabase-community/auth-py/commit/5be3c335822c7963b95dbce98db6ae4d5ae24d1c)) -* chore: implement script to sync config of infra ([`896a40c`](https://github.com/supabase-community/gotrue-py/commit/896a40c06f6800b0f0b3eb81a386cf00219f793c)) +* chore: implement script to sync config of infra ([`896a40c`](https://github.com/supabase-community/auth-py/commit/896a40c06f6800b0f0b3eb81a386cf00219f793c)) -* chore: upgrade dependencies ([`41ee2dd`](https://github.com/supabase-community/gotrue-py/commit/41ee2dd79eb02c65c20554f327b595ffb4bb936c)) +* chore: upgrade dependencies ([`41ee2dd`](https://github.com/supabase-community/auth-py/commit/41ee2dd79eb02c65c20554f327b595ffb4bb936c)) * chore(deps-dev): bump faker from 14.0.0 to 14.1.0 (#147) @@ -2214,7 +2250,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/0c85e7ed8e7c79187200b19d151bba63251d1c71)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0c85e7e`](https://github.com/supabase-community/auth-py/commit/0c85e7ed8e7c79187200b19d151bba63251d1c71)) * chore(deps-dev): bump faker from 13.15.1 to 14.0.0 (#146) @@ -2233,7 +2269,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/2374b04c17b1ab30f3d4996b5c01bcb2ebda5a9b)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2374b04`](https://github.com/supabase-community/auth-py/commit/2374b04c17b1ab30f3d4996b5c01bcb2ebda5a9b)) * chore(deps): bump pydantic from 1.9.1 to 1.9.2 (#145) @@ -2252,7 +2288,7 @@ updated-dependencies: 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`](https://github.com/supabase-community/gotrue-py/commit/db929b4f91846f83e7a72c8d32d455c533e79d14)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`db929b4`](https://github.com/supabase-community/auth-py/commit/db929b4f91846f83e7a72c8d32d455c533e79d14)) * chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (#144) @@ -2269,7 +2305,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`456c818`](https://github.com/supabase-community/gotrue-py/commit/456c818ac6b9c0ddc822d586fa774f32b32891f9)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`456c818`](https://github.com/supabase-community/auth-py/commit/456c818ac6b9c0ddc822d586fa774f32b32891f9)) * chore(deps-dev): bump flake8 from 5.0.1 to 5.0.3 (#143) @@ -2286,7 +2322,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d84e005`](https://github.com/supabase-community/gotrue-py/commit/d84e005173014ceaa09be9106e83145f5770da64)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d84e005`](https://github.com/supabase-community/auth-py/commit/d84e005173014ceaa09be9106e83145f5770da64)) * chore(deps-dev): bump python-semantic-release from 7.31.1 to 7.31.2 (#141) @@ -2304,7 +2340,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b08ccf7`](https://github.com/supabase-community/gotrue-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b08ccf7`](https://github.com/supabase-community/auth-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) * chore(deps-dev): bump flake8 from 4.0.1 to 5.0.1 (#142) @@ -2321,7 +2357,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4c62d77`](https://github.com/supabase-community/gotrue-py/commit/4c62d77da0f1c281c24aabb0a90acc87861c1825)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4c62d77`](https://github.com/supabase-community/auth-py/commit/4c62d77da0f1c281c24aabb0a90acc87861c1825)) * chore(deps-dev): bump python-semantic-release from 7.30.2 to 7.31.1 (#140) @@ -2339,9 +2375,9 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8aba5b5`](https://github.com/supabase-community/gotrue-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8aba5b5`](https://github.com/supabase-community/auth-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) -* chore: upgrade pytest-asyncio ([`1fc2fa9`](https://github.com/supabase-community/gotrue-py/commit/1fc2fa968851c42947f9733f1ad7a169d475be2c)) +* chore: upgrade pytest-asyncio ([`1fc2fa9`](https://github.com/supabase-community/auth-py/commit/1fc2fa968851c42947f9733f1ad7a169d475be2c)) * chore(deps-dev): bump python-semantic-release from 7.30.1 to 7.30.2 (#139) @@ -2359,7 +2395,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`93aa22b`](https://github.com/supabase-community/gotrue-py/commit/93aa22b9d4de65ad10983d7254076048b926b265)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`93aa22b`](https://github.com/supabase-community/auth-py/commit/93aa22b9d4de65ad10983d7254076048b926b265)) * chore(deps-dev): bump python-semantic-release from 7.29.7 to 7.30.1 (#138) @@ -2377,7 +2413,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4e464eb`](https://github.com/supabase-community/gotrue-py/commit/4e464eb16737cf77d24de95185d6ac772b14f178)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4e464eb`](https://github.com/supabase-community/auth-py/commit/4e464eb16737cf77d24de95185d6ac772b14f178)) * chore(deps-dev): bump faker from 13.15.0 to 13.15.1 (#136) @@ -2395,7 +2431,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`606f158`](https://github.com/supabase-community/gotrue-py/commit/606f158cbe900165757bae2d8624dc5c90d8b533)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`606f158`](https://github.com/supabase-community/auth-py/commit/606f158cbe900165757bae2d8624dc5c90d8b533)) * chore(deps-dev): bump python-semantic-release from 7.29.5 to 7.29.7 (#137) @@ -2413,26 +2449,26 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`74a9410`](https://github.com/supabase-community/gotrue-py/commit/74a9410067e302040eff3aba064b230ccf2a9216)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`74a9410`](https://github.com/supabase-community/auth-py/commit/74a9410067e302040eff3aba064b230ccf2a9216)) ### Fix -* fix: use str type instead of uuid type in id property of identity model (#156) ([`460208d`](https://github.com/supabase-community/gotrue-py/commit/460208d16db5a49f682563c29dcfdf138d384c23)) +* fix: use str type instead of uuid type in id property of identity model (#156) ([`460208d`](https://github.com/supabase-community/auth-py/commit/460208d16db5a49f682563c29dcfdf138d384c23)) ### Unknown * 'Refactored by Sourcery' (#149) -Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-community/gotrue-py/commit/07f897ed3eddd93c9411f8f23f83948ed71bf674)) +Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-community/auth-py/commit/07f897ed3eddd93c9411f8f23f83948ed71bf674)) -* Merge remote-tracking branch 'origin/main' ([`dde85fb`](https://github.com/supabase-community/gotrue-py/commit/dde85fbf5e404d3787c1da55cf216cf75f0578d8)) +* Merge remote-tracking branch 'origin/main' ([`dde85fb`](https://github.com/supabase-community/auth-py/commit/dde85fbf5e404d3787c1da55cf216cf75f0578d8)) ## v0.5.3 (2022-07-17) ### Chore -* chore: bump version to 0.5.3 ([`7d7d43e`](https://github.com/supabase-community/gotrue-py/commit/7d7d43e7f284e8916515b4d4ef79bcc0174df58b)) +* chore: bump version to 0.5.3 ([`7d7d43e`](https://github.com/supabase-community/auth-py/commit/7d7d43e7f284e8916515b4d4ef79bcc0174df58b)) * chore(deps-dev): bump python-semantic-release from 7.29.4 to 7.29.5 (#131) @@ -2450,22 +2486,22 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c506308`](https://github.com/supabase-community/gotrue-py/commit/c506308603ebaca0a54d6ab4517f0116cb7f07b9)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c506308`](https://github.com/supabase-community/auth-py/commit/c506308603ebaca0a54d6ab4517f0116cb7f07b9)) ### Fix -* fix: set total false to user attributes typed dict ([`b21d6e3`](https://github.com/supabase-community/gotrue-py/commit/b21d6e385d72d0d94729d2427ab3bdcf178a1efb)) +* fix: set total false to user attributes typed dict ([`b21d6e3`](https://github.com/supabase-community/auth-py/commit/b21d6e385d72d0d94729d2427ab3bdcf178a1efb)) ## v0.5.2 (2022-07-13) ### Chore -* chore: upgrade changelog ([`b72f7e9`](https://github.com/supabase-community/gotrue-py/commit/b72f7e9cebeb42206b02e29f49f64051312a18e2)) +* chore: upgrade changelog ([`b72f7e9`](https://github.com/supabase-community/auth-py/commit/b72f7e9cebeb42206b02e29f49f64051312a18e2)) -* chore: bump version to 0.5.2 in __init__.py ([`345e978`](https://github.com/supabase-community/gotrue-py/commit/345e9782733fb0a6fd916026fe47a859a4742e0f)) +* chore: bump version to 0.5.2 in __init__.py ([`345e978`](https://github.com/supabase-community/auth-py/commit/345e9782733fb0a6fd916026fe47a859a4742e0f)) -* chore: bump version to 0.5.2 ([`95e8fdd`](https://github.com/supabase-community/gotrue-py/commit/95e8fddf4892d8bb8e7584d5f2455de7a6c708c4)) +* chore: bump version to 0.5.2 ([`95e8fdd`](https://github.com/supabase-community/auth-py/commit/95e8fddf4892d8bb8e7584d5f2455de7a6c708c4)) * chore(deps-dev): bump pre-commit from 2.19.0 to 2.20.0 (#128) @@ -2483,7 +2519,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`76fad56`](https://github.com/supabase-community/gotrue-py/commit/76fad56d7eb0ad7966569389fa6639d4b6c9995d)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`76fad56`](https://github.com/supabase-community/auth-py/commit/76fad56d7eb0ad7966569389fa6639d4b6c9995d)) * chore(deps-dev): bump faker from 13.14.0 to 13.15.0 (#127) @@ -2501,7 +2537,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0f2e0e5`](https://github.com/supabase-community/gotrue-py/commit/0f2e0e51cf3356c84a1a9cf87f435688b69a315c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0f2e0e5`](https://github.com/supabase-community/auth-py/commit/0f2e0e51cf3356c84a1a9cf87f435688b69a315c)) ### Feature @@ -2522,16 +2558,16 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * 'Refactored by Sourcery' Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> -Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-community/gotrue-py/commit/df3f69ea18599a651715271d546b684555933286)) +Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-community/auth-py/commit/df3f69ea18599a651715271d546b684555933286)) ## v0.5.1 (2022-07-05) ### Chore -* chore: implement github action for manual release ([`cd8a590`](https://github.com/supabase-community/gotrue-py/commit/cd8a590effe65fa5ce1eb1fe3eef265e6f5fd655)) +* chore: implement github action for manual release ([`cd8a590`](https://github.com/supabase-community/auth-py/commit/cd8a590effe65fa5ce1eb1fe3eef265e6f5fd655)) -* chore: setup release ([`0a9ca44`](https://github.com/supabase-community/gotrue-py/commit/0a9ca445c7042057be0025562da85aceed22e8e3)) +* chore: setup release ([`0a9ca44`](https://github.com/supabase-community/auth-py/commit/0a9ca445c7042057be0025562da85aceed22e8e3)) * chore(deps-dev): bump python-semantic-release from 7.28.0 to 7.28.1 (#110) @@ -2549,7 +2585,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8a19b39`](https://github.com/supabase-community/gotrue-py/commit/8a19b3941d4a0eb06e5f2d3479a3c99b3cced0fd)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8a19b39`](https://github.com/supabase-community/auth-py/commit/8a19b3941d4a0eb06e5f2d3479a3c99b3cced0fd)) * chore(deps-dev): bump pre-commit from 2.17.0 to 2.18.1 (#107) @@ -2567,7 +2603,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d0abb73`](https://github.com/supabase-community/gotrue-py/commit/d0abb73ccccc0eefbd0dfcea95766bb29ae96be7)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d0abb73`](https://github.com/supabase-community/auth-py/commit/d0abb73ccccc0eefbd0dfcea95766bb29ae96be7)) * chore(deps-dev): bump black from 22.1.0 to 22.3.0 (#105) @@ -2585,7 +2621,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d2e6761`](https://github.com/supabase-community/gotrue-py/commit/d2e676150b2a5d72bf9464bfb44442401f452605)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d2e6761`](https://github.com/supabase-community/auth-py/commit/d2e676150b2a5d72bf9464bfb44442401f452605)) * chore(deps-dev): bump faker from 13.3.3 to 13.3.4 (#106) @@ -2603,7 +2639,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a309526`](https://github.com/supabase-community/gotrue-py/commit/a309526dc6302a791b780476b12428d8ad1d7781)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a309526`](https://github.com/supabase-community/auth-py/commit/a309526dc6302a791b780476b12428d8ad1d7781)) * chore(deps-dev): bump python-semantic-release from 7.27.0 to 7.28.0 (#109) @@ -2621,7 +2657,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8042862`](https://github.com/supabase-community/gotrue-py/commit/804286224c86a45163f722aae42ac18deb05293e)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8042862`](https://github.com/supabase-community/auth-py/commit/804286224c86a45163f722aae42ac18deb05293e)) * chore(deps-dev): bump pytest-asyncio from 0.18.2 to 0.18.3 (#104) @@ -2639,7 +2675,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`270bd1e`](https://github.com/supabase-community/gotrue-py/commit/270bd1e6b267f36a3b944ba3588bbc7d48feb09c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`270bd1e`](https://github.com/supabase-community/auth-py/commit/270bd1e6b267f36a3b944ba3588bbc7d48feb09c)) * chore(deps-dev): bump faker from 13.3.2 to 13.3.3 (#103) @@ -2657,7 +2693,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bea6573`](https://github.com/supabase-community/gotrue-py/commit/bea65739c558e25a842c2b399d413724a00cd113)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bea6573`](https://github.com/supabase-community/auth-py/commit/bea65739c558e25a842c2b399d413724a00cd113)) * chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 (#102) @@ -2675,7 +2711,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c0d06af`](https://github.com/supabase-community/gotrue-py/commit/c0d06af7b870e2c1085a4034738a32856a384306)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c0d06af`](https://github.com/supabase-community/auth-py/commit/c0d06af7b870e2c1085a4034738a32856a384306)) * chore(deps-dev): bump python-semantic-release from 7.26.0 to 7.27.0 (#101) @@ -2693,7 +2729,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3bfe980`](https://github.com/supabase-community/gotrue-py/commit/3bfe980ffb6b743fab101a981695ecb10196d9a8)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3bfe980`](https://github.com/supabase-community/auth-py/commit/3bfe980ffb6b743fab101a981695ecb10196d9a8)) * chore(deps-dev): bump faker from 13.3.1 to 13.3.2 (#100) @@ -2711,7 +2747,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`feb9bc6`](https://github.com/supabase-community/gotrue-py/commit/feb9bc6938f1995299fb88c0a085f795f0440e1f)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`feb9bc6`](https://github.com/supabase-community/auth-py/commit/feb9bc6938f1995299fb88c0a085f795f0440e1f)) * chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 @@ -2727,7 +2763,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`c8181d2`](https://github.com/supabase-community/gotrue-py/commit/c8181d2bc6076599611b9e17203c81d8650584c3)) +Signed-off-by: dependabot[bot] <support@github.com> ([`c8181d2`](https://github.com/supabase-community/auth-py/commit/c8181d2bc6076599611b9e17203c81d8650584c3)) * chore(deps-dev): bump python-semantic-release from 7.25.2 to 7.26.0 (#98) @@ -2745,7 +2781,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`aaddf78`](https://github.com/supabase-community/gotrue-py/commit/aaddf78696aa599264a0dd665458ec491cc57c32)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`aaddf78`](https://github.com/supabase-community/auth-py/commit/aaddf78696aa599264a0dd665458ec491cc57c32)) * chore(deps-dev): bump faker from 13.3.0 to 13.3.1 (#97) @@ -2763,7 +2799,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`26428de`](https://github.com/supabase-community/gotrue-py/commit/26428de8aa1c1202adc65ca4e1c4687fd62badf5)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`26428de`](https://github.com/supabase-community/auth-py/commit/26428de8aa1c1202adc65ca4e1c4687fd62badf5)) * chore(deps-dev): bump pytest-asyncio from 0.18.1 to 0.18.2 (#96) @@ -2780,7 +2816,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e7b257`](https://github.com/supabase-community/gotrue-py/commit/6e7b257023497e6fecd79d396cfc106762f4785c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e7b257`](https://github.com/supabase-community/auth-py/commit/6e7b257023497e6fecd79d396cfc106762f4785c)) * chore(deps-dev): bump faker from 13.2.0 to 13.3.0 (#95) @@ -2798,7 +2834,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`627404c`](https://github.com/supabase-community/gotrue-py/commit/627404cd5dc93fb0ecb4f594922360d9fd048a68)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`627404c`](https://github.com/supabase-community/auth-py/commit/627404cd5dc93fb0ecb4f594922360d9fd048a68)) * chore(deps-dev): bump python-semantic-release from 7.25.1 to 7.25.2 (#94) @@ -2816,7 +2852,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3273350`](https://github.com/supabase-community/gotrue-py/commit/327335056f1c82684019436aafde129573bc91a8)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3273350`](https://github.com/supabase-community/auth-py/commit/327335056f1c82684019436aafde129573bc91a8)) * chore(deps-dev): bump python-semantic-release from 7.25.0 to 7.25.1 (#93) @@ -2834,7 +2870,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c2e54a6`](https://github.com/supabase-community/gotrue-py/commit/c2e54a698de49581c6e72dea1f918b4745cd67dc)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c2e54a6`](https://github.com/supabase-community/auth-py/commit/c2e54a698de49581c6e72dea1f918b4745cd67dc)) * chore(deps-dev): bump faker from 13.0.0 to 13.2.0 (#92) @@ -2852,7 +2888,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e0156bc`](https://github.com/supabase-community/gotrue-py/commit/e0156bc214d1bcd5229f83190e084c1b8b1cf551)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e0156bc`](https://github.com/supabase-community/auth-py/commit/e0156bc214d1bcd5229f83190e084c1b8b1cf551)) * chore(deps-dev): bump python-semantic-release from 7.24.0 to 7.25.0 (#91) @@ -2870,7 +2906,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9b30df6`](https://github.com/supabase-community/gotrue-py/commit/9b30df6872f3b36e8cdd277ae84161233e6bd3c3)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9b30df6`](https://github.com/supabase-community/auth-py/commit/9b30df6872f3b36e8cdd277ae84161233e6bd3c3)) * chore(deps-dev): bump faker from 12.3.3 to 13.0.0 (#90) @@ -2888,7 +2924,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ff1653e`](https://github.com/supabase-community/gotrue-py/commit/ff1653eb9ab98b99e6200d3bfbea7a36dbadf079)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ff1653e`](https://github.com/supabase-community/auth-py/commit/ff1653eb9ab98b99e6200d3bfbea7a36dbadf079)) * chore(deps-dev): bump faker from 12.3.0 to 12.3.3 (#89) @@ -2906,7 +2942,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`da7c173`](https://github.com/supabase-community/gotrue-py/commit/da7c173353b683bd682b8f84325d47b9a2818b6c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`da7c173`](https://github.com/supabase-community/auth-py/commit/da7c173353b683bd682b8f84325d47b9a2818b6c)) * chore(deps-dev): bump pytest from 7.0.0 to 7.0.1 (#88) @@ -2924,7 +2960,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ec198b0`](https://github.com/supabase-community/gotrue-py/commit/ec198b07e200cfd98c8e7f8e3e946a1bcd3cbf97)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ec198b0`](https://github.com/supabase-community/auth-py/commit/ec198b07e200cfd98c8e7f8e3e946a1bcd3cbf97)) * chore(deps-dev): bump faker from 12.2.0 to 12.3.0 (#87) @@ -2942,7 +2978,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3addee0`](https://github.com/supabase-community/gotrue-py/commit/3addee0a7b9f4af834f11bab86b7dc4480f6635c)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3addee0`](https://github.com/supabase-community/auth-py/commit/3addee0a7b9f4af834f11bab86b7dc4480f6635c)) * chore(deps-dev): bump pytest-asyncio from 0.17.2 to 0.18.1 (#86) @@ -2959,7 +2995,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f14e19d`](https://github.com/supabase-community/gotrue-py/commit/f14e19d1a31a1f61fd192f48d68684f591f08a02)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f14e19d`](https://github.com/supabase-community/auth-py/commit/f14e19d1a31a1f61fd192f48d68684f591f08a02)) * chore(deps-dev): bump faker from 12.1.0 to 12.2.0 (#85) @@ -2977,7 +3013,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`df71a96`](https://github.com/supabase-community/gotrue-py/commit/df71a964f56172a4fd6292defc76f52a812f8a88)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`df71a96`](https://github.com/supabase-community/auth-py/commit/df71a964f56172a4fd6292defc76f52a812f8a88)) * chore(deps-dev): bump faker from 12.0.0 to 12.1.0 (#83) @@ -2995,7 +3031,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`809b75d`](https://github.com/supabase-community/gotrue-py/commit/809b75d2c02b489e7b4a2fe4c7944343b97a6912)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`809b75d`](https://github.com/supabase-community/auth-py/commit/809b75d2c02b489e7b4a2fe4c7944343b97a6912)) * chore(deps-dev): bump pytest from 6.2.5 to 7.0.0 (#82) @@ -3013,7 +3049,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7a749ac`](https://github.com/supabase-community/gotrue-py/commit/7a749ac3227ba0825a211dd85503e81a89f9708b)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7a749ac`](https://github.com/supabase-community/auth-py/commit/7a749ac3227ba0825a211dd85503e81a89f9708b)) * chore(deps-dev): bump faker from 11.3.0 to 12.0.0 (#81) @@ -3031,7 +3067,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f54751a`](https://github.com/supabase-community/gotrue-py/commit/f54751a7baba7dd250d16193efd4eb7522454cf1)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f54751a`](https://github.com/supabase-community/auth-py/commit/f54751a7baba7dd250d16193efd4eb7522454cf1)) * chore(deps-dev): bump black from 21.12b0 to 22.1.0 (#80) @@ -3048,7 +3084,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a284212`](https://github.com/supabase-community/gotrue-py/commit/a28421291f145c11cbc36c6a2c46c86803a7e848)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a284212`](https://github.com/supabase-community/auth-py/commit/a28421291f145c11cbc36c6a2c46c86803a7e848)) * chore(deps): bump httpx from 0.21.3 to 0.22.0 (#79) @@ -3066,7 +3102,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9e2101d`](https://github.com/supabase-community/gotrue-py/commit/9e2101dfd657f30a0b6665943dfbd51b51299deb)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9e2101d`](https://github.com/supabase-community/auth-py/commit/9e2101dfd657f30a0b6665943dfbd51b51299deb)) * chore(deps-dev): bump python-semantic-release from 7.23.0 to 7.24.0 (#78) @@ -3084,7 +3120,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`84c6071`](https://github.com/supabase-community/gotrue-py/commit/84c60712cae9fe2277530ef525960d795d52f7be)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`84c6071`](https://github.com/supabase-community/auth-py/commit/84c60712cae9fe2277530ef525960d795d52f7be)) ### Fix @@ -3096,13 +3132,13 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore: upgrade pre-commit config -* chore: upgrade github action for ci ([`c9f2bde`](https://github.com/supabase-community/gotrue-py/commit/c9f2bde349f3f4e415366966ce0a39a1ac2084f2)) +* chore: upgrade github action for ci ([`c9f2bde`](https://github.com/supabase-community/auth-py/commit/c9f2bde349f3f4e415366966ce0a39a1ac2084f2)) ### 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`](https://github.com/supabase-community/gotrue-py/commit/657f07b8dc6a7a49ef0badf11e6e97d143a3250a)) +chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 ([`657f07b`](https://github.com/supabase-community/auth-py/commit/657f07b8dc6a7a49ef0badf11e6e97d143a3250a)) ## v0.5.0 (2022-01-20) @@ -3111,9 +3147,9 @@ chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 ([`657f07b`](https://github.com * chore(release): bump version to v0.5.0 -Automatically generated by python-semantic-release ([`888ba1b`](https://github.com/supabase-community/gotrue-py/commit/888ba1b9bcb8c4c89c3910408213053afac8e553)) +Automatically generated by python-semantic-release ([`888ba1b`](https://github.com/supabase-community/auth-py/commit/888ba1b9bcb8c4c89c3910408213053afac8e553)) -* chore: set upload_to_repository to true ([`6316827`](https://github.com/supabase-community/gotrue-py/commit/63168276afd5e7786c8c55baadceef6ad60ab14f)) +* chore: set upload_to_repository to true ([`6316827`](https://github.com/supabase-community/auth-py/commit/63168276afd5e7786c8c55baadceef6ad60ab14f)) * chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73) @@ -3130,7 +3166,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c6d4d09`](https://github.com/supabase-community/gotrue-py/commit/c6d4d09deac00bf0c58b3a4f7da6a7303c423790)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c6d4d09`](https://github.com/supabase-community/auth-py/commit/c6d4d09deac00bf0c58b3a4f7da6a7303c423790)) * chore(deps-dev): bump pre-commit from 2.16.0 to 2.17.0 (#74) @@ -3148,7 +3184,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`150ae9d`](https://github.com/supabase-community/gotrue-py/commit/150ae9d71c9d034d0f86d43683203e1702266f57)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`150ae9d`](https://github.com/supabase-community/auth-py/commit/150ae9d71c9d034d0f86d43683203e1702266f57)) * chore(deps-dev): bump pytest-asyncio from 0.17.0 to 0.17.1 (#72) @@ -3165,11 +3201,11 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bc6f391`](https://github.com/supabase-community/gotrue-py/commit/bc6f391f07ba22467503cf25be3db48bebd58c14)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bc6f391`](https://github.com/supabase-community/auth-py/commit/bc6f391f07ba22467503cf25be3db48bebd58c14)) ### Documentation -* docs: add maintainers file ([`2f5f005`](https://github.com/supabase-community/gotrue-py/commit/2f5f005235e90127cb7effde7396bb55088b815f)) +* docs: add maintainers file ([`2f5f005`](https://github.com/supabase-community/auth-py/commit/2f5f005235e90127cb7effde7396bb55088b815f)) ### Feature @@ -3187,7 +3223,7 @@ Co-authored-by: Sourcery AI <> * chore: format code -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`57ec6d8`](https://github.com/supabase-community/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`57ec6d8`](https://github.com/supabase-community/auth-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) ## v0.4.0 (2022-01-17) @@ -3196,7 +3232,7 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git * chore(release): bump version to v0.4.0 -Automatically generated by python-semantic-release ([`d2e138c`](https://github.com/supabase-community/gotrue-py/commit/d2e138c8143cceab47dc6cd67089a53c0f259be9)) +Automatically generated by python-semantic-release ([`d2e138c`](https://github.com/supabase-community/auth-py/commit/d2e138c8143cceab47dc6cd67089a53c0f259be9)) ### Feature @@ -3208,7 +3244,7 @@ Automatically generated by python-semantic-release ([`d2e138c`](https://github.c Co-authored-by: Sourcery AI <> -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/auth-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) ## v0.3.5 (2022-01-15) @@ -3217,7 +3253,7 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git * chore(release): bump version to v0.3.5 -Automatically generated by python-semantic-release ([`5034285`](https://github.com/supabase-community/gotrue-py/commit/50342856e4823136890b98d38d306cd8a83708c2)) +Automatically generated by python-semantic-release ([`5034285`](https://github.com/supabase-community/auth-py/commit/50342856e4823136890b98d38d306cd8a83708c2)) * chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67) @@ -3234,7 +3270,7 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e1acdf3`](https://github.com/supabase-community/gotrue-py/commit/e1acdf3036883bf7cabcb6cac9e7b9f5ac99a651)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e1acdf3`](https://github.com/supabase-community/auth-py/commit/e1acdf3036883bf7cabcb6cac9e7b9f5ac99a651)) ### Fix @@ -3248,7 +3284,7 @@ Co-authored-by: Sourcery AI <> * chore: format code -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`23c167e`](https://github.com/supabase-community/gotrue-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`23c167e`](https://github.com/supabase-community/auth-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) ## v0.3.4 (2022-01-13) @@ -3257,21 +3293,21 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git * chore(release): bump version to v0.3.4 -Automatically generated by python-semantic-release ([`4b5ce2f`](https://github.com/supabase-community/gotrue-py/commit/4b5ce2f583ca84a972445a7cd08ffd44bbbb03c9)) +Automatically generated by python-semantic-release ([`4b5ce2f`](https://github.com/supabase-community/auth-py/commit/4b5ce2f583ca84a972445a7cd08ffd44bbbb03c9)) -* chore: fix http warning use ([`19005e2`](https://github.com/supabase-community/gotrue-py/commit/19005e2b9715075a9fb9bb0a75b7b786b9710aac)) +* chore: fix http warning use ([`19005e2`](https://github.com/supabase-community/auth-py/commit/19005e2b9715075a9fb9bb0a75b7b786b9710aac)) * chore: fix http warning use (#61) -because the intention is good but instead receives an annoying print. ([`ae20a8e`](https://github.com/supabase-community/gotrue-py/commit/ae20a8ea7bd0979cd48e06b426a2c8534efea93c)) +because the intention is good but instead receives an annoying print. ([`ae20a8e`](https://github.com/supabase-community/auth-py/commit/ae20a8ea7bd0979cd48e06b426a2c8534efea93c)) -* chore: fix config ([`2f94bfd`](https://github.com/supabase-community/gotrue-py/commit/2f94bfdbc2cf20ef50ec777bbda03face1da3e85)) +* chore: fix config ([`2f94bfd`](https://github.com/supabase-community/auth-py/commit/2f94bfdbc2cf20ef50ec777bbda03face1da3e85)) ### Fix * fix: string formatting in `delete_user` (#64) -* fix: string formatting (vs. javascript style) ([`d783015`](https://github.com/supabase-community/gotrue-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516)) +* fix: string formatting (vs. javascript style) ([`d783015`](https://github.com/supabase-community/auth-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516)) ## v0.3.3 (2022-01-08) @@ -3280,9 +3316,9 @@ because the intention is good but instead receives an annoying print. ([`ae20a8e * chore(release): bump version to v0.3.3 -Automatically generated by python-semantic-release ([`d355393`](https://github.com/supabase-community/gotrue-py/commit/d355393bacc339678543b2637dcc9295c41bc8b7)) +Automatically generated by python-semantic-release ([`d355393`](https://github.com/supabase-community/auth-py/commit/d355393bacc339678543b2637dcc9295c41bc8b7)) -* chore(deps): upgrade dependencies ([`029bcd4`](https://github.com/supabase-community/gotrue-py/commit/029bcd49c7d986ee2454e8517474f212f996d9c5)) +* chore(deps): upgrade dependencies ([`029bcd4`](https://github.com/supabase-community/auth-py/commit/029bcd49c7d986ee2454e8517474f212f996d9c5)) * chore(deps): bump httpx from 0.21.2 to 0.21.3 (#60) @@ -3300,13 +3336,13 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`328f2bb`](https://github.com/supabase-community/gotrue-py/commit/328f2bb52c4cff4d5f0ced91861e574eec3242ad)) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`328f2bb`](https://github.com/supabase-community/auth-py/commit/328f2bb52c4cff4d5f0ced91861e574eec3242ad)) * chore: remove skip of tests (#59) * chore: remove skip of tests in async version -* chore: remove skip of tests in sync version ([`70b1286`](https://github.com/supabase-community/gotrue-py/commit/70b128680588c8bb96ec0d0e1a2a66820a590222)) +* chore: remove skip of tests in sync version ([`70b1286`](https://github.com/supabase-community/auth-py/commit/70b128680588c8bb96ec0d0e1a2a66820a590222)) * chore(deps): bump httpx from 0.21.1 to 0.21.2 @@ -3322,7 +3358,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`52c9a4a`](https://github.com/supabase-community/gotrue-py/commit/52c9a4ae593fe80471a37e0e3a328345816fac53)) +Signed-off-by: dependabot[bot] <support@github.com> ([`52c9a4a`](https://github.com/supabase-community/auth-py/commit/52c9a4ae593fe80471a37e0e3a328345816fac53)) * chore(deps-dev): bump faker from 11.1.0 to 11.3.0 @@ -3338,43 +3374,43 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`67a52e8`](https://github.com/supabase-community/gotrue-py/commit/67a52e8ad178695367bda26d01fc7c469803487e)) +Signed-off-by: dependabot[bot] <support@github.com> ([`67a52e8`](https://github.com/supabase-community/auth-py/commit/67a52e8ad178695367bda26d01fc7c469803487e)) -* chore: filter deploy section by repo owner ([`c28e6c7`](https://github.com/supabase-community/gotrue-py/commit/c28e6c76152fc81882b514b108e629c1aea3504f)) +* chore: filter deploy section by repo owner ([`c28e6c7`](https://github.com/supabase-community/auth-py/commit/c28e6c76152fc81882b514b108e629c1aea3504f)) -* chore: add ignore md rules to dev container and fix changelog ([`2638c1b`](https://github.com/supabase-community/gotrue-py/commit/2638c1b5bc1da97826812546b4e7902111b46fa9)) +* chore: add ignore md rules to dev container and fix changelog ([`2638c1b`](https://github.com/supabase-community/auth-py/commit/2638c1b5bc1da97826812546b4e7902111b46fa9)) -* chore: update poetry version in ci github action ([`a1e765d`](https://github.com/supabase-community/gotrue-py/commit/a1e765d87331638ac038c76f6a4f3f8d538571f4)) +* chore: update poetry version in ci github action ([`a1e765d`](https://github.com/supabase-community/auth-py/commit/a1e765d87331638ac038c76f6a4f3f8d538571f4)) -* chore: fix rule in makefile ([`455d0ce`](https://github.com/supabase-community/gotrue-py/commit/455d0cefe2163f24f3246a8673a03ab10730bc19)) +* chore: fix rule in makefile ([`455d0ce`](https://github.com/supabase-community/auth-py/commit/455d0cefe2163f24f3246a8673a03ab10730bc19)) -* chore: add python versions badge to readme ([`cb407bd`](https://github.com/supabase-community/gotrue-py/commit/cb407bd4e00c8e1c3fdfab7773a61ee797bae60f)) +* chore: add python versions badge to readme ([`cb407bd`](https://github.com/supabase-community/auth-py/commit/cb407bd4e00c8e1c3fdfab7773a61ee797bae60f)) ### 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`](https://github.com/supabase-community/gotrue-py/commit/2ffcd22050a977c8b852445cd12f493a03695fd5)) +chore(deps-dev): bump faker from 11.1.0 to 11.3.0 ([`2ffcd22`](https://github.com/supabase-community/auth-py/commit/2ffcd22050a977c8b852445cd12f493a03695fd5)) * 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`](https://github.com/supabase-community/gotrue-py/commit/79cc98453e2cebdffab7ebcdf86e6b59a98c32fd)) +chore(deps): bump httpx from 0.21.1 to 0.21.2 ([`79cc984`](https://github.com/supabase-community/auth-py/commit/79cc98453e2cebdffab7ebcdf86e6b59a98c32fd)) * Merge pull request #56 from leynier/main -chore: filter deploy section by repo owner ([`b07bd7b`](https://github.com/supabase-community/gotrue-py/commit/b07bd7ba73be931569e176daef073b53edfc356f)) +chore: filter deploy section by repo owner ([`b07bd7b`](https://github.com/supabase-community/auth-py/commit/b07bd7ba73be931569e176daef073b53edfc356f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/b74576d7e20d9a5dffaac66572243aa02120f4da)) +chore: add ignore md rules to dev container and fix changelog ([`b74576d`](https://github.com/supabase-community/auth-py/commit/b74576d7e20d9a5dffaac66572243aa02120f4da)) * Merge pull request #53 from supabase-community/chore/add-python-versions-badge-to-readme -chore: add python versions badge to readme ([`ad2e2ea`](https://github.com/supabase-community/gotrue-py/commit/ad2e2ea0a7b3b6b27ef99dcf6c157e90fd750244)) +chore: add python versions badge to readme ([`ad2e2ea`](https://github.com/supabase-community/auth-py/commit/ad2e2ea0a7b3b6b27ef99dcf6c157e90fd750244)) * Merge pull request #54 from supabase-community/chore/fix-rule-in-makefile -chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/gotrue-py/commit/56fd621474f2c25f96924b9f4e666864e32fd28f)) +chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/auth-py/commit/56fd621474f2c25f96924b9f4e666864e32fd28f)) ## v0.3.2 (2022-01-04) @@ -3383,7 +3419,7 @@ chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/g * chore(release): bump version to v0.3.2 -Automatically generated by python-semantic-release ([`4183894`](https://github.com/supabase-community/gotrue-py/commit/41838949e87bd52c9c6a6522f477c93bfa0c21ca)) +Automatically generated by python-semantic-release ([`4183894`](https://github.com/supabase-community/auth-py/commit/41838949e87bd52c9c6a6522f477c93bfa0c21ca)) * chore(deps): bump pydantic from 1.8.2 to 1.9.0 @@ -3399,39 +3435,39 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`92b3b94`](https://github.com/supabase-community/gotrue-py/commit/92b3b944fde4507877c1e2dada5eb77a1b8209cc)) +Signed-off-by: dependabot[bot] <support@github.com> ([`92b3b94`](https://github.com/supabase-community/auth-py/commit/92b3b944fde4507877c1e2dada5eb77a1b8209cc)) ### Fix -* fix: deploy action ([`467fa3f`](https://github.com/supabase-community/gotrue-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d)) +* fix: deploy action ([`467fa3f`](https://github.com/supabase-community/auth-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d)) ### Unknown * Merge pull request #52 from leynier/fix/deploy-action -fix: deploy action ([`4c05816`](https://github.com/supabase-community/gotrue-py/commit/4c058169fa6c43721dd03afa0dca65dcdac2f94c)) +fix: deploy action ([`4c05816`](https://github.com/supabase-community/auth-py/commit/4c058169fa6c43721dd03afa0dca65dcdac2f94c)) * 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`](https://github.com/supabase-community/gotrue-py/commit/293065cf895bc5b458431769faba5ed870c251a8)) +chore(deps): bump pydantic from 1.8.2 to 1.9.0 ([`293065c`](https://github.com/supabase-community/auth-py/commit/293065cf895bc5b458431769faba5ed870c251a8)) ## v0.3.1 (2022-01-03) ### Chore -* chore: bumping version to v0.3.1 ([`9498105`](https://github.com/supabase-community/gotrue-py/commit/9498105ed63903a5a04c427cf345d15235fef1e3)) +* chore: bumping version to v0.3.1 ([`9498105`](https://github.com/supabase-community/auth-py/commit/9498105ed63903a5a04c427cf345d15235fef1e3)) ### Unknown * Merge pull request #49 from supabase-community/inherit-from-exception -Inherit from Exception ([`f415aa0`](https://github.com/supabase-community/gotrue-py/commit/f415aa0a7a2cdb4a54cd2c61e5aa2db6221aa05e)) +Inherit from Exception ([`f415aa0`](https://github.com/supabase-community/auth-py/commit/f415aa0a7a2cdb4a54cd2c61e5aa2db6221aa05e)) * Inherit from Exception Inherit from Exception instead of from BaseException. -More info: [https://docs.python.org/3/tutorial/errors.html#tut-userexceptions](https://docs.python.org/3/tutorial/errors.html#tut-userexceptions) ([`3347136`](https://github.com/supabase-community/gotrue-py/commit/33471366b95b32303314c6b4d3938cd768a28fc4)) +More info: [https://docs.python.org/3/tutorial/errors.html#tut-userexceptions](https://docs.python.org/3/tutorial/errors.html#tut-userexceptions) ([`3347136`](https://github.com/supabase-community/auth-py/commit/33471366b95b32303314c6b4d3938cd768a28fc4)) ## v0.3.0 (2021-12-29) @@ -3452,7 +3488,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`2802b80`](https://github.com/supabase-community/gotrue-py/commit/2802b80d0e6169117f169cb26df88dd532954205)) +Signed-off-by: dependabot[bot] <support@github.com> ([`2802b80`](https://github.com/supabase-community/auth-py/commit/2802b80d0e6169117f169cb26df88dd532954205)) * chore(deps-dev): bump faker from 10.0.0 to 11.0.0 @@ -3468,7 +3504,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`fe56fa2`](https://github.com/supabase-community/gotrue-py/commit/fe56fa2d4427746797cfba01982193adea67f164)) +Signed-off-by: dependabot[bot] <support@github.com> ([`fe56fa2`](https://github.com/supabase-community/auth-py/commit/fe56fa2d4427746797cfba01982193adea67f164)) * chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3 @@ -3484,7 +3520,7 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`1f7ecb8`](https://github.com/supabase-community/gotrue-py/commit/1f7ecb8a44f77b14552e678fc244c78f38b41b73)) +Signed-off-by: dependabot[bot] <support@github.com> ([`1f7ecb8`](https://github.com/supabase-community/auth-py/commit/1f7ecb8a44f77b14552e678fc244c78f38b41b73)) * chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2 @@ -3500,9 +3536,9 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`57c73f3`](https://github.com/supabase-community/gotrue-py/commit/57c73f338e5135f38f09d88d6e60442848a59bbb)) +Signed-off-by: dependabot[bot] <support@github.com> ([`57c73f3`](https://github.com/supabase-community/auth-py/commit/57c73f338e5135f38f09d88d6e60442848a59bbb)) -* chore(deps): update poetry.lock ([`882388f`](https://github.com/supabase-community/gotrue-py/commit/882388f0b162cd4dae714623c3c5dde5a4ab8b72)) +* chore(deps): update poetry.lock ([`882388f`](https://github.com/supabase-community/auth-py/commit/882388f0b162cd4dae714623c3c5dde5a4ab8b72)) * chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2 @@ -3518,13 +3554,13 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`4210dba`](https://github.com/supabase-community/gotrue-py/commit/4210dba0050667cd2d7d2dac52c8a1430d08d3a5)) +Signed-off-by: dependabot[bot] <support@github.com> ([`4210dba`](https://github.com/supabase-community/auth-py/commit/4210dba0050667cd2d7d2dac52c8a1430d08d3a5)) -* chore: add noqa comment ([`360cc0d`](https://github.com/supabase-community/gotrue-py/commit/360cc0da2ad3a552964a61578f05ec77f87021ad)) +* chore: add noqa comment ([`360cc0d`](https://github.com/supabase-community/auth-py/commit/360cc0da2ad3a552964a61578f05ec77f87021ad)) -* chore: add --remove-orphans to clean_infra and increase sleep time ([`ad504ae`](https://github.com/supabase-community/gotrue-py/commit/ad504ae1a2a5037d5f0d33a9fab2a67ace56c320)) +* chore: add --remove-orphans to clean_infra and increase sleep time ([`ad504ae`](https://github.com/supabase-community/auth-py/commit/ad504ae1a2a5037d5f0d33a9fab2a67ace56c320)) -* chore(deps): update poetry.lock ([`3130b5a`](https://github.com/supabase-community/gotrue-py/commit/3130b5afd13ad2655b90655aa3be5f5e5c381db7)) +* chore(deps): update poetry.lock ([`3130b5a`](https://github.com/supabase-community/auth-py/commit/3130b5afd13ad2655b90655aa3be5f5e5c381db7)) * chore(deps-dev): bump faker from 9.9.0 to 10.0.0 @@ -3540,7 +3576,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`475e9f6`](https://github.com/supabase-community/gotrue-py/commit/475e9f6eba17b3a67d1ca1c4cf566832658ce480)) +Signed-off-by: dependabot[bot] <support@github.com> ([`475e9f6`](https://github.com/supabase-community/auth-py/commit/475e9f6eba17b3a67d1ca1c4cf566832658ce480)) * chore(deps-dev): bump faker from 9.8.2 to 10.0.0 @@ -3556,7 +3592,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`d012ae8`](https://github.com/supabase-community/gotrue-py/commit/d012ae88341accfa9b79666d3b9e1a68cdf594f4)) +Signed-off-by: dependabot[bot] <support@github.com> ([`d012ae8`](https://github.com/supabase-community/auth-py/commit/d012ae88341accfa9b79666d3b9e1a68cdf594f4)) * chore(deps-dev): bump black from 21.11b1 to 21.12b0 @@ -3571,9 +3607,9 @@ updated-dependencies: dependency-type: direct:development ... -Signed-off-by: dependabot[bot] <support@github.com> ([`bbc76f5`](https://github.com/supabase-community/gotrue-py/commit/bbc76f50ceb54a105f32c14c25d57e2d9caf0727)) +Signed-off-by: dependabot[bot] <support@github.com> ([`bbc76f5`](https://github.com/supabase-community/auth-py/commit/bbc76f50ceb54a105f32c14c25d57e2d9caf0727)) -* chore: update dependencies ([`59635a9`](https://github.com/supabase-community/gotrue-py/commit/59635a9c1e66109fa1ac1d54812d6e88f2b845b2)) +* chore: update dependencies ([`59635a9`](https://github.com/supabase-community/auth-py/commit/59635a9c1e66109fa1ac1d54812d6e88f2b845b2)) * chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1 @@ -3589,9 +3625,9 @@ updated-dependencies: update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`5d64552`](https://github.com/supabase-community/gotrue-py/commit/5d6455266eced8dbb31ae868450ed98e71c072a1)) +Signed-off-by: dependabot[bot] <support@github.com> ([`5d64552`](https://github.com/supabase-community/auth-py/commit/5d6455266eced8dbb31ae868450ed98e71c072a1)) -* chore: fix ci action with ignore chore commits ([`baa0acf`](https://github.com/supabase-community/gotrue-py/commit/baa0acfa1f93896e5d36694ba8abb595b20f88c2)) +* chore: fix ci action with ignore chore commits ([`baa0acf`](https://github.com/supabase-community/auth-py/commit/baa0acfa1f93896e5d36694ba8abb595b20f88c2)) * chore(deps-dev): bump faker from 9.8.2 to 9.9.0 @@ -3607,7 +3643,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`a905349`](https://github.com/supabase-community/gotrue-py/commit/a9053499ff1616b05cd3cf40b843a3b774ae9719)) +Signed-off-by: dependabot[bot] <support@github.com> ([`a905349`](https://github.com/supabase-community/auth-py/commit/a9053499ff1616b05cd3cf40b843a3b774ae9719)) * chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 @@ -3623,7 +3659,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`fc369d6`](https://github.com/supabase-community/gotrue-py/commit/fc369d6001ed570fafbef4e8275a3e2c43f552ef)) +Signed-off-by: dependabot[bot] <support@github.com> ([`fc369d6`](https://github.com/supabase-community/auth-py/commit/fc369d6001ed570fafbef4e8275a3e2c43f552ef)) * chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 @@ -3639,19 +3675,19 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`7b8f8f7`](https://github.com/supabase-community/gotrue-py/commit/7b8f8f77ca5b9e39e7fe2cc9f72f7c49596f2954)) +Signed-off-by: dependabot[bot] <support@github.com> ([`7b8f8f7`](https://github.com/supabase-community/auth-py/commit/7b8f8f77ca5b9e39e7fe2cc9f72f7c49596f2954)) -* chore: add make rules for generate html report and clean infra ([`e4a1405`](https://github.com/supabase-community/gotrue-py/commit/e4a1405bbc101ecdb5c9d3f5cbe1b38f82b8fadd)) +* chore: add make rules for generate html report and clean infra ([`e4a1405`](https://github.com/supabase-community/auth-py/commit/e4a1405bbc101ecdb5c9d3f5cbe1b38f82b8fadd)) -* chore: remove html report for try fix the gh action ([`f717a9f`](https://github.com/supabase-community/gotrue-py/commit/f717a9f45bcf5f7a1310d028f35cb528e7ce3404)) +* chore: remove html report for try fix the gh action ([`f717a9f`](https://github.com/supabase-community/auth-py/commit/f717a9f45bcf5f7a1310d028f35cb528e7ce3404)) -* chore: add html report to make rul ([`26783b5`](https://github.com/supabase-community/gotrue-py/commit/26783b583b28be8c35eb0d865242a60bd0567973)) +* chore: add html report to make rul ([`26783b5`](https://github.com/supabase-community/auth-py/commit/26783b583b28be8c35eb0d865242a60bd0567973)) -* chore: add pragma no cover comments ([`1256518`](https://github.com/supabase-community/gotrue-py/commit/1256518d534a0d84785a7fd60174fe25795dffd0)) +* chore: add pragma no cover comments ([`1256518`](https://github.com/supabase-community/auth-py/commit/1256518d534a0d84785a7fd60174fe25795dffd0)) -* chore: add test ci and codecov badges ([`38597b3`](https://github.com/supabase-community/gotrue-py/commit/38597b37be5a16027186e719583d6477fd505367)) +* chore: add test ci and codecov badges ([`38597b3`](https://github.com/supabase-community/auth-py/commit/38597b37be5a16027186e719583d6477fd505367)) -* chore: add badges to README.md ([`a74a0bf`](https://github.com/supabase-community/gotrue-py/commit/a74a0bfdf93b8efe3fd3a71e179e3a37181c54c6)) +* chore: add badges to README.md ([`a74a0bf`](https://github.com/supabase-community/auth-py/commit/a74a0bfdf93b8efe3fd3a71e179e3a37181c54c6)) * chore(deps): bump httpx from 0.20.0 to 0.21.1 @@ -3667,7 +3703,7 @@ updated-dependencies: update-type: version-update:semver-minor ... -Signed-off-by: dependabot[bot] <support@github.com> ([`3145377`](https://github.com/supabase-community/gotrue-py/commit/3145377da08dc4d595d4e01995fec16717f04661)) +Signed-off-by: dependabot[bot] <support@github.com> ([`3145377`](https://github.com/supabase-community/auth-py/commit/3145377da08dc4d595d4e01995fec16717f04661)) * chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 @@ -3682,7 +3718,7 @@ updated-dependencies: update-type: version-update:semver-major ... -Signed-off-by: dependabot[bot] <support@github.com> ([`acde964`](https://github.com/supabase-community/gotrue-py/commit/acde9649bdb2fd5f198c30f039c38851c5f66abe)) +Signed-off-by: dependabot[bot] <support@github.com> ([`acde964`](https://github.com/supabase-community/auth-py/commit/acde9649bdb2fd5f198c30f039c38851c5f66abe)) * chore(deps-dev): bump black from 21.10b0 to 21.11b1 @@ -3697,143 +3733,143 @@ updated-dependencies: dependency-type: direct:development ... -Signed-off-by: dependabot[bot] <support@github.com> ([`415f7d9`](https://github.com/supabase-community/gotrue-py/commit/415f7d93559111097ee6e8ddccd137423239f0b1)) +Signed-off-by: dependabot[bot] <support@github.com> ([`415f7d9`](https://github.com/supabase-community/auth-py/commit/415f7d93559111097ee6e8ddccd137423239f0b1)) -* chore: remove unused noqa comment ([`fdc6318`](https://github.com/supabase-community/gotrue-py/commit/fdc6318c90bbd1b9696e8e521e8a60f2741862f2)) +* chore: remove unused noqa comment ([`fdc6318`](https://github.com/supabase-community/auth-py/commit/fdc6318c90bbd1b9696e8e521e8a60f2741862f2)) -* chore: update dependencies ([`83e8f5e`](https://github.com/supabase-community/gotrue-py/commit/83e8f5e79d8465015b0796955e37b32dcd62552d)) +* chore: update dependencies ([`83e8f5e`](https://github.com/supabase-community/auth-py/commit/83e8f5e79d8465015b0796955e37b32dcd62552d)) -* chore: remove Python 3.10 for unknow error ([`a261996`](https://github.com/supabase-community/gotrue-py/commit/a261996b9bfedb66f4bfc64f7ab5ad69ab13e6ce)) +* chore: remove Python 3.10 for unknow error ([`a261996`](https://github.com/supabase-community/auth-py/commit/a261996b9bfedb66f4bfc64f7ab5ad69ab13e6ce)) -* chore: add Python 3.10 to GitHub Action ([`d782994`](https://github.com/supabase-community/gotrue-py/commit/d7829948628eff686d0836ffba7047abab1cf3a0)) +* chore: add Python 3.10 to GitHub Action ([`d782994`](https://github.com/supabase-community/auth-py/commit/d7829948628eff686d0836ffba7047abab1cf3a0)) -* chore: remove noqa comments ([`8d2c74e`](https://github.com/supabase-community/gotrue-py/commit/8d2c74e5592f6f64dccd40116661ccfc97c88f0e)) +* chore: remove noqa comments ([`8d2c74e`](https://github.com/supabase-community/auth-py/commit/8d2c74e5592f6f64dccd40116661ccfc97c88f0e)) -* chore: revert to use single _ in "private" methods ([`45dbc4f`](https://github.com/supabase-community/gotrue-py/commit/45dbc4fde3c44993080400eb9217da1fa186b230)) +* chore: revert to use single _ in "private" methods ([`45dbc4f`](https://github.com/supabase-community/auth-py/commit/45dbc4fde3c44993080400eb9217da1fa186b230)) -* chore: changes by run pre-commit ([`f5b0b01`](https://github.com/supabase-community/gotrue-py/commit/f5b0b010cc8c338167956ece326745d54c057aa5)) +* chore: changes by run pre-commit ([`f5b0b01`](https://github.com/supabase-community/auth-py/commit/f5b0b010cc8c338167956ece326745d54c057aa5)) -* chore: split some make rules ([`843008b`](https://github.com/supabase-community/gotrue-py/commit/843008b9382adf2b595c8c6e24c1afc060417ef3)) +* chore: split some make rules ([`843008b`](https://github.com/supabase-community/auth-py/commit/843008b9382adf2b595c8c6e24c1afc060417ef3)) -* chore: add logs ([`068fe0d`](https://github.com/supabase-community/gotrue-py/commit/068fe0d4c65309b2be9fa1ed63864b79df6a3e84)) +* chore: add logs ([`068fe0d`](https://github.com/supabase-community/auth-py/commit/068fe0d4c65309b2be9fa1ed63864b79df6a3e84)) -* chore: run ci in all branches ([`b3cba71`](https://github.com/supabase-community/gotrue-py/commit/b3cba7129d2c4bcb0120b79a7dab0f5f1caf26b2)) +* chore: run ci in all branches ([`b3cba71`](https://github.com/supabase-community/auth-py/commit/b3cba7129d2c4bcb0120b79a7dab0f5f1caf26b2)) -* chore: regenerate sync client ([`72b85b5`](https://github.com/supabase-community/gotrue-py/commit/72b85b59ccfe79f9cd56a730866931cee4379bbe)) +* chore: regenerate sync client ([`72b85b5`](https://github.com/supabase-community/auth-py/commit/72b85b59ccfe79f9cd56a730866931cee4379bbe)) -* chore: separate tests rule in multiples rules ([`5815566`](https://github.com/supabase-community/gotrue-py/commit/5815566afe4cf56350e586ffde2dc7525b20098d)) +* chore: separate tests rule in multiples rules ([`5815566`](https://github.com/supabase-community/auth-py/commit/5815566afe4cf56350e586ffde2dc7525b20098d)) -* chore: add dependencies for code coverage and fix tests command ([`3ab70a5`](https://github.com/supabase-community/gotrue-py/commit/3ab70a5aded79520dd0ec3931f39764d7c24b5b4)) +* chore: add dependencies for code coverage and fix tests command ([`3ab70a5`](https://github.com/supabase-community/auth-py/commit/3ab70a5aded79520dd0ec3931f39764d7c24b5b4)) -* chore: format code by pre-commit ([`2fbcb70`](https://github.com/supabase-community/gotrue-py/commit/2fbcb705f7be07e2d03471c004a2b3ed043f9b5a)) +* chore: format code by pre-commit ([`2fbcb70`](https://github.com/supabase-community/auth-py/commit/2fbcb705f7be07e2d03471c004a2b3ed043f9b5a)) -* chore: regenerate sync client ([`8ddd940`](https://github.com/supabase-community/gotrue-py/commit/8ddd940343e72ce3c9fd9eafa57ee160249ed50f)) +* chore: regenerate sync client ([`8ddd940`](https://github.com/supabase-community/auth-py/commit/8ddd940343e72ce3c9fd9eafa57ee160249ed50f)) -* chore: format code of sync client ([`bfc5fab`](https://github.com/supabase-community/gotrue-py/commit/bfc5fabdd94e1826774f90a2fd4322848a9f719d)) +* chore: format code of sync client ([`bfc5fab`](https://github.com/supabase-community/auth-py/commit/bfc5fabdd94e1826774f90a2fd4322848a9f719d)) -* chore: add doc to on_auth_state_change ([`267c62c`](https://github.com/supabase-community/gotrue-py/commit/267c62ca3376c73be4202db368539b55c5096b51)) +* chore: add doc to on_auth_state_change ([`267c62c`](https://github.com/supabase-community/auth-py/commit/267c62ca3376c73be4202db368539b55c5096b51)) -* chore: fix name of ci test job ([`2ac3930`](https://github.com/supabase-community/gotrue-py/commit/2ac3930946f8ff28fa2a1f68e6a36c95c52faf27)) +* chore: fix name of ci test job ([`2ac3930`](https://github.com/supabase-community/auth-py/commit/2ac3930946f8ff28fa2a1f68e6a36c95c52faf27)) -* chore: change order of strategy parameter ([`ae0ba3f`](https://github.com/supabase-community/gotrue-py/commit/ae0ba3f2dc2363197404ba169ea0f74552eec240)) +* chore: change order of strategy parameter ([`ae0ba3f`](https://github.com/supabase-community/auth-py/commit/ae0ba3f2dc2363197404ba169ea0f74552eec240)) -* chore: fix name of ci test job ([`112ce71`](https://github.com/supabase-community/gotrue-py/commit/112ce71e7180fec0f055e68b940290497b0d3e62)) +* chore: fix name of ci test job ([`112ce71`](https://github.com/supabase-community/auth-py/commit/112ce71e7180fec0f055e68b940290497b0d3e62)) -* chore: format conftest.py ([`3400431`](https://github.com/supabase-community/gotrue-py/commit/34004311d70913b2d53e8a22f05dcedba1c48518)) +* chore: format conftest.py ([`3400431`](https://github.com/supabase-community/auth-py/commit/34004311d70913b2d53e8a22f05dcedba1c48518)) -* chore: formatting code ([`f9ff600`](https://github.com/supabase-community/gotrue-py/commit/f9ff600f82f14ee43be0a15d7eec91ce5079db2a)) +* chore: formatting code ([`f9ff600`](https://github.com/supabase-community/auth-py/commit/f9ff600f82f14ee43be0a15d7eec91ce5079db2a)) -* chore: fix warnings of markdown files ([`8992382`](https://github.com/supabase-community/gotrue-py/commit/8992382916932a064c208b4affbe8ed7b5d53892)) +* chore: fix warnings of markdown files ([`8992382`](https://github.com/supabase-community/auth-py/commit/8992382916932a064c208b4affbe8ed7b5d53892)) * chore: add poetry files (pyproject.toml and poetry.lock) -Remove requirements.txt and setup.py ([`01aea7f`](https://github.com/supabase-community/gotrue-py/commit/01aea7f611690c007983d6f418d1ecf215f9b3e7)) +Remove requirements.txt and setup.py ([`01aea7f`](https://github.com/supabase-community/auth-py/commit/01aea7f611690c007983d6f418d1ecf215f9b3e7)) -* chore: merge .gitignore files ([`7ce2d11`](https://github.com/supabase-community/gotrue-py/commit/7ce2d1176d955949adc51d0337acabf3e12c4e1d)) +* chore: merge .gitignore files ([`7ce2d11`](https://github.com/supabase-community/auth-py/commit/7ce2d1176d955949adc51d0337acabf3e12c4e1d)) -* chore: fix title of license ([`d82dc5c`](https://github.com/supabase-community/gotrue-py/commit/d82dc5cd491e633108b816637718ba2f3ea8f51b)) +* chore: fix title of license ([`d82dc5c`](https://github.com/supabase-community/auth-py/commit/d82dc5cd491e633108b816637718ba2f3ea8f51b)) -* chore: add code of conduct and license ([`a3dcc00`](https://github.com/supabase-community/gotrue-py/commit/a3dcc0027b3c66328ac8c302638bb6a6c0e28e3c)) +* chore: add code of conduct and license ([`a3dcc00`](https://github.com/supabase-community/auth-py/commit/a3dcc0027b3c66328ac8c302638bb6a6c0e28e3c)) -* chore: update docker image & remove lib from imports ([`71ce191`](https://github.com/supabase-community/gotrue-py/commit/71ce1918f5ad0372557036a99d0b5ea40a85ea46)) +* chore: update docker image & remove lib from imports ([`71ce191`](https://github.com/supabase-community/auth-py/commit/71ce1918f5ad0372557036a99d0b5ea40a85ea46)) -* chore: update gitignore to allow lib ([`2b46d3a`](https://github.com/supabase-community/gotrue-py/commit/2b46d3af24330af131ac0c4fa3c035bf408512ba)) +* chore: update gitignore to allow lib ([`2b46d3a`](https://github.com/supabase-community/auth-py/commit/2b46d3af24330af131ac0c4fa3c035bf408512ba)) -* chore: unpeg requests ([`80486d1`](https://github.com/supabase-community/gotrue-py/commit/80486d14c6c1966c212a3656fa8f5173ab4a8c31)) +* chore: unpeg requests ([`80486d1`](https://github.com/supabase-community/auth-py/commit/80486d14c6c1966c212a3656fa8f5173ab4a8c31)) -* chore: update deps ([`c8c138b`](https://github.com/supabase-community/gotrue-py/commit/c8c138bb65748e61534a267e41f3041fe31212c2)) +* chore: update deps ([`c8c138b`](https://github.com/supabase-community/auth-py/commit/c8c138bb65748e61534a267e41f3041fe31212c2)) ### Documentation -* docs: update some info of readme ([`20235fe`](https://github.com/supabase-community/gotrue-py/commit/20235fe1fcb04f5496bfeafc22fd43749d143173)) +* docs: update some info of readme ([`20235fe`](https://github.com/supabase-community/auth-py/commit/20235fe1fcb04f5496bfeafc22fd43749d143173)) -* docs: add description to aud field of User model ([`283bd9f`](https://github.com/supabase-community/gotrue-py/commit/283bd9f687f3f50af315cb7b7a33551df944a918)) +* docs: add description to aud field of User model ([`283bd9f`](https://github.com/supabase-community/auth-py/commit/283bd9f687f3f50af315cb7b7a33551df944a918)) -* docs: add comment for email preferences over phone ([`e900c49`](https://github.com/supabase-community/gotrue-py/commit/e900c49587c2d96bcda43c05ca80de0b7d99eaf1)) +* docs: add comment for email preferences over phone ([`e900c49`](https://github.com/supabase-community/auth-py/commit/e900c49587c2d96bcda43c05ca80de0b7d99eaf1)) ### Feature -* feat: add job to github action for auto deploy ([`2f6bcf2`](https://github.com/supabase-community/gotrue-py/commit/2f6bcf2f85f7831319c0c86faf16027a02e50058)) +* feat: add job to github action for auto deploy ([`2f6bcf2`](https://github.com/supabase-community/auth-py/commit/2f6bcf2f85f7831319c0c86faf16027a02e50058)) -* feat: add pre-commit hook for conventional commit ([`3eebc95`](https://github.com/supabase-community/gotrue-py/commit/3eebc95e325efa4162750661e25cb750bffb17f3)) +* feat: add pre-commit hook for conventional commit ([`3eebc95`](https://github.com/supabase-community/auth-py/commit/3eebc95e325efa4162750661e25cb750bffb17f3)) -* feat: add devcontainer.json for use github codespaces ([`0e78b62`](https://github.com/supabase-community/gotrue-py/commit/0e78b627c6175a177f6676082287b6cf739b9261)) +* feat: add devcontainer.json for use github codespaces ([`0e78b62`](https://github.com/supabase-community/auth-py/commit/0e78b627c6175a177f6676082287b6cf739b9261)) -* feat: add X-Client-Info to default headers ([`ec2c893`](https://github.com/supabase-community/gotrue-py/commit/ec2c893e275877a9fce8c327b454821b21cef4d1)) +* feat: add X-Client-Info to default headers ([`ec2c893`](https://github.com/supabase-community/auth-py/commit/ec2c893e275877a9fce8c327b454821b21cef4d1)) * feat: allow providing custom api and http client implementation For follow dependency injection pattern -https://github.com/supabase/gotrue-js/pull/168 ([`c60718c`](https://github.com/supabase-community/gotrue-py/commit/c60718c0d413ea35a6c9c5076b2c0e843f068029)) +https://github.com/supabase/gotrue-js/pull/168 ([`c60718c`](https://github.com/supabase-community/auth-py/commit/c60718c0d413ea35a6c9c5076b2c0e843f068029)) * feat: add create_user and list_users -https://github.com/supabase/gotrue-js/pull/166 ([`72f05e2`](https://github.com/supabase-community/gotrue-py/commit/72f05e27248597590d96d5a423f3213e7dbc6341)) +https://github.com/supabase/gotrue-js/pull/166 ([`72f05e2`](https://github.com/supabase-community/auth-py/commit/72f05e27248597590d96d5a423f3213e7dbc6341)) -* feat: add datetime and uuid types ([`455794f`](https://github.com/supabase-community/gotrue-py/commit/455794fdca1a2c5cbad58dcc60e62043e96f6f2a)) +* feat: add datetime and uuid types ([`455794f`](https://github.com/supabase-community/auth-py/commit/455794fdca1a2c5cbad58dcc60e62043e96f6f2a)) -* feat: add pyupgrade pre-commit hook ([`eaeae46`](https://github.com/supabase-community/gotrue-py/commit/eaeae46a23842833118516028de26687af1a8324)) +* feat: add pyupgrade pre-commit hook ([`eaeae46`](https://github.com/supabase-community/auth-py/commit/eaeae46a23842833118516028de26687af1a8324)) -* feat: migrate types to pydantic models ([`a0e4008`](https://github.com/supabase-community/gotrue-py/commit/a0e40088e329388d4f45ad0e53e13f2c09963198)) +* feat: migrate types to pydantic models ([`a0e4008`](https://github.com/supabase-community/auth-py/commit/a0e40088e329388d4f45ad0e53e13f2c09963198)) -* feat: unify logic of __recover_session and __recover_and_refresh ([`b2eb4f2`](https://github.com/supabase-community/gotrue-py/commit/b2eb4f292ac62b9b37b9b037bdb33ead7b56bd69)) +* feat: unify logic of __recover_session and __recover_and_refresh ([`b2eb4f2`](https://github.com/supabase-community/auth-py/commit/b2eb4f292ac62b9b37b9b037bdb33ead7b56bd69)) -* feat: uuid4().hex instead of str(uuid4()) in _sync client ([`b91e556`](https://github.com/supabase-community/gotrue-py/commit/b91e5569dcf6edeeb8ea59f3ca69e31cf225dcf6)) +* feat: uuid4().hex instead of str(uuid4()) in _sync client ([`b91e556`](https://github.com/supabase-community/auth-py/commit/b91e5569dcf6edeeb8ea59f3ca69e31cf225dcf6)) * feat: uuid4().hex instead of str(uuid4()) -Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`08565ac`](https://github.com/supabase-community/gotrue-py/commit/08565ac1cf89b4c4395927fba9a8a5320f972899)) +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`08565ac`](https://github.com/supabase-community/auth-py/commit/08565ac1cf89b4c4395927fba9a8a5320f972899)) * feat: add --ignore-init-module-imports to .pre-commit-config.yaml -Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`9c7a18c`](https://github.com/supabase-community/gotrue-py/commit/9c7a18c7bf74093d70e56b4e988f427c17d4133d)) +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`9c7a18c`](https://github.com/supabase-community/auth-py/commit/9c7a18c7bf74093d70e56b4e988f427c17d4133d)) * feat: add end-of-file-fixer to .pre-commit-config.yaml -Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`3ef3707`](https://github.com/supabase-community/gotrue-py/commit/3ef3707023d710d1f02cc4d2c35e17fed475b919)) +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`3ef3707`](https://github.com/supabase-community/auth-py/commit/3ef3707023d710d1f02cc4d2c35e17fed475b919)) -* feat: use asdict of dataclasses for to_dicts ([`3333813`](https://github.com/supabase-community/gotrue-py/commit/3333813b6ed32d9d1129b4ab57ecc699be227386)) +* feat: use asdict of dataclasses for to_dicts ([`3333813`](https://github.com/supabase-community/auth-py/commit/3333813b6ed32d9d1129b4ab57ecc699be227386)) -* feat: use annotations from __future__ ([`b16356d`](https://github.com/supabase-community/gotrue-py/commit/b16356ddd974fc8cfef7b4ec49b2d85e1b278922)) +* feat: use annotations from __future__ ([`b16356d`](https://github.com/supabase-community/auth-py/commit/b16356ddd974fc8cfef7b4ec49b2d85e1b278922)) * feat: add identities to User -Reason: https://github.com/supabase/gotrue/commit/e3a52e64e3ae89e93984cdcbe822413f53a37484 ([`d042152`](https://github.com/supabase-community/gotrue-py/commit/d042152ce9731e6cd304a6c512880c3ea998d263)) +Reason: https://github.com/supabase/gotrue/commit/e3a52e64e3ae89e93984cdcbe822413f53a37484 ([`d042152`](https://github.com/supabase-community/auth-py/commit/d042152ce9731e6cd304a6c512880c3ea998d263)) -* feat: use reflection for parsing dataclasses ([`3d226f5`](https://github.com/supabase-community/gotrue-py/commit/3d226f50d5aefde62566921ef30e2a23a030cc74)) +* feat: use reflection for parsing dataclasses ([`3d226f5`](https://github.com/supabase-community/auth-py/commit/3d226f50d5aefde62566921ef30e2a23a030cc74)) -* feat: implement and use cli for unasync ([`f70fdd2`](https://github.com/supabase-community/gotrue-py/commit/f70fdd200c2b676069e262d18a4d3f1cb8b4d99a)) +* feat: implement and use cli for unasync ([`f70fdd2`](https://github.com/supabase-community/auth-py/commit/f70fdd200c2b676069e262d18a4d3f1cb8b4d99a)) -* feat: force the use of keyword parameters ([`4cb8330`](https://github.com/supabase-community/gotrue-py/commit/4cb83308cd3185df4708904ef04f7858227c3009)) +* feat: force the use of keyword parameters ([`4cb8330`](https://github.com/supabase-community/auth-py/commit/4cb83308cd3185df4708904ef04f7858227c3009)) -* feat: generate tests for sync client ([`46373e4`](https://github.com/supabase-community/gotrue-py/commit/46373e4233853bf2744c0c9e61d8dcc06cfea17d)) +* feat: generate tests for sync client ([`46373e4`](https://github.com/supabase-community/auth-py/commit/46373e4233853bf2744c0c9e61d8dcc06cfea17d)) -* feat: add Make rule for infra ([`6ac5334`](https://github.com/supabase-community/gotrue-py/commit/6ac533462173bde3776dd2fe481fae7b9268aa55)) +* feat: add Make rule for infra ([`6ac5334`](https://github.com/supabase-community/auth-py/commit/6ac533462173bde3776dd2fe481fae7b9268aa55)) -* feat: add pre-commit system for check Pythonic style ([`09f9b47`](https://github.com/supabase-community/gotrue-py/commit/09f9b47c07c0b77cc5b9a031715c708d119b2d73)) +* feat: add pre-commit system for check Pythonic style ([`09f9b47`](https://github.com/supabase-community/auth-py/commit/09f9b47c07c0b77cc5b9a031715c708d119b2d73)) -* feat: add context manager support ([`42619ea`](https://github.com/supabase-community/gotrue-py/commit/42619eadfb6705c863377082a3ea77064f42d773)) +* feat: add context manager support ([`42619ea`](https://github.com/supabase-community/auth-py/commit/42619eadfb6705c863377082a3ea77064f42d773)) * feat: implement sync/async support with httppx and unasync @@ -3841,73 +3877,73 @@ 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`](https://github.com/supabase-community/gotrue-py/commit/da10e875aaf34ecccc6066827e06e2b1c0e86370)) +synchronous form using "unasync" behind the scenes. ([`da10e87`](https://github.com/supabase-community/auth-py/commit/da10e875aaf34ecccc6066827e06e2b1c0e86370)) -* feat: add poetry to CI action and add dependabot config file ([`ee916c2`](https://github.com/supabase-community/gotrue-py/commit/ee916c2760c9be7e60e52b6a126deb372423bf1a)) +* feat: add poetry to CI action and add dependabot config file ([`ee916c2`](https://github.com/supabase-community/auth-py/commit/ee916c2760c9be7e60e52b6a126deb372423bf1a)) -* feat: synchronize implementation of GoTrueClient ([`0a669de`](https://github.com/supabase-community/gotrue-py/commit/0a669de64170fe7074bd7e65742308be2c3ff869)) +* feat: synchronize implementation of GoTrueClient ([`0a669de`](https://github.com/supabase-community/auth-py/commit/0a669de64170fe7074bd7e65742308be2c3ff869)) -* feat: add CookieOptions to constructor of GoTrueApi ([`4ef1b55`](https://github.com/supabase-community/gotrue-py/commit/4ef1b55608135f88ee0ebf784fb234b28c405aa7)) +* feat: add CookieOptions to constructor of GoTrueApi ([`4ef1b55`](https://github.com/supabase-community/auth-py/commit/4ef1b55608135f88ee0ebf784fb234b28c405aa7)) -* feat: implement SupportedStorage abstract storage and MemoryStorage storage ([`044efe8`](https://github.com/supabase-community/gotrue-py/commit/044efe828737eea26c1f1f62152e7676c9374063)) +* feat: implement SupportedStorage abstract storage and MemoryStorage storage ([`044efe8`](https://github.com/supabase-community/auth-py/commit/044efe828737eea26c1f1f62152e7676c9374063)) -* feat: implement Subscription type ([`8c64876`](https://github.com/supabase-community/gotrue-py/commit/8c64876d61e3fc3b5806085fa9ec1e0885210ace)) +* feat: implement Subscription type ([`8c64876`](https://github.com/supabase-community/auth-py/commit/8c64876d61e3fc3b5806085fa9ec1e0885210ace)) -* feat: implement AuthChangeEvent enum ([`a6dacaf`](https://github.com/supabase-community/gotrue-py/commit/a6dacaf4aca4c9f7b5ea801a0840ab7a3f6c118d)) +* feat: implement AuthChangeEvent enum ([`a6dacaf`](https://github.com/supabase-community/auth-py/commit/a6dacaf4aca4c9f7b5ea801a0840ab7a3f6c118d)) -* feat: implement CookieOptions type ([`930273f`](https://github.com/supabase-community/gotrue-py/commit/930273f28ec9e3b89954859c3ff299c406d17b67)) +* feat: implement CookieOptions type ([`930273f`](https://github.com/supabase-community/auth-py/commit/930273f28ec9e3b89954859c3ff299c406d17b67)) -* feat: add types to API class and align implementation with gotrue-js ([`1ed9754`](https://github.com/supabase-community/gotrue-py/commit/1ed9754d932c34e3fcffafd4b63474802f22ae43)) +* feat: add types to API class and align implementation with gotrue-js ([`1ed9754`](https://github.com/supabase-community/auth-py/commit/1ed9754d932c34e3fcffafd4b63474802f22ae43)) -* feat: add new types, implement to_dicts and align files with gotrue-js ([`25e223b`](https://github.com/supabase-community/gotrue-py/commit/25e223b7f92984239e343b02995aa86527320cc6)) +* feat: add new types, implement to_dicts and align files with gotrue-js ([`25e223b`](https://github.com/supabase-community/auth-py/commit/25e223b7f92984239e343b02995aa86527320cc6)) -* feat: implement dataclasses with methods for parsing ([`82d1d6c`](https://github.com/supabase-community/gotrue-py/commit/82d1d6c48626b7a4eabd9d513634eec102c9e004)) +* feat: implement dataclasses with methods for parsing ([`82d1d6c`](https://github.com/supabase-community/auth-py/commit/82d1d6c48626b7a4eabd9d513634eec102c9e004)) ### Fix -* fix: error in from_dict of APIError ([`ef250f5`](https://github.com/supabase-community/gotrue-py/commit/ef250f5985337809c8c068ceca3c5bbca72ce1ed)) +* fix: error in from_dict of APIError ([`ef250f5`](https://github.com/supabase-community/auth-py/commit/ef250f5985337809c8c068ceca3c5bbca72ce1ed)) * fix: merged default headers instead of replace -Also add argument for replace or not default headers ([`96d390c`](https://github.com/supabase-community/gotrue-py/commit/96d390cd304baf9ceb73361bdaf8d2905af264b4)) +Also add argument for replace or not default headers ([`96d390c`](https://github.com/supabase-community/auth-py/commit/96d390cd304baf9ceb73361bdaf8d2905af264b4)) -* fix: error in recovery_mode of get_session_from_url ([`041406a`](https://github.com/supabase-community/gotrue-py/commit/041406aee3753e023a7ffad42a54cf9238384bce)) +* fix: error in recovery_mode of get_session_from_url ([`041406a`](https://github.com/supabase-community/auth-py/commit/041406aee3753e023a7ffad42a54cf9238384bce)) -* fix: error in get_session_from_url ([`5f65e47`](https://github.com/supabase-community/gotrue-py/commit/5f65e472174eedbd0fb211ffa769cc21d6886b2a)) +* fix: error in get_session_from_url ([`5f65e47`](https://github.com/supabase-community/auth-py/commit/5f65e472174eedbd0fb211ffa769cc21d6886b2a)) * fix: add a new TOKEN_REFRESHED event -https://github.com/supabase/gotrue-js/commit/0add6956a22c51c785d9d735edf38cac8a2c2368 ([`e702835`](https://github.com/supabase-community/gotrue-py/commit/e7028356cda625fff435c69d9772c85c0b072b4a)) +https://github.com/supabase/gotrue-js/commit/0add6956a22c51c785d9d735edf38cac8a2c2368 ([`e702835`](https://github.com/supabase-community/auth-py/commit/e7028356cda625fff435c69d9772c85c0b072b4a)) * fix: get recovery mode before notify sign in event -https://github.com/supabase/gotrue-js/commit/9c0f42b50e60fac00bf52c30ad3548906cf49b0a ([`4ef96ce`](https://github.com/supabase-community/gotrue-py/commit/4ef96ce77861b62aec345f443af1e7b8710df83a)) +https://github.com/supabase/gotrue-js/commit/9c0f42b50e60fac00bf52c30ad3548906cf49b0a ([`4ef96ce`](https://github.com/supabase-community/auth-py/commit/4ef96ce77861b62aec345f443af1e7b8710df83a)) -* fix: remove duplicate var env in docker-compose.yml ([`6e501c9`](https://github.com/supabase-community/gotrue-py/commit/6e501c99ea115dbd537157c5da13945a17d10f15)) +* fix: remove duplicate var env in docker-compose.yml ([`6e501c9`](https://github.com/supabase-community/auth-py/commit/6e501c99ea115dbd537157c5da13945a17d10f15)) -* fix: use str for declare Python 3.10 ([`2350250`](https://github.com/supabase-community/gotrue-py/commit/235025008437e3e2e07fd868632a276b90e42de1)) +* fix: use str for declare Python 3.10 ([`2350250`](https://github.com/supabase-community/auth-py/commit/235025008437e3e2e07fd868632a276b90e42de1)) -* fix: use expires_in var for avoid typing warning ([`4c7003e`](https://github.com/supabase-community/gotrue-py/commit/4c7003e6a2740f3a5c24db1a13d269ef72cfa82b)) +* fix: use expires_in var for avoid typing warning ([`4c7003e`](https://github.com/supabase-community/auth-py/commit/4c7003e6a2740f3a5c24db1a13d269ef72cfa82b)) -* fix: use typing annotations ([`6905d45`](https://github.com/supabase-community/gotrue-py/commit/6905d451fcd6fa8448cfd9619f39e0ddc06dc45f)) +* fix: use typing annotations ([`6905d45`](https://github.com/supabase-community/auth-py/commit/6905d451fcd6fa8448cfd9619f39e0ddc06dc45f)) -* fix: use directly parse_obj instead of lambdas ([`177b619`](https://github.com/supabase-community/gotrue-py/commit/177b6194b8547590b1714931144ea2a1f8ff35a2)) +* fix: use directly parse_obj instead of lambdas ([`177b619`](https://github.com/supabase-community/auth-py/commit/177b6194b8547590b1714931144ea2a1f8ff35a2)) -* fix: use parse_obj ([`383298a`](https://github.com/supabase-community/gotrue-py/commit/383298a141093bbb00feeb3799e46526db008957)) +* fix: use parse_obj ([`383298a`](https://github.com/supabase-community/auth-py/commit/383298a141093bbb00feeb3799e46526db008957)) -* fix: set prefix __ instead of _ for private methods ([`c2d37fb`](https://github.com/supabase-community/gotrue-py/commit/c2d37fb40f7bdf24d8a072bc070ce88f462ffb65)) +* fix: set prefix __ instead of _ for private methods ([`c2d37fb`](https://github.com/supabase-community/auth-py/commit/c2d37fb40f7bdf24d8a072bc070ce88f462ffb65)) -* fix: .pre-commit-config.yaml format ([`747f411`](https://github.com/supabase-community/gotrue-py/commit/747f411e26aed397e2a7a28858179991e75130b9)) +* fix: .pre-commit-config.yaml format ([`747f411`](https://github.com/supabase-community/auth-py/commit/747f411e26aed397e2a7a28858179991e75130b9)) -* fix: change Api by API ([`13cc086`](https://github.com/supabase-community/gotrue-py/commit/13cc0865482fe72f129a4bc47e325519475ec831)) +* fix: change Api by API ([`13cc086`](https://github.com/supabase-community/auth-py/commit/13cc0865482fe72f129a4bc47e325519475ec831)) -* fix: change ApiError by APIError in docstrings ([`55c03a6`](https://github.com/supabase-community/gotrue-py/commit/55c03a682aa875bae1456f6d17ae6f53d4f75218)) +* fix: change ApiError by APIError in docstrings ([`55c03a6`](https://github.com/supabase-community/auth-py/commit/55c03a682aa875bae1456f6d17ae6f53d4f75218)) * fix: change ApiError by APIError -For follow https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles ([`98e27af`](https://github.com/supabase-community/gotrue-py/commit/98e27af6b656b78d96bb395906a3c85781ef909f)) +For follow https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles ([`98e27af`](https://github.com/supabase-community/auth-py/commit/98e27af6b656b78d96bb395906a3c85781ef909f)) -* fix: add Optional to identities of User ([`21d7bda`](https://github.com/supabase-community/gotrue-py/commit/21d7bda2953f8db2d3d676939470981a144dbe05)) +* fix: add Optional to identities of User ([`21d7bda`](https://github.com/supabase-community/auth-py/commit/21d7bda2953f8db2d3d676939470981a144dbe05)) * fix: add slack adn spotify to Provider @@ -3915,370 +3951,370 @@ Reason: https://github.com/supabase/gotrue/commit/fc82846862435fdb96367a95b7b22503397ac0e0 -https://github.com/supabase/gotrue/commit/79f2d6a741150a9a868fadbb1de87a2cd09da920 ([`73df8d7`](https://github.com/supabase-community/gotrue-py/commit/73df8d78573ff5599343f5f604caba56ecf3d526)) +https://github.com/supabase/gotrue/commit/79f2d6a741150a9a868fadbb1de87a2cd09da920 ([`73df8d7`](https://github.com/supabase-community/auth-py/commit/73df8d78573ff5599343f5f604caba56ecf3d526)) * fix: remove Optional to user_metadata of User -Reason: https://github.com/supabase/gotrue/commit/62e7ccd13cd41cd5571f75c4baae5ac0fb187e7c ([`dab27ce`](https://github.com/supabase-community/gotrue-py/commit/dab27ce49345c9ab043ae91e04e460042bc49b95)) +Reason: https://github.com/supabase/gotrue/commit/62e7ccd13cd41cd5571f75c4baae5ac0fb187e7c ([`dab27ce`](https://github.com/supabase-community/auth-py/commit/dab27ce49345c9ab043ae91e04e460042bc49b95)) * fix: remove email_change_confirm_status from User -Reason: https://github.com/supabase/gotrue/commit/df96c0678027515e5c4eb330efd0d26048aea6c6 ([`1859aa3`](https://github.com/supabase-community/gotrue-py/commit/1859aa37b2e55a1f65a4fdd6cb5c0175f20f40b1)) +Reason: https://github.com/supabase/gotrue/commit/df96c0678027515e5c4eb330efd0d26048aea6c6 ([`1859aa3`](https://github.com/supabase-community/auth-py/commit/1859aa37b2e55a1f65a4fdd6cb5c0175f20f40b1)) -* fix: some fixes and changes requested ([`d224ec1`](https://github.com/supabase-community/gotrue-py/commit/d224ec14eeb59bb5b4d81dd2ad1e5c3cd86433b9)) +* fix: some fixes and changes requested ([`d224ec1`](https://github.com/supabase-community/auth-py/commit/d224ec14eeb59bb5b4d81dd2ad1e5c3cd86433b9)) -* fix: some tipe hints ([`d1f5fc7`](https://github.com/supabase-community/gotrue-py/commit/d1f5fc774fd33283cfb4f465a39ac142b4e0b867)) +* fix: some tipe hints ([`d1f5fc7`](https://github.com/supabase-community/auth-py/commit/d1f5fc774fd33283cfb4f465a39ac142b4e0b867)) -* fix: error in client update ([`a653408`](https://github.com/supabase-community/gotrue-py/commit/a65340850db288a6f5e25d9c8370a6ad0c7de350)) +* fix: error in client update ([`a653408`](https://github.com/supabase-community/auth-py/commit/a65340850db288a6f5e25d9c8370a6ad0c7de350)) -* fix: errors in helpers and types ([`9870078`](https://github.com/supabase-community/gotrue-py/commit/98700789ab469059beb04d62617f79df0e749994)) +* fix: errors in helpers and types ([`9870078`](https://github.com/supabase-community/auth-py/commit/98700789ab469059beb04d62617f79df0e749994)) -* fix: ci github action ([`1ee2946`](https://github.com/supabase-community/gotrue-py/commit/1ee2946c119f9867930beab9dd6baf25c91919d6)) +* fix: ci github action ([`1ee2946`](https://github.com/supabase-community/auth-py/commit/1ee2946c119f9867930beab9dd6baf25c91919d6)) -* fix: remove unnecessary async to on_auth_state_change ([`e7ebc64`](https://github.com/supabase-community/gotrue-py/commit/e7ebc64112d970673265c7b314a1e8820fc0f7e1)) +* fix: remove unnecessary async to on_auth_state_change ([`e7ebc64`](https://github.com/supabase-community/auth-py/commit/e7ebc64112d970673265c7b314a1e8820fc0f7e1)) -* fix: error in remove_item of memory storage ([`9c12bd1`](https://github.com/supabase-community/gotrue-py/commit/9c12bd10d79680842cd324a50ce2ad2cee52c8a1)) +* fix: error in remove_item of memory storage ([`9c12bd1`](https://github.com/supabase-community/auth-py/commit/9c12bd10d79680842cd324a50ce2ad2cee52c8a1)) -* fix: cycle of references between helpers and types ([`fcad1af`](https://github.com/supabase-community/gotrue-py/commit/fcad1af6e0940986256678ae6059fabffdb60ec4)) +* fix: cycle of references between helpers and types ([`fcad1af`](https://github.com/supabase-community/auth-py/commit/fcad1af6e0940986256678ae6059fabffdb60ec4)) -* fix: use environ vars only if present ([`700129e`](https://github.com/supabase-community/gotrue-py/commit/700129e9f4731058506d4647ab77ed24d188cfb8)) +* fix: use environ vars only if present ([`700129e`](https://github.com/supabase-community/auth-py/commit/700129e9f4731058506d4647ab77ed24d188cfb8)) -* fix: reinstate lib __init__.py ([`b268219`](https://github.com/supabase-community/gotrue-py/commit/b268219db586f877e006fb7863b0504e10760e69)) +* fix: reinstate lib __init__.py ([`b268219`](https://github.com/supabase-community/auth-py/commit/b268219db586f877e006fb7863b0504e10760e69)) -* fix: reinstate lib.constants ([`edb9bb4`](https://github.com/supabase-community/gotrue-py/commit/edb9bb4217abd42b2c4db7b80d9a152c8fe1f3ae)) +* fix: reinstate lib.constants ([`edb9bb4`](https://github.com/supabase-community/auth-py/commit/edb9bb4217abd42b2c4db7b80d9a152c8fe1f3ae)) -* fix: readjust indent in ci.yml ([`ca713c9`](https://github.com/supabase-community/gotrue-py/commit/ca713c9f58a94ae3d2bfd1137a42e44493524ba1)) +* fix: readjust indent in ci.yml ([`ca713c9`](https://github.com/supabase-community/auth-py/commit/ca713c9f58a94ae3d2bfd1137a42e44493524ba1)) ### Test -* test: fix docker-compose and perf ci ([`5360967`](https://github.com/supabase-community/gotrue-py/commit/53609677568216e2eae789d4416a5848269cdd0f)) +* test: fix docker-compose and perf ci ([`5360967`](https://github.com/supabase-community/auth-py/commit/53609677568216e2eae789d4416a5848269cdd0f)) -* test: add more tests to client layer ([`a2ca372`](https://github.com/supabase-community/gotrue-py/commit/a2ca372434865675afc46582c4ca919e50fab72b)) +* test: add more tests to client layer ([`a2ca372`](https://github.com/supabase-community/auth-py/commit/a2ca372434865675afc46582c4ca919e50fab72b)) * test: change message -https://github.com/supabase/gotrue/commit/92abe187fd3d96645331542b477b37487cafce07 ([`4ec0e07`](https://github.com/supabase-community/gotrue-py/commit/4ec0e075cafd9e72369afb9c8313a71923455489)) +https://github.com/supabase/gotrue/commit/92abe187fd3d96645331542b477b37487cafce07 ([`4ec0e07`](https://github.com/supabase-community/auth-py/commit/4ec0e075cafd9e72369afb9c8313a71923455489)) * test: increases coverage -https://github.com/supabase/gotrue-js/commit/98300a0717c36197484873e53befc5fd25c57772 ([`367a09b`](https://github.com/supabase-community/gotrue-py/commit/367a09bb59180872667b8b213c4405733eb95998)) +https://github.com/supabase/gotrue-js/commit/98300a0717c36197484873e53befc5fd25c57772 ([`367a09b`](https://github.com/supabase-community/auth-py/commit/367a09bb59180872667b8b213c4405733eb95998)) -* test: fix test sign up the same user twice should throw an error ([`0ea666a`](https://github.com/supabase-community/gotrue-py/commit/0ea666ab8a008284e2e03fd0a67b57db6000e640)) +* test: fix test sign up the same user twice should throw an error ([`0ea666a`](https://github.com/supabase-community/auth-py/commit/0ea666ab8a008284e2e03fd0a67b57db6000e640)) * test: fix test_sign_up_the_same_user_twice_should_throw_an_error test -Reason: https://github.com/supabase/gotrue/commit/5bc665be3927b2ff4763c8315ee641093781ff98 ([`eb86078`](https://github.com/supabase-community/gotrue-py/commit/eb86078ea8929878d458c7d3b9324681b9780a3d)) +Reason: https://github.com/supabase/gotrue/commit/5bc665be3927b2ff4763c8315ee641093781ff98 ([`eb86078`](https://github.com/supabase-community/auth-py/commit/eb86078ea8929878d458c7d3b9324681b9780a3d)) -* test: add various Python versions to CI ([`96eb94b`](https://github.com/supabase-community/gotrue-py/commit/96eb94bf0592587bfe34f27a9d5e6751b44eb31e)) +* test: add various Python versions to CI ([`96eb94b`](https://github.com/supabase-community/auth-py/commit/96eb94bf0592587bfe34f27a9d5e6751b44eb31e)) -* test: fix expected error message ([`1e65cc3`](https://github.com/supabase-community/gotrue-py/commit/1e65cc3bca5cd9f7f8838a20c4e7a2726515b30d)) +* test: fix expected error message ([`1e65cc3`](https://github.com/supabase-community/auth-py/commit/1e65cc3bca5cd9f7f8838a20c4e7a2726515b30d)) -* test: fix error in provider ([`e575d9b`](https://github.com/supabase-community/gotrue-py/commit/e575d9bafa66dc2318e2c9e6b7dbaa13995fc5e0)) +* test: fix error in provider ([`e575d9b`](https://github.com/supabase-community/auth-py/commit/e575d9bafa66dc2318e2c9e6b7dbaa13995fc5e0)) -* test: client with auto confirm enabled ([`b758dba`](https://github.com/supabase-community/gotrue-py/commit/b758dbae431146f0c0269ab44150904c5c899c64)) +* test: client with auto confirm enabled ([`b758dba`](https://github.com/supabase-community/auth-py/commit/b758dbae431146f0c0269ab44150904c5c899c64)) -* test: use fixtures of pytest ([`c8daa2a`](https://github.com/supabase-community/gotrue-py/commit/c8daa2a871bcfaf306559bcbd888e303d408a39a)) +* test: use fixtures of pytest ([`c8daa2a`](https://github.com/supabase-community/auth-py/commit/c8daa2a871bcfaf306559bcbd888e303d408a39a)) -* test: client with auto confirm disabled ([`c407a63`](https://github.com/supabase-community/gotrue-py/commit/c407a63ec79c47edc4905d08684083b77d7be091)) +* test: client with auto confirm disabled ([`c407a63`](https://github.com/supabase-community/auth-py/commit/c407a63ec79c47edc4905d08684083b77d7be091)) -* test: client with sign ups disabled ([`08d2558`](https://github.com/supabase-community/gotrue-py/commit/08d2558557ab963ab4ed2c52153ee01489429fd2)) +* test: client with sign ups disabled ([`08d2558`](https://github.com/supabase-community/auth-py/commit/08d2558557ab963ab4ed2c52153ee01489429fd2)) -* test: handle exceptions and use context manager ([`b8330c0`](https://github.com/supabase-community/gotrue-py/commit/b8330c0c1c7193bcafe8d37dcfa4832660254160)) +* test: handle exceptions and use context manager ([`b8330c0`](https://github.com/supabase-community/auth-py/commit/b8330c0c1c7193bcafe8d37dcfa4832660254160)) -* test: implement tests for api with auto confirm disabled ([`0c29382`](https://github.com/supabase-community/gotrue-py/commit/0c29382b4f919d7a0dd8403a3bec11e7b81a8e18)) +* test: implement tests for api with auto confirm disabled ([`0c29382`](https://github.com/supabase-community/auth-py/commit/0c29382b4f919d7a0dd8403a3bec11e7b81a8e18)) -* test: ignore build_sync.py and conftest.py in Coverage ([`71a2c8f`](https://github.com/supabase-community/gotrue-py/commit/71a2c8f9b035bf12bcd1f2743b2791023bab7f26)) +* test: ignore build_sync.py and conftest.py in Coverage ([`71a2c8f`](https://github.com/supabase-community/auth-py/commit/71a2c8f9b035bf12bcd1f2743b2791023bab7f26)) * test: implement provider and subscriptions tests -Comment test_gotrue.py mean while ([`67ecf57`](https://github.com/supabase-community/gotrue-py/commit/67ecf57439e4a95d1334661d52d9a1bb05c9e87d)) +Comment test_gotrue.py mean while ([`67ecf57`](https://github.com/supabase-community/auth-py/commit/67ecf57439e4a95d1334661d52d9a1bb05c9e87d)) ### 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`](https://github.com/supabase-community/gotrue-py/commit/459047270f1fc76e4103d8dc1814766ead3c3eb9)) +chore(deps-dev): bump faker from 11.0.0 to 11.1.0 ([`4590472`](https://github.com/supabase-community/auth-py/commit/459047270f1fc76e4103d8dc1814766ead3c3eb9)) * 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`](https://github.com/supabase-community/gotrue-py/commit/116d9ba296158ac8a705556287a04006167bb046)) +chore(deps-dev): bump faker from 10.0.0 to 11.0.0 ([`116d9ba`](https://github.com/supabase-community/auth-py/commit/116d9ba296158ac8a705556287a04006167bb046)) * 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`](https://github.com/supabase-community/gotrue-py/commit/544d8f160100ab9e104ac3adf509c572c3eb7f53)) +chore(deps-dev): bump sphinx from 4.3.0 to 4.3.2 and commitizen from 2.20.0 to 2.20.3 ([`544d8f1`](https://github.com/supabase-community/auth-py/commit/544d8f160100ab9e104ac3adf509c572c3eb7f53)) * 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`](https://github.com/supabase-community/gotrue-py/commit/5846912d6e832b851bf26fca4821e2228fdf7e9f)) +chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3 ([`5846912`](https://github.com/supabase-community/auth-py/commit/5846912d6e832b851bf26fca4821e2228fdf7e9f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/308380b8685d68d57d6c0bf34d8eff61f3d38dd2)) +chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2 ([`308380b`](https://github.com/supabase-community/auth-py/commit/308380b8685d68d57d6c0bf34d8eff61f3d38dd2)) * Merge pull request #37 from leynier/main -fix: error in recovery_mode of get_session_from_url ([`740d866`](https://github.com/supabase-community/gotrue-py/commit/740d866ff0e4080c80f2cd5d1d199337ca236266)) +fix: error in recovery_mode of get_session_from_url ([`740d866`](https://github.com/supabase-community/auth-py/commit/740d866ff0e4080c80f2cd5d1d199337ca236266)) -* Merge remote-tracking branch 'remotes/upstream/main' ([`0f05aa8`](https://github.com/supabase-community/gotrue-py/commit/0f05aa84da19088776c48cd9f0c7289ea45d58f2)) +* Merge remote-tracking branch 'remotes/upstream/main' ([`0f05aa8`](https://github.com/supabase-community/auth-py/commit/0f05aa84da19088776c48cd9f0c7289ea45d58f2)) * 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`](https://github.com/supabase-community/gotrue-py/commit/838b1369591a83a55a7731189f8c87d783b75b58)) +chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2 ([`838b136`](https://github.com/supabase-community/auth-py/commit/838b1369591a83a55a7731189f8c87d783b75b58)) * 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`](https://github.com/supabase-community/gotrue-py/commit/3878d910f8abbb9d92a88bfbb476d3a482fe538f)) +chore(deps-dev): bump faker from 9.8.2 to 10.0.0 ([`3878d91`](https://github.com/supabase-community/auth-py/commit/3878d910f8abbb9d92a88bfbb476d3a482fe538f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/31b537acdda45748f9c0370702242f14d9c1345f)) +chore(deps-dev): bump faker from 9.9.0 to 10.0.0 ([`31b537a`](https://github.com/supabase-community/auth-py/commit/31b537acdda45748f9c0370702242f14d9c1345f)) -* Merge branch 'main' into dependabot/pip/main/faker-10.0.0 ([`7408f5f`](https://github.com/supabase-community/gotrue-py/commit/7408f5f5d15e98602200bf3220000c52c4d80074)) +* Merge branch 'main' into dependabot/pip/main/faker-10.0.0 ([`7408f5f`](https://github.com/supabase-community/auth-py/commit/7408f5f5d15e98602200bf3220000c52c4d80074)) * Merge pull request #7 from leynier/dependabot/pip/main/black-21.12b0 -chore(deps-dev): bump black from 21.11b1 to 21.12b0 ([`7629707`](https://github.com/supabase-community/gotrue-py/commit/7629707b061a23d3ab90266855f0bf8b9679c840)) +chore(deps-dev): bump black from 21.11b1 to 21.12b0 ([`7629707`](https://github.com/supabase-community/auth-py/commit/7629707b061a23d3ab90266855f0bf8b9679c840)) -* Merge remote-tracking branch 'remotes/upstream/main' ([`669d9df`](https://github.com/supabase-community/gotrue-py/commit/669d9dfa10122933873f35eb1aadb7d22339e16c)) +* Merge remote-tracking branch 'remotes/upstream/main' ([`669d9df`](https://github.com/supabase-community/auth-py/commit/669d9dfa10122933873f35eb1aadb7d22339e16c)) * 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`](https://github.com/supabase-community/gotrue-py/commit/8f6c12f4c122700956210cd674e7490342c2e186)) +chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 ([`8f6c12f`](https://github.com/supabase-community/auth-py/commit/8f6c12f4c122700956210cd674e7490342c2e186)) * 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`](https://github.com/supabase-community/gotrue-py/commit/adb52015157a28b75021b863926042886d5df01c)) +chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1 ([`adb5201`](https://github.com/supabase-community/auth-py/commit/adb52015157a28b75021b863926042886d5df01c)) * 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`](https://github.com/supabase-community/gotrue-py/commit/6d8c9f0357016e437945666596727f7b1e689540)) +chore(deps-dev): bump faker from 9.8.2 to 9.9.0 ([`6d8c9f0`](https://github.com/supabase-community/auth-py/commit/6d8c9f0357016e437945666596727f7b1e689540)) * 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`](https://github.com/supabase-community/gotrue-py/commit/6d21ae4aa65087ee6ad2cf3870751981cff81b8a)) +chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 ([`6d21ae4`](https://github.com/supabase-community/auth-py/commit/6d21ae4aa65087ee6ad2cf3870751981cff81b8a)) -* bump: version 0.2.0 → 0.3.0 ([`7313b7b`](https://github.com/supabase-community/gotrue-py/commit/7313b7b45fd0c5660b0b2306df984bd8221e5490)) +* bump: version 0.2.0 → 0.3.0 ([`7313b7b`](https://github.com/supabase-community/auth-py/commit/7313b7b45fd0c5660b0b2306df984bd8221e5490)) * 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`](https://github.com/supabase-community/gotrue-py/commit/05f493dc8fa7a92692debf03fafb47954363c832)) +feat: add pre-commit hook and action for conventional commit and semantic release ([`05f493d`](https://github.com/supabase-community/auth-py/commit/05f493dc8fa7a92692debf03fafb47954363c832)) -* Merge branch 'supabase-community:main' into feat/add-pre-commit-hook-for-conventional-commit ([`19f4556`](https://github.com/supabase-community/gotrue-py/commit/19f4556f9210b7fcca67445b4d7ddc03af6733d9)) +* Merge branch 'supabase-community:main' into feat/add-pre-commit-hook-for-conventional-commit ([`19f4556`](https://github.com/supabase-community/auth-py/commit/19f4556f9210b7fcca67445b4d7ddc03af6733d9)) * Merge pull request #28 from leynier/chore/add-badges-to-readme -chore: add badges to README.md ([`9e38a6a`](https://github.com/supabase-community/gotrue-py/commit/9e38a6af245b194ee8f77ca0c6e7c03640bca4ee)) +chore: add badges to README.md ([`9e38a6a`](https://github.com/supabase-community/auth-py/commit/9e38a6af245b194ee8f77ca0c6e7c03640bca4ee)) -* Update README.md ([`2044be7`](https://github.com/supabase-community/gotrue-py/commit/2044be7e59004055c82337bd19b6049bdeefe824)) +* Update README.md ([`2044be7`](https://github.com/supabase-community/auth-py/commit/2044be7e59004055c82337bd19b6049bdeefe824)) * Merge pull request #29 from leynier/chore/improve-coverage -chore: improve coverage ([`d35d971`](https://github.com/supabase-community/gotrue-py/commit/d35d971edda95b9e8dbc89d7f1c1cd1d570383d6)) +chore: improve coverage ([`d35d971`](https://github.com/supabase-community/auth-py/commit/d35d971edda95b9e8dbc89d7f1c1cd1d570383d6)) -* chore: add pragma no cover comments ([`547e245`](https://github.com/supabase-community/gotrue-py/commit/547e2455b306e205f8b94d4fc2049cd6510c0e5f)) +* chore: add pragma no cover comments ([`547e245`](https://github.com/supabase-community/auth-py/commit/547e2455b306e205f8b94d4fc2049cd6510c0e5f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/4889b3871f5c5af4d5c425d4f3d697313dad0a2f)) +chore(deps): bump httpx from 0.20.0 to 0.21.1 ([`4889b38`](https://github.com/supabase-community/auth-py/commit/4889b3871f5c5af4d5c425d4f3d697313dad0a2f)) * 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`](https://github.com/supabase-community/gotrue-py/commit/f1291037a97b7e0679efa64c211866a4a224dc72)) +chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 ([`f129103`](https://github.com/supabase-community/auth-py/commit/f1291037a97b7e0679efa64c211866a4a224dc72)) * 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`](https://github.com/supabase-community/gotrue-py/commit/4259e3852ec723ba5c84e1d1649cdeef08aa40e2)) +chore(deps-dev): bump black from 21.10b0 to 21.11b1 ([`4259e38`](https://github.com/supabase-community/auth-py/commit/4259e3852ec723ba5c84e1d1649cdeef08aa40e2)) * Merge pull request #23 from leynier/feat/dataclasses -Add dataclasses, sync/async, feature-parity with the js-client and tests ([`fb10c5c`](https://github.com/supabase-community/gotrue-py/commit/fb10c5ca6bc44dcc70ff9c10eeb8be8e4add853d)) +Add dataclasses, sync/async, feature-parity with the js-client and tests ([`fb10c5c`](https://github.com/supabase-community/auth-py/commit/fb10c5ca6bc44dcc70ff9c10eeb8be8e4add853d)) -* Switch isort mirror by isort pre-commit hook ([`427d5d4`](https://github.com/supabase-community/gotrue-py/commit/427d5d452c6d86b2cd1cee4cc8884286fcbe40bc)) +* Switch isort mirror by isort pre-commit hook ([`427d5d4`](https://github.com/supabase-community/auth-py/commit/427d5d452c6d86b2cd1cee4cc8884286fcbe40bc)) * Fix typo in README.md -Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`ec0bdb5`](https://github.com/supabase-community/gotrue-py/commit/ec0bdb5b64f13115cf8fb52c73445527504ffccc)) +Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`ec0bdb5`](https://github.com/supabase-community/auth-py/commit/ec0bdb5b64f13115cf8fb52c73445527504ffccc)) -* Use latest actions-poetry ([`ce47032`](https://github.com/supabase-community/gotrue-py/commit/ce4703277726ec77ea4d2b190d23e93d095260c6)) +* Use latest actions-poetry ([`ce47032`](https://github.com/supabase-community/auth-py/commit/ce4703277726ec77ea4d2b190d23e93d095260c6)) -* Use pydantic parse_obj_as helper method ([`64162f6`](https://github.com/supabase-community/gotrue-py/commit/64162f6b03cc901edef3c4d6d1261ad49a332313)) +* Use pydantic parse_obj_as helper method ([`64162f6`](https://github.com/supabase-community/auth-py/commit/64162f6b03cc901edef3c4d6d1261ad49a332313)) -* Add python 3.10 to GH Actions fix ([`57473a2`](https://github.com/supabase-community/gotrue-py/commit/57473a20fa92f36d5f35abcd106b9efd3fe40ebf)) +* Add python 3.10 to GH Actions fix ([`57473a2`](https://github.com/supabase-community/auth-py/commit/57473a20fa92f36d5f35abcd106b9efd3fe40ebf)) -* Formatting ([`0f3210f`](https://github.com/supabase-community/gotrue-py/commit/0f3210f9fccbc9ba27a2dc951b20c665fdfd5721)) +* Formatting ([`0f3210f`](https://github.com/supabase-community/auth-py/commit/0f3210f9fccbc9ba27a2dc951b20c665fdfd5721)) -* Add parse_response method to custom pydantic base model ([`cb4624d`](https://github.com/supabase-community/gotrue-py/commit/cb4624d7822575e03a47726a2b6bc8e25cbc3162)) +* Add parse_response method to custom pydantic base model ([`cb4624d`](https://github.com/supabase-community/auth-py/commit/cb4624d7822575e03a47726a2b6bc8e25cbc3162)) -* deps: add pydantic dependency ([`9df4927`](https://github.com/supabase-community/gotrue-py/commit/9df49274405a88e201959eda9e54c6288222c51b)) +* deps: add pydantic dependency ([`9df4927`](https://github.com/supabase-community/auth-py/commit/9df49274405a88e201959eda9e54c6288222c51b)) * Merge pull request #19 from leynier/feat/use-poetry -Use poetry for dependency and environment management ([`9ba3192`](https://github.com/supabase-community/gotrue-py/commit/9ba3192dbdccd2f02a4819b52dd6cf51095af7e7)) +Use poetry for dependency and environment management ([`9ba3192`](https://github.com/supabase-community/auth-py/commit/9ba3192dbdccd2f02a4819b52dd6cf51095af7e7)) * Merge pull request #16 from leynier/fix/title-of-license -chore: fix title of license ([`f57b99e`](https://github.com/supabase-community/gotrue-py/commit/f57b99ea3f0a8528883c9e73a028ee2cc1b3b2fb)) +chore: fix title of license ([`f57b99e`](https://github.com/supabase-community/auth-py/commit/f57b99ea3f0a8528883c9e73a028ee2cc1b3b2fb)) * Merge pull request #14 from bariqhibat/bariqhibat/support-phone-otp -Add support for phone otp ([`f237f15`](https://github.com/supabase-community/gotrue-py/commit/f237f1584cf04d1f5cb53524ad2f72e9bd0def47)) +Add support for phone otp ([`f237f15`](https://github.com/supabase-community/auth-py/commit/f237f1584cf04d1f5cb53524ad2f72e9bd0def47)) * fix comments -Signed-off-by: Bariq <bariqhibat@gmail.com> ([`202346a`](https://github.com/supabase-community/gotrue-py/commit/202346a62940c55883e24b4efd1604e690a9e9a6)) +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`202346a`](https://github.com/supabase-community/auth-py/commit/202346a62940c55883e24b4efd1604e690a9e9a6)) * add new tests for signup by phone and verify otp -Signed-off-by: Bariq <bariqhibat@gmail.com> ([`7162a47`](https://github.com/supabase-community/gotrue-py/commit/7162a472194fc59ae3647bd89722df50cb8ea72a)) +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`7162a47`](https://github.com/supabase-community/auth-py/commit/7162a472194fc59ae3647bd89722df50cb8ea72a)) * create new api for signup with phone -Signed-off-by: Bariq <bariqhibat@gmail.com> ([`1870b54`](https://github.com/supabase-community/gotrue-py/commit/1870b544435ecc05da61965f4dfbe5dd4732126c)) +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`1870b54`](https://github.com/supabase-community/auth-py/commit/1870b544435ecc05da61965f4dfbe5dd4732126c)) * create client for otp functions -Signed-off-by: Bariq <bariqhibat@gmail.com> ([`68f699b`](https://github.com/supabase-community/gotrue-py/commit/68f699bf28a86ff892de36fac4af2259f2733862)) +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`68f699b`](https://github.com/supabase-community/auth-py/commit/68f699bf28a86ff892de36fac4af2259f2733862)) * create api for otp functions -Signed-off-by: Bariq <bariqhibat@gmail.com> ([`83031ad`](https://github.com/supabase-community/gotrue-py/commit/83031adee23cd74ab6fa9c6d09ce6b286a04e4f0)) +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`83031ad`](https://github.com/supabase-community/auth-py/commit/83031adee23cd74ab6fa9c6d09ce6b286a04e4f0)) * Merge pull request #13 from supabase-community/j0_hacktoberfest -chore: add code of conduct and license ([`0320f45`](https://github.com/supabase-community/gotrue-py/commit/0320f451e660ea62daaf2be6d0b030c5ba8d3afa)) +chore: add code of conduct and license ([`0320f45`](https://github.com/supabase-community/auth-py/commit/0320f451e660ea62daaf2be6d0b030c5ba8d3afa)) -* Create CONTRIBUTING.md ([`2dea30f`](https://github.com/supabase-community/gotrue-py/commit/2dea30fe0507ad36bdc28b8906ab49802a6629f4)) +* Create CONTRIBUTING.md ([`2dea30f`](https://github.com/supabase-community/auth-py/commit/2dea30fe0507ad36bdc28b8906ab49802a6629f4)) * Merge pull request #6 from supabase/j0_fix_build -Reinstate lib and fix build ([`ac53ea8`](https://github.com/supabase-community/gotrue-py/commit/ac53ea86e0a783e12ea55f09882928db6c97dd53)) +Reinstate lib and fix build ([`ac53ea8`](https://github.com/supabase-community/auth-py/commit/ac53ea86e0a783e12ea55f09882928db6c97dd53)) * Merge pull request #3 from lawrencecchen/main -add set_auth to gotrue client ([`49c092e`](https://github.com/supabase-community/gotrue-py/commit/49c092e3a4a6d7bb5e1c08067a4c42cc2f74b5cc)) +add set_auth to gotrue client ([`49c092e`](https://github.com/supabase-community/auth-py/commit/49c092e3a4a6d7bb5e1c08067a4c42cc2f74b5cc)) * Merge pull request #5 from supabase/j0_deps -Update dependencies ([`8189c49`](https://github.com/supabase-community/gotrue-py/commit/8189c49c2f2e75db5fc34ac271af375f5a2ecb36)) +Update dependencies ([`8189c49`](https://github.com/supabase-community/auth-py/commit/8189c49c2f2e75db5fc34ac271af375f5a2ecb36)) -* remove lib from gitignore ([`757714b`](https://github.com/supabase-community/gotrue-py/commit/757714bdd53d4a0eb8a2d33b1999470f1648d543)) +* remove lib from gitignore ([`757714b`](https://github.com/supabase-community/auth-py/commit/757714bdd53d4a0eb8a2d33b1999470f1648d543)) -* add set_auth to gotrue client ([`87a6e68`](https://github.com/supabase-community/gotrue-py/commit/87a6e68f6e29a8755e031a83d2022106e216d69e)) +* add set_auth to gotrue client ([`87a6e68`](https://github.com/supabase-community/auth-py/commit/87a6e68f6e29a8755e031a83d2022106e216d69e)) * Merge pull request #1 from fedden/main -Bring closer to pairity with supabase/gotrue-js ([`38eddcb`](https://github.com/supabase-community/gotrue-py/commit/38eddcb51e8a59e068a358971c09425138dd852e)) +Bring closer to pairity with supabase/gotrue-js ([`38eddcb`](https://github.com/supabase-community/auth-py/commit/38eddcb51e8a59e068a358971c09425138dd852e)) -* remove env vars ([`608c2b1`](https://github.com/supabase-community/gotrue-py/commit/608c2b19d675361d54a4a03dfa0ff9116cc0d1ea)) +* remove env vars ([`608c2b1`](https://github.com/supabase-community/auth-py/commit/608c2b19d675361d54a4a03dfa0ff9116cc0d1ea)) -* add return statements in documentation ([`3ad5781`](https://github.com/supabase-community/gotrue-py/commit/3ad5781db4dddf79824d3bdf15cfbea0835a8303)) +* add return statements in documentation ([`3ad5781`](https://github.com/supabase-community/auth-py/commit/3ad5781db4dddf79824d3bdf15cfbea0835a8303)) * Update gotrue/client.py -Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`289b184`](https://github.com/supabase-community/gotrue-py/commit/289b1846a4e9bd5b88528ca2a0aff71a42d43b1e)) +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`289b184`](https://github.com/supabase-community/auth-py/commit/289b1846a4e9bd5b88528ca2a0aff71a42d43b1e)) * Update gotrue/api.py -Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`f0e77aa`](https://github.com/supabase-community/gotrue-py/commit/f0e77aaa9a1dd6a6862879be1b53cb38ec3a2a6d)) +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`f0e77aa`](https://github.com/supabase-community/auth-py/commit/f0e77aaa9a1dd6a6862879be1b53cb38ec3a2a6d)) * Update gotrue/api.py -Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`1828117`](https://github.com/supabase-community/gotrue-py/commit/1828117d628078ed4e8d96083e5050a2f85394a5)) +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`1828117`](https://github.com/supabase-community/auth-py/commit/1828117d628078ed4e8d96083e5050a2f85394a5)) -* correct version ([`68ed44b`](https://github.com/supabase-community/gotrue-py/commit/68ed44b0e379b9884becc5fbfd4d6a6a7c8768f4)) +* correct version ([`68ed44b`](https://github.com/supabase-community/auth-py/commit/68ed44b0e379b9884becc5fbfd4d6a6a7c8768f4)) -* enable simple install that works for non-poetry envs ([`7cdf326`](https://github.com/supabase-community/gotrue-py/commit/7cdf3261fedbe0e279fc44d272a614c935e54926)) +* enable simple install that works for non-poetry envs ([`7cdf326`](https://github.com/supabase-community/auth-py/commit/7cdf3261fedbe0e279fc44d272a614c935e54926)) -* updating the pyproject.toml ([`a7be2da`](https://github.com/supabase-community/gotrue-py/commit/a7be2da61269bb63382e9a18bc46e0767536fee0)) +* updating the pyproject.toml ([`a7be2da`](https://github.com/supabase-community/auth-py/commit/a7be2da61269bb63382e9a18bc46e0767536fee0)) -* add another todo ([`94470db`](https://github.com/supabase-community/gotrue-py/commit/94470db34e564fce3cff1e7808ed6757fbb2b199)) +* add another todo ([`94470db`](https://github.com/supabase-community/auth-py/commit/94470db34e564fce3cff1e7808ed6757fbb2b199)) -* ensuring tests pass ([`337746c`](https://github.com/supabase-community/gotrue-py/commit/337746cc82f0b256a823464f262b15bbd4741be1)) +* ensuring tests pass ([`337746c`](https://github.com/supabase-community/auth-py/commit/337746cc82f0b256a823464f262b15bbd4741be1)) -* document the tests ([`2b74646`](https://github.com/supabase-community/gotrue-py/commit/2b74646a7206d8aad08aa16e0f2f84a956636cdf)) +* document the tests ([`2b74646`](https://github.com/supabase-community/auth-py/commit/2b74646a7206d8aad08aa16e0f2f84a956636cdf)) -* hopefully ensure the test ci works ([`7dea900`](https://github.com/supabase-community/gotrue-py/commit/7dea9002f11286a7945128453d8a93afb32eeb1f)) +* hopefully ensure the test ci works ([`7dea900`](https://github.com/supabase-community/auth-py/commit/7dea9002f11286a7945128453d8a93afb32eeb1f)) -* link to js-client ([`44fc9da`](https://github.com/supabase-community/gotrue-py/commit/44fc9da6d387b61ed2167ff8bf4a748fcce6bcf1)) +* link to js-client ([`44fc9da`](https://github.com/supabase-community/auth-py/commit/44fc9da6d387b61ed2167ff8bf4a748fcce6bcf1)) -* add some basic documentation in README ([`3309684`](https://github.com/supabase-community/gotrue-py/commit/33096840e7545977a8237ba25b107dc3d6648ef0)) +* add some basic documentation in README ([`3309684`](https://github.com/supabase-community/auth-py/commit/33096840e7545977a8237ba25b107dc3d6648ef0)) -* cleanup tests etc ([`4808a34`](https://github.com/supabase-community/gotrue-py/commit/4808a3481b7b790410815a7362423f3ef3e0c446)) +* cleanup tests etc ([`4808a34`](https://github.com/supabase-community/auth-py/commit/4808a3481b7b790410815a7362423f3ef3e0c446)) -* add for working tests ([`c970dfe`](https://github.com/supabase-community/gotrue-py/commit/c970dfe99e498d18d434f257c37f469e5133e438)) +* add for working tests ([`c970dfe`](https://github.com/supabase-community/auth-py/commit/c970dfe99e498d18d434f257c37f469e5133e438)) -* updates to get tests passing ([`8b3dc48`](https://github.com/supabase-community/gotrue-py/commit/8b3dc488deff62f4acdde54ff63260c83fd65aea)) +* updates to get tests passing ([`8b3dc48`](https://github.com/supabase-community/auth-py/commit/8b3dc488deff62f4acdde54ff63260c83fd65aea)) -* wrap up response cleanly into a dict for users ([`29e35ed`](https://github.com/supabase-community/gotrue-py/commit/29e35ed9115328c57dd89b7601b2c3e8dd411a4d)) +* wrap up response cleanly into a dict for users ([`29e35ed`](https://github.com/supabase-community/auth-py/commit/29e35ed9115328c57dd89b7601b2c3e8dd411a4d)) -* add gitignoire ([`d620032`](https://github.com/supabase-community/gotrue-py/commit/d620032ed3eae549f152e44193ee5ae8b4130813)) +* add gitignoire ([`d620032`](https://github.com/supabase-community/auth-py/commit/d620032ed3eae549f152e44193ee5ae8b4130813)) -* rm crap ([`93f984b`](https://github.com/supabase-community/gotrue-py/commit/93f984bdcbb5ee9754a168028ba93b016950fbaa)) +* rm crap ([`93f984b`](https://github.com/supabase-community/auth-py/commit/93f984bdcbb5ee9754a168028ba93b016950fbaa)) -* sort typos ([`1a3bef2`](https://github.com/supabase-community/gotrue-py/commit/1a3bef2dd75128b008206cfb9596f591902c8718)) +* sort typos ([`1a3bef2`](https://github.com/supabase-community/auth-py/commit/1a3bef2dd75128b008206cfb9596f591902c8718)) -* add contstants ([`645136a`](https://github.com/supabase-community/gotrue-py/commit/645136a73558070331157928ab90bdca0dae7960)) +* add contstants ([`645136a`](https://github.com/supabase-community/auth-py/commit/645136a73558070331157928ab90bdca0dae7960)) -* bringing closer to pairity with gotrue js ([`e753927`](https://github.com/supabase-community/gotrue-py/commit/e7539278fbcbef3a05971856d20a2a1587a9049e)) +* bringing closer to pairity with gotrue js ([`e753927`](https://github.com/supabase-community/auth-py/commit/e7539278fbcbef3a05971856d20a2a1587a9049e)) -* Resolve merge conflicts ([`a34bea1`](https://github.com/supabase-community/gotrue-py/commit/a34bea153dee52044f6ce5e238c24aa5b3a96a2a)) +* Resolve merge conflicts ([`a34bea1`](https://github.com/supabase-community/auth-py/commit/a34bea153dee52044f6ce5e238c24aa5b3a96a2a)) -* Allow headers and lint with black ([`d9c9533`](https://github.com/supabase-community/gotrue-py/commit/d9c9533d3f78d1f51fbab83e89846042cc4bf751)) +* Allow headers and lint with black ([`d9c9533`](https://github.com/supabase-community/auth-py/commit/d9c9533d3f78d1f51fbab83e89846042cc4bf751)) -* Update README.md ([`0201f09`](https://github.com/supabase-community/gotrue-py/commit/0201f090c06bd10703bd73c2678bbba795dd0d85)) +* Update README.md ([`0201f09`](https://github.com/supabase-community/auth-py/commit/0201f090c06bd10703bd73c2678bbba795dd0d85)) -* decrease minimum py version required ([`d768579`](https://github.com/supabase-community/gotrue-py/commit/d768579e3e9d7463e3df93c0b6b9360a1beaeb53)) +* decrease minimum py version required ([`d768579`](https://github.com/supabase-community/auth-py/commit/d768579e3e9d7463e3df93c0b6b9360a1beaeb53)) -* Update README.md ([`3a36696`](https://github.com/supabase-community/gotrue-py/commit/3a36696550805796daf5c9f5d0e2d04247aad01c)) +* Update README.md ([`3a36696`](https://github.com/supabase-community/auth-py/commit/3a36696550805796daf5c9f5d0e2d04247aad01c)) -* Remove user and admin ([`5aca335`](https://github.com/supabase-community/gotrue-py/commit/5aca335b7c4c6d5f72aa0a3e2b951356fafe9562)) +* Remove user and admin ([`5aca335`](https://github.com/supabase-community/auth-py/commit/5aca335b7c4c6d5f72aa0a3e2b951356fafe9562)) -* Add documentation ([`b575640`](https://github.com/supabase-community/gotrue-py/commit/b5756408790097425c0d78f9a5871ecf2a2daecd)) +* Add documentation ([`b575640`](https://github.com/supabase-community/auth-py/commit/b5756408790097425c0d78f9a5871ecf2a2daecd)) -* Add usage component to README.md ([`8a8d3eb`](https://github.com/supabase-community/gotrue-py/commit/8a8d3ebd6bbdc9ed40b0d022ee744f1335204683)) +* Add usage component to README.md ([`8a8d3eb`](https://github.com/supabase-community/auth-py/commit/8a8d3ebd6bbdc9ed40b0d022ee744f1335204683)) -* Switch .rst file to .md ([`b73f7ef`](https://github.com/supabase-community/gotrue-py/commit/b73f7ef2ec04db30ea75824bba1dee1d96fe2110)) +* Switch .rst file to .md ([`b73f7ef`](https://github.com/supabase-community/auth-py/commit/b73f7ef2ec04db30ea75824bba1dee1d96fe2110)) -* Add jsonify ([`18230a8`](https://github.com/supabase-community/gotrue-py/commit/18230a8cd0eb34d5f209f5fada624e939e5ad82b)) +* Add jsonify ([`18230a8`](https://github.com/supabase-community/auth-py/commit/18230a8cd0eb34d5f209f5fada624e939e5ad82b)) -* Add grant token method ([`629d12b`](https://github.com/supabase-community/gotrue-py/commit/629d12b88c7159387d8325444ce2e01a35252f26)) +* Add grant token method ([`629d12b`](https://github.com/supabase-community/auth-py/commit/629d12b88c7159387d8325444ce2e01a35252f26)) -* Add more methods ([`e77ef0d`](https://github.com/supabase-community/gotrue-py/commit/e77ef0d28ee0192643aa5a560bce257ffa6fc1f4)) +* Add more methods ([`e77ef0d`](https://github.com/supabase-community/auth-py/commit/e77ef0d28ee0192643aa5a560bce257ffa6fc1f4)) -* Add more methods ([`eff88f3`](https://github.com/supabase-community/gotrue-py/commit/eff88f33f192cf94bb78deb4d1bc9dbc271d9fd9)) +* Add more methods ([`eff88f3`](https://github.com/supabase-community/auth-py/commit/eff88f33f192cf94bb78deb4d1bc9dbc271d9fd9)) -* Support incremental testing ([`dda60f3`](https://github.com/supabase-community/gotrue-py/commit/dda60f327990a586f37802421f2a1fbc7b62fe1a)) +* Support incremental testing ([`dda60f3`](https://github.com/supabase-community/auth-py/commit/dda60f327990a586f37802421f2a1fbc7b62fe1a)) -* Add tests for settings route ([`3aa54d5`](https://github.com/supabase-community/gotrue-py/commit/3aa54d52729e32cd1ecf204eb66e050e3409035f)) +* Add tests for settings route ([`3aa54d5`](https://github.com/supabase-community/auth-py/commit/3aa54d52729e32cd1ecf204eb66e050e3409035f)) -* Restructure to support publishing to poetry ([`65d4b1c`](https://github.com/supabase-community/gotrue-py/commit/65d4b1cab978a2a221ce5f59aa1f36701127de65)) +* Restructure to support publishing to poetry ([`65d4b1c`](https://github.com/supabase-community/auth-py/commit/65d4b1cab978a2a221ce5f59aa1f36701127de65)) -* Remove flake8 test for now ([`8d7502e`](https://github.com/supabase-community/gotrue-py/commit/8d7502e8a5499372b01bb9adf090c0e1374bc3b3)) +* Remove flake8 test for now ([`8d7502e`](https://github.com/supabase-community/auth-py/commit/8d7502e8a5499372b01bb9adf090c0e1374bc3b3)) -* Fix indent level again ([`388e339`](https://github.com/supabase-community/gotrue-py/commit/388e339721d00df59644e92a78e523734d529f88)) +* Fix indent level again ([`388e339`](https://github.com/supabase-community/auth-py/commit/388e339721d00df59644e92a78e523734d529f88)) -* Fix indent level ([`2f8bd02`](https://github.com/supabase-community/gotrue-py/commit/2f8bd02ea011edf2fb9e2d7658944cd5ec18bbaf)) +* Fix indent level ([`2f8bd02`](https://github.com/supabase-community/auth-py/commit/2f8bd02ea011edf2fb9e2d7658944cd5ec18bbaf)) -* Add previously removed part of ci test ([`d6c0f87`](https://github.com/supabase-community/gotrue-py/commit/d6c0f872c56569b9d693ba0a8f9adabdd6d5b085)) +* Add previously removed part of ci test ([`d6c0f87`](https://github.com/supabase-community/auth-py/commit/d6c0f872c56569b9d693ba0a8f9adabdd6d5b085)) -* Add placeholder test ([`b76c1cf`](https://github.com/supabase-community/gotrue-py/commit/b76c1cfaebb414f51bfe2fd1a091c73d0b7a1a64)) +* Add placeholder test ([`b76c1cf`](https://github.com/supabase-community/auth-py/commit/b76c1cfaebb414f51bfe2fd1a091c73d0b7a1a64)) -* fix branch name master->main ([`1bb5dc9`](https://github.com/supabase-community/gotrue-py/commit/1bb5dc9a456233ada58e90bcce24a1a655518a2b)) +* fix branch name master->main ([`1bb5dc9`](https://github.com/supabase-community/auth-py/commit/1bb5dc9a456233ada58e90bcce24a1a655518a2b)) -* Add pytest portion of workflow ([`3aeb728`](https://github.com/supabase-community/gotrue-py/commit/3aeb728e0a1a575ed4a8a513941ceffad9879252)) +* Add pytest portion of workflow ([`3aeb728`](https://github.com/supabase-community/auth-py/commit/3aeb728e0a1a575ed4a8a513941ceffad9879252)) -* Remove additional steps ([`2c1f4c3`](https://github.com/supabase-community/gotrue-py/commit/2c1f4c3d53926cf3645bd790375aeefca2c3a90e)) +* Remove additional steps ([`2c1f4c3`](https://github.com/supabase-community/auth-py/commit/2c1f4c3d53926cf3645bd790375aeefca2c3a90e)) -* Fix indentation level ([`949a33d`](https://github.com/supabase-community/gotrue-py/commit/949a33dc90e8b2fa7bcdbacb6d5319e8982ac6a9)) +* Fix indentation level ([`949a33d`](https://github.com/supabase-community/auth-py/commit/949a33dc90e8b2fa7bcdbacb6d5319e8982ac6a9)) -* Add .github dir ([`a958afe`](https://github.com/supabase-community/gotrue-py/commit/a958afef51270221ddff33aa2d716ad0aaa6c19d)) +* Add .github dir ([`a958afe`](https://github.com/supabase-community/auth-py/commit/a958afef51270221ddff33aa2d716ad0aaa6c19d)) -* add preliminary CI ([`5cfcae7`](https://github.com/supabase-community/gotrue-py/commit/5cfcae7814999481bc194c610472633357ade876)) +* add preliminary CI ([`5cfcae7`](https://github.com/supabase-community/auth-py/commit/5cfcae7814999481bc194c610472633357ade876)) -* Test initial stubs against gotrue-example site ([`583da03`](https://github.com/supabase-community/gotrue-py/commit/583da03cfd76fe2061f4748f95775d771f6d1eb5)) +* Test initial stubs against gotrue-example site ([`583da03`](https://github.com/supabase-community/auth-py/commit/583da03cfd76fe2061f4748f95775d771f6d1eb5)) -* Update README ([`0e4fbd0`](https://github.com/supabase-community/gotrue-py/commit/0e4fbd0e1b2ef54ec3dab745dc18ae690bc04705)) +* Update README ([`0e4fbd0`](https://github.com/supabase-community/auth-py/commit/0e4fbd0e1b2ef54ec3dab745dc18ae690bc04705)) -* Restructure repository ([`4d4e554`](https://github.com/supabase-community/gotrue-py/commit/4d4e55474fdd131e8711c2d62cbaade0b5a14fb7)) +* Restructure repository ([`4d4e554`](https://github.com/supabase-community/auth-py/commit/4d4e55474fdd131e8711c2d62cbaade0b5a14fb7)) -* Initial commit ([`3d87285`](https://github.com/supabase-community/gotrue-py/commit/3d87285a1d503cdb88a91cfa3e430fac546d2564)) +* Initial commit ([`3d87285`](https://github.com/supabase-community/auth-py/commit/3d87285a1d503cdb88a91cfa3e430fac546d2564)) diff --git a/gotrue/__init__.py b/gotrue/__init__.py index f876e02d..4b99d07f 100644 --- a/gotrue/__init__.py +++ b/gotrue/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "2.1.0" +__version__ = "2.2.0" from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401 from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 26a5b2e2..0a4e88c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gotrue" -version = "2.1.0" +version = "2.2.0" description = "Python Client Library for GoTrue" authors = ["Joel Lee "] homepage = "https://github.com/supabase-community/gotrue-py"