diff --git a/CHANGELOG.md b/CHANGELOG.md index 600c832f..e8ca8886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,148 @@ # CHANGELOG +## v2.5.1 (2024-06-20) +### Chore + +* chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 (#526) ([`b7d5755`](https://github.com/supabase-community/auth-py/commit/b7d5755318c3a7929c057ef8a4ce0f9ac765389c)) + +* chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 + +Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.1 to 9.8.3. +- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.1...v9.8.3) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`8e5ec68`](https://github.com/supabase-community/auth-py/commit/8e5ec68f61613bfe60c704b0f393a1bdf6c1b276)) + +* chore(deps-dev): bump faker from 25.4.0 to 25.8.0 (#519) ([`e4fc889`](https://github.com/supabase-community/auth-py/commit/e4fc8891bcafc94688e75a305dfc85d9fbbb60e9)) + +* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 (#527) ([`eda2715`](https://github.com/supabase-community/auth-py/commit/eda2715283b589942ce85c0a83708190fa595d0b)) + +* chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 (#525) ([`8137d24`](https://github.com/supabase-community/auth-py/commit/8137d241a12f24e0dac3554c1ec7f34e504aaf87)) + +* chore(deps-dev): bump faker from 25.4.0 to 25.8.0 + +Bumps [faker](https://github.com/joke2k/faker) from 25.4.0 to 25.8.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v25.4.0...v25.8.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c730281`](https://github.com/supabase-community/auth-py/commit/c7302817c2fca068811fa507d582ce9ce7465494)) + +* chore(deps): bump pydantic from 2.7.3 to 2.7.4 (#521) ([`0647d43`](https://github.com/supabase-community/auth-py/commit/0647d43940df2fc387dde01092cb0ea018711082)) + +* chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 (#516) ([`2c40cd6`](https://github.com/supabase-community/auth-py/commit/2c40cd6fdbfae74ac9c104d307a91d6dc5b21195)) + +### Fix + +* fix: add channel to sign_in and sign_up options ([`498640d`](https://github.com/supabase-community/auth-py/commit/498640dfa8804257bb62675078dc0487aacc879d)) + +### Unknown + +* Update supabase_auth/_sync/gotrue_client.py + +Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com> ([`1df49ef`](https://github.com/supabase-community/auth-py/commit/1df49ef55ed64cce0a9afa3295e7c8c56b9fd450)) + +* Update supabase_auth/_async/gotrue_client.py + +Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com> ([`f44450d`](https://github.com/supabase-community/auth-py/commit/f44450dc7294ab0bf25e16f81b5ef8423120264d)) + +* format with pre-commit formatter ([`97b534b`](https://github.com/supabase-community/auth-py/commit/97b534b9e5fd1ec5a04c0f7520aa078029de76a0)) + +* change option name from `redirect_to` to `email_redirect_to` ([`019da4f`](https://github.com/supabase-community/auth-py/commit/019da4fdbcc4ae92f227322ebd7a3485479d9943)) + +* add sync version ([`4814aeb`](https://github.com/supabase-community/auth-py/commit/4814aeb4b8c446dacc1086300260dcfefac76210)) + +* add channel to sign_in and sign_up options ([`5a1c44a`](https://github.com/supabase-community/auth-py/commit/5a1c44afebe5d01b31bacd25423f456baab35ef8)) ## v2.5.0 (2024-06-20) ### Chore +* chore(release): bump version to v2.5.0 ([`a92ec80`](https://github.com/supabase-community/auth-py/commit/a92ec8068d8751d0864a7cde2cdb62bfb39c7071)) + +* chore(deps): bump python-semantic-release/python-semantic-release + +Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.1 to 9.8.3. +- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.1...v9.8.3) + +--- +updated-dependencies: +- dependency-name: python-semantic-release/python-semantic-release + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`941a87b`](https://github.com/supabase-community/auth-py/commit/941a87b3a62bb249fe01683e814a6f3700cc24f5)) + +* chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 + +Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. +- [Release notes](https://github.com/urllib3/urllib3/releases) +- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) +- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) + +--- +updated-dependencies: +- dependency-name: urllib3 + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`097d3ac`](https://github.com/supabase-community/auth-py/commit/097d3ac788e4650358753dde48d93c3204940029)) + +* chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`e2f6c0a`](https://github.com/supabase-community/auth-py/commit/e2f6c0ab7bb962e2ed57a992d90bea91f91b2dd6)) + * chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1 (#515) ([`98006ed`](https://github.com/supabase-community/auth-py/commit/98006ed08d07bb2414b261ba3c926f29c0de3645)) * chore(deps): bump python-semantic-release/python-semantic-release from 9.8.0 to 9.8.1 (#514) ([`4458982`](https://github.com/supabase-community/auth-py/commit/445898229a3c504324a33a67d2bd9709bb8048ea)) +* chore(deps): bump pydantic from 2.7.3 to 2.7.4 + +Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.7.4. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`f7c60e7`](https://github.com/supabase-community/auth-py/commit/f7c60e727830bb1644416789a32ca0d3173658bc)) + * chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1 Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.0 to 9.8.1. @@ -54,7 +187,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`960d593`](https://g * Add Anonymous login ([`f3d35c7`](https://github.com/supabase-community/auth-py/commit/f3d35c72d3dc334d5963d4f9a57137eeacdff873)) - ## v2.4.4 (2024-06-04) ### Chore @@ -113,7 +245,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`35a8b14`](https://g * ReSync, fix merges ([`96129b6`](https://github.com/supabase-community/auth-py/commit/96129b65d3c5438aac5a67852978a7f7cf0b20dd)) - ## v2.4.3 (2024-06-01) ### Chore @@ -634,7 +765,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`a2423da`](https://g * Add stale bot ([`87b27b6`](https://github.com/supabase-community/auth-py/commit/87b27b63db1f99a64601de4ed16213c0e7ec7d63)) - ## v2.4.2 (2024-03-26) ### Chore @@ -880,7 +1010,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`f88b538`](https://g * Update manual_pypi_publish.yml ([`af2d2e5`](https://github.com/supabase-community/auth-py/commit/af2d2e51d59f3e0f3d8ead126e06beabd99030dd)) - ## v2.4.1 (2024-02-09) ### Chore @@ -933,7 +1062,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`db2307a`](https://g * revert changes to parse_auth_response ([`face521`](https://github.com/supabase-community/auth-py/commit/face52175ce75bcb074680c9a464fbb0ee320ae5)) - ## v2.4.0 (2024-01-31) ### Chore @@ -1011,7 +1139,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`f439d3f`](https://g * Merge branch 'main' of github.com:supabase-community/gotrue-py into j0/add_linking_methods ([`851e523`](https://github.com/supabase-community/auth-py/commit/851e5233070b96dd022cc2a78c074fb0789f3c11)) - ## v2.3.0 (2024-01-12) ### Chore @@ -1061,7 +1188,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`a60428c`](https://g * Update MAINTAINERS.md ([`5681011`](https://github.com/supabase-community/auth-py/commit/568101128a27280600da86780590fce62025410e)) - ## v2.2.0 (2023-12-13) ### Chore @@ -1080,7 +1206,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`a60428c`](https://g * Update README.md ([`62983ac`](https://github.com/supabase-community/auth-py/commit/62983ac31011b2fd1a810f1f2583632f88f3526c)) - ## v2.1.0 (2023-12-07) ### Chore @@ -1112,7 +1237,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c6f378a`](https://g * 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) ### Breaking @@ -1137,7 +1261,6 @@ BREAKING CHANGE: change async method on_auth_state_change to sync only. ([`a249b * 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 @@ -1164,9 +1287,9 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`424a5df`](https://g * 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: +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/auth-py/commit/7548d0290199bdb1053564b953932c53aabdea29)) ### Unknown @@ -1175,7 +1298,6 @@ https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/clie * 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 @@ -1281,7 +1403,6 @@ Use urlsafe_b64decode to properly handle URL-encoded JWTs ([`7541ade`](https://g * 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 @@ -1322,7 +1443,6 @@ feat: add OAuth PKCE (Sourcery refactored) ([`b331d04`](https://github.com/supab 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) ### Chore @@ -1491,7 +1611,6 @@ fix get_user calls fail when no session or jwt is available ([`2a562a7`](https:/ * 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) ### Chore @@ -1555,7 +1674,6 @@ feat: support pagination for auth admin list_users ([`1b88c51`](https://github.c 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 @@ -1652,7 +1770,6 @@ Specify minor version of pydantic to avoid dependency issue ([`c2ed950`](https:/ 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 @@ -1778,7 +1895,6 @@ fix: bump __init__ version to 1.02 ([`99b9907`](https://github.com/supabase-comm 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) ### Chore @@ -1938,7 +2054,6 @@ fix: parse_auth_response to handle cases when data is an empty dictio… ([`633c 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) ### Chore @@ -2105,19 +2220,19 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c6f0b49`](https://g * chore(deps): bump pydantic from 1.10.4 to 1.10.5 (#233) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a785e16`](https://github.com/supabase-community/auth-py/commit/a785e16c79a76d9a897d58dbc17f370a014038b0)) * chore(deps-dev): bump faker from 16.8.1 to 17.0.0 @@ -2261,7 +2376,6 @@ chore(deps): bump cryptography from 39.0.0 to 39.0.1 ([`af1a7f0`](https://github 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) ### Chore @@ -2450,21 +2564,21 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`ba7cdc6`](https://g * chore(deps-dev): bump isort from 5.10.1 to 5.11.1 (#195) -Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.1. -- [Release notes](https://github.com/pycqa/isort/releases) -- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pycqa/isort/compare/5.10.1...5.11.1) - ---- -updated-dependencies: -- dependency-name: isort - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.1. +- [Release notes](https://github.com/pycqa/isort/releases) +- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pycqa/isort/compare/5.10.1...5.11.1) + +--- +updated-dependencies: +- dependency-name: isort + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d12d0c5`](https://github.com/supabase-community/auth-py/commit/d12d0c57e2111e3e4547a36761bd91749f856205)) * chore(deps-dev): bump black from 22.10.0 to 22.12.0 @@ -2485,76 +2599,76 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`2207e09`](https://g * chore(deps): bump certifi from 2022.6.15 to 2022.12.7 (#192) -Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. -- [Release notes](https://github.com/certifi/python-certifi/releases) -- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07) - ---- -updated-dependencies: -- dependency-name: certifi - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. +- [Release notes](https://github.com/certifi/python-certifi/releases) +- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07) + +--- +updated-dependencies: +- dependency-name: certifi + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`841083e`](https://github.com/supabase-community/auth-py/commit/841083e36c7098def95303d3e9eff3a94949b8c7)) * chore(deps-dev): bump pytest-asyncio from 0.20.2 to 0.20.3 (#193) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.2...v0.20.3) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.2...v0.20.3) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2b8b03a`](https://github.com/supabase-community/auth-py/commit/2b8b03ab9c971a08c7e56ff2a41cbf976ce54b2a)) * chore(deps-dev): bump faker from 15.3.3 to 15.3.4 (#191) -Bumps [faker](https://github.com/joke2k/faker) from 15.3.3 to 15.3.4. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.3.3...v15.3.4) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [faker](https://github.com/joke2k/faker) from 15.3.3 to 15.3.4. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.3.3...v15.3.4) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5773bf0`](https://github.com/supabase-community/auth-py/commit/5773bf0b97bf6fbc2a2adb61175d73941915bfa9)) * chore(deps): bump abatilo/actions-poetry from 2.1.6 to 2.2.0 (#190) -Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.2.0. -- [Release notes](https://github.com/abatilo/actions-poetry/releases) -- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) -- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0) - ---- -updated-dependencies: -- dependency-name: abatilo/actions-poetry - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.2.0. +- [Release notes](https://github.com/abatilo/actions-poetry/releases) +- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) +- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0) + +--- +updated-dependencies: +- dependency-name: abatilo/actions-poetry + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ad040d1`](https://github.com/supabase-community/auth-py/commit/ad040d1428d5419e4a62b993e9946e872ecf5904)) * chore(deps-dev): bump faker from 15.3.2 to 15.3.3 (#189) @@ -2578,180 +2692,180 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps): bump httpx from 0.23.0 to 0.23.1 (#188) -Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. -- [Release notes](https://github.com/encode/httpx/releases) -- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) -- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.23.1) - ---- -updated-dependencies: -- dependency-name: httpx - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dd04ad2`](https://github.com/supabase-community/auth-py/commit/dd04ad2eff2da019f65b1a37119d6f612fc4e5e4)) - -* chore(deps-dev): bump faker from 15.3.1 to 15.3.2 (#186) - -Bumps [faker](https://github.com/joke2k/faker) from 15.3.1 to 15.3.2. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.3.1...v15.3.2) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8d75f1c`](https://github.com/supabase-community/auth-py/commit/8d75f1cee71f74349a90922b945a82343f68963b)) - -* chore(deps): bump cryptography from 37.0.4 to 38.0.3 (#185) - -Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.3. -- [Release notes](https://github.com/pyca/cryptography/releases) -- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...38.0.3) - ---- -updated-dependencies: -- dependency-name: cryptography - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e0df2f`](https://github.com/supabase-community/auth-py/commit/6e0df2f2c357aef1d1384604d7012704a447217a)) - -* chore(deps-dev): bump pytest-asyncio from 0.20.1 to 0.20.2 (#184) - -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bebb22f`](https://github.com/supabase-community/auth-py/commit/bebb22fe7b5ef2862388916e873b6db17dcb41f3)) +Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. +- [Release notes](https://github.com/encode/httpx/releases) +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) +- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.23.1) -* chore(deps-dev): bump faker from 15.1.3 to 15.3.1 (#183) +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-patch +... -Bumps [faker](https://github.com/joke2k/faker) from 15.1.3 to 15.3.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.1.3...v15.3.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ae2043a`](https://github.com/supabase-community/auth-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) +Signed-off-by: dependabot[bot] <support@github.com> -* chore: update lock ([`9dd42b4`](https://github.com/supabase-community/auth-py/commit/9dd42b4c516879e208ca2d15d5934d682f9e4481)) +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/auth-py/commit/dd04ad2eff2da019f65b1a37119d6f612fc4e5e4)) -* chore(deps-dev): bump faker from 15.1.1 to 15.1.3 (#182) +* chore(deps-dev): bump faker from 15.3.1 to 15.3.2 (#186) -Bumps [faker](https://github.com/joke2k/faker) from 15.1.1 to 15.1.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v15.1.1...v15.1.3) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2c15513`](https://github.com/supabase-community/auth-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) +Bumps [faker](https://github.com/joke2k/faker) from 15.3.1 to 15.3.2. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.3.1...v15.3.2) -* chore: gen sync files ([`01385ea`](https://github.com/supabase-community/auth-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... -* chore: fix EOL ([`44a4f25`](https://github.com/supabase-community/auth-py/commit/44a4f2573deb61ecdae704ec67f9e65c1dc25bd2)) +Signed-off-by: dependabot[bot] <support@github.com> -* chore: implement clients and utils for testing ([`6fbd3de`](https://github.com/supabase-community/auth-py/commit/6fbd3de4247f38ddd4af76422729658a8f0fb2da)) +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/auth-py/commit/8d75f1cee71f74349a90922b945a82343f68963b)) -* chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 (#179) +* chore(deps): bump cryptography from 37.0.4 to 38.0.3 (#185) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) +Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.3. +- [Release notes](https://github.com/pyca/cryptography/releases) +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...38.0.3) --- updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-minor +- dependency-name: cryptography + dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`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) - -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.32.1...v7.32.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5aae844`](https://github.com/supabase-community/auth-py/commit/5aae8441185febd2db0439d486735e3724e3b437)) +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.19.0 to 0.20.1 +* chore(deps-dev): bump pytest-asyncio from 0.20.1 to 0.20.2 (#184) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.1. +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.1) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development - update-type: version-update:semver-minor + update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`89f1336`](https://github.com/supabase-community/auth-py/commit/89f133619118f4fbf8eaa9ef4b05283397fbfefd)) +Signed-off-by: dependabot[bot] <support@github.com> -* chore(deps-dev): bump faker from 15.0.0 to 15.1.1 +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/auth-py/commit/bebb22fe7b5ef2862388916e873b6db17dcb41f3)) + +* chore(deps-dev): bump faker from 15.1.3 to 15.3.1 (#183) + +Bumps [faker](https://github.com/joke2k/faker) from 15.1.3 to 15.3.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.1.3...v15.3.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ae2043a`](https://github.com/supabase-community/auth-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) + +* 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) + +Bumps [faker](https://github.com/joke2k/faker) from 15.1.1 to 15.1.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.1.1...v15.1.3) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2c15513`](https://github.com/supabase-community/auth-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) + +* chore: gen sync files ([`01385ea`](https://github.com/supabase-community/auth-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) + +* 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/auth-py/commit/6fbd3de4247f38ddd4af76422729658a8f0fb2da)) + +* chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 (#179) + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`73df32a`](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) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.1 to 7.32.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.32.1...v7.32.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5aae844`](https://github.com/supabase-community/auth-py/commit/5aae8441185febd2db0439d486735e3724e3b437)) + +* chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 + +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`89f1336`](https://github.com/supabase-community/auth-py/commit/89f133619118f4fbf8eaa9ef4b05283397fbfefd)) + +* chore(deps-dev): bump faker from 15.0.0 to 15.1.1 Bumps [faker](https://github.com/joke2k/faker) from 15.0.0 to 15.1.1. - [Release notes](https://github.com/joke2k/faker/releases) @@ -2813,21 +2927,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#168) -Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. -- [Release notes](https://github.com/pytest-dev/pytest-cov/releases) -- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) - ---- -updated-dependencies: -- dependency-name: pytest-cov - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. +- [Release notes](https://github.com/pytest-dev/pytest-cov/releases) +- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) + +--- +updated-dependencies: +- dependency-name: pytest-cov + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`57ae3b3`](https://github.com/supabase-community/auth-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) * chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167) @@ -2905,78 +3019,78 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#161) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b93c9d7`](https://github.com/supabase-community/auth-py/commit/b93c9d7d3f3f52f60effe5ffd17bfa400d46cd3c)) * chore(deps-dev): bump black from 22.6.0 to 22.8.0 (#159) -Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/compare/22.6.0...22.8.0) - ---- -updated-dependencies: -- dependency-name: black - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/compare/22.6.0...22.8.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b552dea`](https://github.com/supabase-community/auth-py/commit/b552dea77b8d8cc058d6ba856f37f0f1d26d3480)) * chore(deps-dev): bump faker from 14.1.1 to 14.2.0 (#158) -Bumps [faker](https://github.com/joke2k/faker) from 14.1.1 to 14.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v14.1.1...v14.2.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [faker](https://github.com/joke2k/faker) from 14.1.1 to 14.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v14.1.1...v14.2.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`214353e`](https://github.com/supabase-community/auth-py/commit/214353e69e8da96ee628e87deac7c7f856e85c03)) * chore(deps): bump pydantic from 1.10.0 to 1.10.1 (#160) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.0 to 1.10.1. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.0 to 1.10.1. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a322dce`](https://github.com/supabase-community/auth-py/commit/a322dce65f54de8a98d54c02dce0a12fdd5201c2)) * chore: update dependencies ([`6b15a50`](https://github.com/supabase-community/auth-py/commit/6b15a50466f82b87aae67823e08770c25cb352f6)) @@ -3177,74 +3291,73 @@ chore(deps-dev): bump faker from 14.2.0 to 14.2.1 ([`7c5a665`](https://github.co * Merge branch 'main' into next ([`971b816`](https://github.com/supabase-community/auth-py/commit/971b816646268d7740b40a4c018af27a38aaa4b9)) - ## v0.5.4 (2022-08-31) ### Chore * chore: setup version 0.5.4 for new release (#157) -* chore: setup version 0.5.4 for new release - -* chore: update version of __init__.py - +* chore: setup version 0.5.4 for new release + +* chore: update version of __init__.py + * 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) -Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.1.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.1.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`272ad56`](https://github.com/supabase-community/auth-py/commit/272ad56d212ed37b6a6a60c8ce2c6613d2cb9ec1)) * chore(deps): bump pydantic from 1.9.2 to 1.10.0 (#153) -Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.2 to 1.10.0. -- [Release notes](https://github.com/pydantic/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) -- [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.0) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.2 to 1.10.0. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.0) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`913e014`](https://github.com/supabase-community/auth-py/commit/913e0142d92cf4c77e42624314577d5e29deed69)) * chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#152) -Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. -- [Release notes](https://github.com/abatilo/actions-poetry/releases) -- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) -- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6) - ---- -updated-dependencies: -- dependency-name: abatilo/actions-poetry - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. +- [Release notes](https://github.com/abatilo/actions-poetry/releases) +- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) +- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6) + +--- +updated-dependencies: +- dependency-name: abatilo/actions-poetry + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`62311f3`](https://github.com/supabase-community/auth-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154)) * chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase-community/auth-py/commit/76d91148e9e9bac13e3f771a9f09a98fbd9986b9)) @@ -3270,21 +3383,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.31.2 to 7.31.3 (#150) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.31.3. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.31.3) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.2 to 7.31.3. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.2...v7.31.3) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a9c110d`](https://github.com/supabase-community/auth-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8)) * chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase-community/auth-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd)) @@ -3335,21 +3448,21 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps): bump pydantic from 1.9.1 to 1.9.2 (#145) -Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2. -- [Release notes](https://github.com/samuelcolvin/pydantic/releases) -- [Changelog](https://github.com/pydantic/pydantic/blob/v1.9.2/HISTORY.md) -- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2) - ---- -updated-dependencies: -- dependency-name: pydantic - dependency-type: direct:production - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2. +- [Release notes](https://github.com/samuelcolvin/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.9.2/HISTORY.md) +- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`db929b4`](https://github.com/supabase-community/auth-py/commit/db929b4f91846f83e7a72c8d32d455c533e79d14)) * chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (#144) @@ -3371,128 +3484,128 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump flake8 from 5.0.1 to 5.0.3 (#143) -Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.3. -- [Release notes](https://github.com/pycqa/flake8/releases) -- [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.3) - ---- -updated-dependencies: -- dependency-name: flake8 - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.3. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.3) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d84e005`](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) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.1 to 7.31.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.1...v7.31.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b08ccf7`](https://github.com/supabase-community/auth-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.1 to 7.31.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.1...v7.31.2) -* chore(deps-dev): bump flake8 from 4.0.1 to 5.0.1 (#142) +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... -Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1. -- [Release notes](https://github.com/pycqa/flake8/releases) -- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1) - ---- -updated-dependencies: -- dependency-name: flake8 - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4c62d77`](https://github.com/supabase-community/auth-py/commit/4c62d77da0f1c281c24aabb0a90acc87861c1825)) +Signed-off-by: dependabot[bot] <support@github.com> -* chore(deps-dev): bump python-semantic-release from 7.30.2 to 7.31.1 (#140) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b08ccf7`](https://github.com/supabase-community/auth-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.2 to 7.31.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.2...v7.31.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8aba5b5`](https://github.com/supabase-community/auth-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) +* chore(deps-dev): bump flake8 from 4.0.1 to 5.0.1 (#142) + +Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4c62d77`](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) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.2 to 7.31.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.2...v7.31.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8aba5b5`](https://github.com/supabase-community/auth-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) * 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) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.1 to 7.30.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.1...v7.30.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.1 to 7.30.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.1...v7.30.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`93aa22b`](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) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.7 to 7.30.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.7...v7.30.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.7 to 7.30.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.7...v7.30.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4e464eb`](https://github.com/supabase-community/auth-py/commit/4e464eb16737cf77d24de95185d6ac772b14f178)) * chore(deps-dev): bump faker from 13.15.0 to 13.15.1 (#136) -Bumps [faker](https://github.com/joke2k/faker) from 13.15.0 to 13.15.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.15.0 to 13.15.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`606f158`](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) @@ -3525,7 +3638,6 @@ Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-co * Merge remote-tracking branch 'origin/main' ([`dde85fb`](https://github.com/supabase-community/auth-py/commit/dde85fbf5e404d3787c1da55cf216cf75f0578d8)) - ## v0.5.3 (2022-07-17) ### Chore @@ -3534,27 +3646,26 @@ Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-co * chore(deps-dev): bump python-semantic-release from 7.29.4 to 7.29.5 (#131) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.4 to 7.29.5. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.4...v7.29.5) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.4 to 7.29.5. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.4...v7.29.5) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c506308`](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/auth-py/commit/b21d6e385d72d0d94729d2427ab3bdcf178a1efb)) - ## v0.5.2 (2022-07-13) ### Chore @@ -3585,43 +3696,42 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump faker from 13.14.0 to 13.15.0 (#127) -Bumps [faker](https://github.com/joke2k/faker) from 13.14.0 to 13.15.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.14.0...v13.15.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.14.0 to 13.15.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.14.0...v13.15.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0f2e0e5`](https://github.com/supabase-community/auth-py/commit/0f2e0e51cf3356c84a1a9cf87f435688b69a315c)) ### Feature * feat: change `.update` method to also allow dictionaries (#130) -* Allow users to send a dict instead of UserAttributes model - -* Add tests - -* Check Python version before trying to import TypedDict - -* Remove `TypedDict` from the main `typing` import - -* Change format - -* Change format of types - -* 'Refactored by Sourcery' - -Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> -Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-community/auth-py/commit/df3f69ea18599a651715271d546b684555933286)) +* Allow users to send a dict instead of UserAttributes model + +* Add tests + +* Check Python version before trying to import TypedDict +* Remove `TypedDict` from the main `typing` import + +* Change format + +* Change format of types + +* 'Refactored by Sourcery' + +Co-authored-by: odiseo0 <pedro.esserweb@gmail.com> +Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-community/auth-py/commit/df3f69ea18599a651715271d546b684555933286)) ## v0.5.1 (2022-07-05) @@ -3633,128 +3743,128 @@ Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase-co * chore(deps-dev): bump python-semantic-release from 7.28.0 to 7.28.1 (#110) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.0 to 7.28.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.28.0...v7.28.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.0 to 7.28.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.28.0...v7.28.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8a19b39`](https://github.com/supabase-community/auth-py/commit/8a19b3941d4a0eb06e5f2d3479a3c99b3cced0fd)) * chore(deps-dev): bump pre-commit from 2.17.0 to 2.18.1 (#107) -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) - ---- -updated-dependencies: -- dependency-name: pre-commit - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d0abb73`](https://github.com/supabase-community/auth-py/commit/d0abb73ccccc0eefbd0dfcea95766bb29ae96be7)) * chore(deps-dev): bump black from 22.1.0 to 22.3.0 (#105) -Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0) - ---- -updated-dependencies: -- dependency-name: black - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d2e6761`](https://github.com/supabase-community/auth-py/commit/d2e676150b2a5d72bf9464bfb44442401f452605)) * chore(deps-dev): bump faker from 13.3.3 to 13.3.4 (#106) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.3 to 13.3.4. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.3...v13.3.4) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.3 to 13.3.4. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.3...v13.3.4) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a309526`](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) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.0 to 7.28.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.27.0...v7.28.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.27.0 to 7.28.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.27.0...v7.28.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8042862`](https://github.com/supabase-community/auth-py/commit/804286224c86a45163f722aae42ac18deb05293e)) * chore(deps-dev): bump pytest-asyncio from 0.18.2 to 0.18.3 (#104) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.18.3) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.18.3) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`270bd1e`](https://github.com/supabase-community/auth-py/commit/270bd1e6b267f36a3b944ba3588bbc7d48feb09c)) * chore(deps-dev): bump faker from 13.3.2 to 13.3.3 (#103) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.2 to 13.3.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.2...v13.3.3) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.2 to 13.3.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.2...v13.3.3) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bea6573`](https://github.com/supabase-community/auth-py/commit/bea65739c558e25a842c2b399d413724a00cd113)) * chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 (#102) @@ -3777,38 +3887,38 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.26.0 to 7.27.0 (#101) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.26.0 to 7.27.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.26.0...v7.27.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.26.0 to 7.27.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.26.0...v7.27.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3bfe980`](https://github.com/supabase-community/auth-py/commit/3bfe980ffb6b743fab101a981695ecb10196d9a8)) * chore(deps-dev): bump faker from 13.3.1 to 13.3.2 (#100) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.1 to 13.3.2. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.1...v13.3.2) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.1 to 13.3.2. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.1...v13.3.2) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`feb9bc6`](https://github.com/supabase-community/auth-py/commit/feb9bc6938f1995299fb88c0a085f795f0440e1f)) * chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 @@ -3829,55 +3939,55 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c8181d2`](https://g * chore(deps-dev): bump python-semantic-release from 7.25.2 to 7.26.0 (#98) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.2 to 7.26.0. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.2...v7.26.0) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.2 to 7.26.0. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.2...v7.26.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`aaddf78`](https://github.com/supabase-community/auth-py/commit/aaddf78696aa599264a0dd665458ec491cc57c32)) * chore(deps-dev): bump faker from 13.3.0 to 13.3.1 (#97) -Bumps [faker](https://github.com/joke2k/faker) from 13.3.0 to 13.3.1. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.3.0...v13.3.1) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.3.0 to 13.3.1. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.3.0...v13.3.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`26428de`](https://github.com/supabase-community/auth-py/commit/26428de8aa1c1202adc65ca4e1c4687fd62badf5)) * chore(deps-dev): bump pytest-asyncio from 0.18.1 to 0.18.2 (#96) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e7b257`](https://github.com/supabase-community/auth-py/commit/6e7b257023497e6fecd79d396cfc106762f4785c)) * chore(deps-dev): bump faker from 13.2.0 to 13.3.0 (#95) @@ -3900,56 +4010,56 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump python-semantic-release from 7.25.1 to 7.25.2 (#94) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.1 to 7.25.2. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.1...v7.25.2) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.1 to 7.25.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.1...v7.25.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3273350`](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) -Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.0 to 7.25.1. -- [Release notes](https://github.com/relekang/python-semantic-release/releases) -- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) -- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.0...v7.25.1) - ---- -updated-dependencies: -- dependency-name: python-semantic-release - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.25.0 to 7.25.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.25.0...v7.25.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c2e54a6`](https://github.com/supabase-community/auth-py/commit/c2e54a698de49581c6e72dea1f918b4745cd67dc)) * chore(deps-dev): bump faker from 13.0.0 to 13.2.0 (#92) -Bumps [faker](https://github.com/joke2k/faker) from 13.0.0 to 13.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v13.0.0...v13.2.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 13.0.0 to 13.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v13.0.0...v13.2.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e0156bc`](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) @@ -3972,198 +4082,198 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore(deps-dev): bump faker from 12.3.3 to 13.0.0 (#90) -Bumps [faker](https://github.com/joke2k/faker) from 12.3.3 to 13.0.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.3.3...v13.0.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.3.3 to 13.0.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.3.3...v13.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ff1653e`](https://github.com/supabase-community/auth-py/commit/ff1653eb9ab98b99e6200d3bfbea7a36dbadf079)) * chore(deps-dev): bump faker from 12.3.0 to 12.3.3 (#89) -Bumps [faker](https://github.com/joke2k/faker) from 12.3.0 to 12.3.3. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.3.0...v12.3.3) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.3.0 to 12.3.3. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.3.0...v12.3.3) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`da7c173`](https://github.com/supabase-community/auth-py/commit/da7c173353b683bd682b8f84325d47b9a2818b6c)) * chore(deps-dev): bump pytest from 7.0.0 to 7.0.1 (#88) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ec198b0`](https://github.com/supabase-community/auth-py/commit/ec198b07e200cfd98c8e7f8e3e946a1bcd3cbf97)) * chore(deps-dev): bump faker from 12.2.0 to 12.3.0 (#87) -Bumps [faker](https://github.com/joke2k/faker) from 12.2.0 to 12.3.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.2.0...v12.3.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.2.0 to 12.3.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.2.0...v12.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3addee0`](https://github.com/supabase-community/auth-py/commit/3addee0a7b9f4af834f11bab86b7dc4480f6635c)) * chore(deps-dev): bump pytest-asyncio from 0.17.2 to 0.18.1 (#86) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.2 to 0.18.1. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.1) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.2 to 0.18.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f14e19d`](https://github.com/supabase-community/auth-py/commit/f14e19d1a31a1f61fd192f48d68684f591f08a02)) * chore(deps-dev): bump faker from 12.1.0 to 12.2.0 (#85) -Bumps [faker](https://github.com/joke2k/faker) from 12.1.0 to 12.2.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.1.0...v12.2.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.1.0 to 12.2.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.1.0...v12.2.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`df71a96`](https://github.com/supabase-community/auth-py/commit/df71a964f56172a4fd6292defc76f52a812f8a88)) * chore(deps-dev): bump faker from 12.0.0 to 12.1.0 (#83) -Bumps [faker](https://github.com/joke2k/faker) from 12.0.0 to 12.1.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v12.0.0...v12.1.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 12.0.0 to 12.1.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v12.0.0...v12.1.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`809b75d`](https://github.com/supabase-community/auth-py/commit/809b75d2c02b489e7b4a2fe4c7944343b97a6912)) * chore(deps-dev): bump pytest from 6.2.5 to 7.0.0 (#82) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.0) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.0) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7a749ac`](https://github.com/supabase-community/auth-py/commit/7a749ac3227ba0825a211dd85503e81a89f9708b)) * chore(deps-dev): bump faker from 11.3.0 to 12.0.0 (#81) -Bumps [faker](https://github.com/joke2k/faker) from 11.3.0 to 12.0.0. -- [Release notes](https://github.com/joke2k/faker/releases) -- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) -- [Commits](https://github.com/joke2k/faker/compare/v11.3.0...v12.0.0) - ---- -updated-dependencies: -- dependency-name: faker - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [faker](https://github.com/joke2k/faker) from 11.3.0 to 12.0.0. +- [Release notes](https://github.com/joke2k/faker/releases) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v11.3.0...v12.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f54751a`](https://github.com/supabase-community/auth-py/commit/f54751a7baba7dd250d16193efd4eb7522454cf1)) * chore(deps-dev): bump black from 21.12b0 to 22.1.0 (#80) -Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. -- [Release notes](https://github.com/psf/black/releases) -- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) -- [Commits](https://github.com/psf/black/commits/22.1.0) - ---- -updated-dependencies: -- dependency-name: black - dependency-type: direct:development -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/commits/22.1.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a284212`](https://github.com/supabase-community/auth-py/commit/a28421291f145c11cbc36c6a2c46c86803a7e848)) * chore(deps): bump httpx from 0.21.3 to 0.22.0 (#79) -Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0. -- [Release notes](https://github.com/encode/httpx/releases) -- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) -- [Commits](https://github.com/encode/httpx/compare/0.21.3...0.22.0) - ---- -updated-dependencies: -- dependency-name: httpx - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0. +- [Release notes](https://github.com/encode/httpx/releases) +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) +- [Commits](https://github.com/encode/httpx/compare/0.21.3...0.22.0) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9e2101d`](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) @@ -4188,12 +4298,12 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * fix: upgrade dependencies and fix tests (#126) -* fix: upgrade dependencies - -* fix: update docker-compose of infra - -* chore: upgrade pre-commit config - +* fix: upgrade dependencies + +* fix: update docker-compose of infra + +* chore: upgrade pre-commit config + * chore: upgrade github action for ci ([`c9f2bde`](https://github.com/supabase-community/auth-py/commit/c9f2bde349f3f4e415366966ce0a39a1ac2084f2)) ### Unknown @@ -4202,7 +4312,6 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu 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) ### Chore @@ -4215,54 +4324,54 @@ Automatically generated by python-semantic-release ([`888ba1b`](https://github.c * chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.1 to 0.17.2. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.1 to 0.17.2. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c6d4d09`](https://github.com/supabase-community/auth-py/commit/c6d4d09deac00bf0c58b3a4f7da6a7303c423790)) * chore(deps-dev): bump pre-commit from 2.16.0 to 2.17.0 (#74) -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) - ---- -updated-dependencies: -- dependency-name: pre-commit - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`150ae9d`](https://github.com/supabase-community/auth-py/commit/150ae9d71c9d034d0f86d43683203e1702266f57)) * chore(deps-dev): bump pytest-asyncio from 0.17.0 to 0.17.1 (#72) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.0 to 0.17.1. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.17.1) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.0 to 0.17.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.17.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bc6f391`](https://github.com/supabase-community/auth-py/commit/bc6f391f07ba22467503cf25be3db48bebd58c14)) ### Documentation @@ -4273,20 +4382,19 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * feat: add create user param to sign in (#75) -* feat: add create user param to sign in - -ref: https://github.com/supabase/gotrue/pull/318 - -* 'Refactored by Sourcery' (#76) - -Co-authored-by: Sourcery AI <> - -* chore: format code - -* chore: format code - -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`57ec6d8`](https://github.com/supabase-community/auth-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) +* feat: add create user param to sign in + +ref: https://github.com/supabase/gotrue/pull/318 + +* 'Refactored by Sourcery' (#76) +Co-authored-by: Sourcery AI <> + +* chore: format code + +* chore: format code + +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`57ec6d8`](https://github.com/supabase-community/auth-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) ## v0.4.0 (2022-01-17) @@ -4300,14 +4408,13 @@ Automatically generated by python-semantic-release ([`d2e138c`](https://github.c * feat: add notion to enum of providers (#70) -* feat: add notion to enum of providers - -* 'Refactored by Sourcery' (#71) - -Co-authored-by: Sourcery AI <> - -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/auth-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) +* feat: add notion to enum of providers + +* 'Refactored by Sourcery' (#71) +Co-authored-by: Sourcery AI <> + +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/auth-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) ## v0.3.5 (2022-01-15) @@ -4319,35 +4426,34 @@ Automatically generated by python-semantic-release ([`5034285`](https://github.c * chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e1acdf3`](https://github.com/supabase-community/auth-py/commit/e1acdf3036883bf7cabcb6cac9e7b9f5ac99a651)) ### Fix * fix: delete_user returns Exception event if response is Ok (#68) -* fix: delete_user returns Exception event if response is Ok - -* 'Refactored by Sourcery' (#69) - -Co-authored-by: Sourcery AI <> - -* chore: format code - -Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`23c167e`](https://github.com/supabase-community/auth-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) +* fix: delete_user returns Exception event if response is Ok + +* 'Refactored by Sourcery' (#69) + +Co-authored-by: Sourcery AI <> +* chore: format code + +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`23c167e`](https://github.com/supabase-community/auth-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) ## v0.3.4 (2022-01-13) @@ -4371,7 +4477,6 @@ because the intention is good but instead receives an annoying print. ([`ae20a8e * fix: string formatting (vs. javascript style) ([`d783015`](https://github.com/supabase-community/auth-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516)) - ## v0.3.3 (2022-01-08) ### Chore @@ -4402,8 +4507,8 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * chore: remove skip of tests (#59) -* chore: remove skip of tests in async version - +* chore: remove skip of tests in async version + * 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 @@ -4474,7 +4579,6 @@ chore: add python versions badge to readme ([`ad2e2ea`](https://github.com/supab chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/auth-py/commit/56fd621474f2c25f96924b9f4e666864e32fd28f)) - ## v0.3.2 (2022-01-04) ### Chore @@ -4513,7 +4617,6 @@ fix: deploy action ([`4c05816`](https://github.com/supabase-community/auth-py/co 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-02) ### Chore @@ -4528,10 +4631,9 @@ Inherit from Exception ([`f415aa0`](https://github.com/supabase-community/auth-p * Inherit from Exception -Inherit from Exception instead of from BaseException. +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/auth-py/commit/33471366b95b32303314c6b4d3938cd768a28fc4)) - ## v0.3.0 (2021-12-29) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 95c257ec..0ec9453d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.5.0" +version = "2.5.1" description = "Python Client Library for Supabase Auth" authors = ["Joel Lee "] homepage = "https://github.com/supabase-community/auth-py" diff --git a/supabase_auth/__init__.py b/supabase_auth/__init__.py index 21c88ac2..17812996 100644 --- a/supabase_auth/__init__.py +++ b/supabase_auth/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "2.5.0" +__version__ = "2.5.1" from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401 from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401