diff --git a/CHANGELOG.md b/CHANGELOG.md index 58915686..558bb33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,129 +1,3798 @@ -# Changelog +# CHANGELOG - -## v0.5.4 (2022-08-31) -### Fix -* Use `str` type instead of `UUID` type in `id` property of `Identity` model ([#156](https://github.com/supabase-community/gotrue-py/pull/156)) thanks to [@leynier](https://github.com/leynier) -## v0.5.3 (2022-07-16) +## v1.0.4 (2023-08-23) + +### Chore + +* chore: add contents permission ([`a2a4912`](https://github.com/supabase-community/gotrue-py/commit/a2a49127a59b759e1a7336d9caf33bf277cf8a7f)) + +* chore: upgrade smenatic release ([`0cf22c2`](https://github.com/supabase-community/gotrue-py/commit/0cf22c2709f294d404549e141cae64d6c240fde5)) + +* chore(deps-dev): bump faker from 19.2.0 to 19.3.0 + +Bumps [faker](https://github.com/joke2k/faker) from 19.2.0 to 19.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/v19.2.0...v19.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`29f1a1e`](https://github.com/supabase-community/gotrue-py/commit/29f1a1e1d10182c2c3e3fc837beff0371457cac2)) + +* chore(deps-dev): bump faker from 18.13.0 to 19.2.0 + +Bumps [faker](https://github.com/joke2k/faker) from 18.13.0 to 19.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/v18.13.0...v19.2.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`0a03065`](https://github.com/supabase-community/gotrue-py/commit/0a030658bcc6b3bd3b522dec576174c1dc56a1ad)) + ### Fix -* Set total false to user attributes typed dict -## v0.5.2 (2022-07-13) +* fix: update more pyproject.toml config options ([`3c38c2b`](https://github.com/supabase-community/gotrue-py/commit/3c38c2bb252e45d1d7a9f0b856134e269ac5db4c)) + +* fix: convert version_toml to array ([`d9c555d`](https://github.com/supabase-community/gotrue-py/commit/d9c555d334aa7eaf15ea1a73109e76ed6e86abd0)) + +* fix: add relevant pypi info and permissions ([`875484e`](https://github.com/supabase-community/gotrue-py/commit/875484ede1f71e2a87992bc52381bc2c649f7966)) + +* fix: add new providers ([`b4c1681`](https://github.com/supabase-community/gotrue-py/commit/b4c16818ba781fe597766d81816c2be5a8a8265e)) + +* fix: add type definitions for new providers ([`e033cee`](https://github.com/supabase-community/gotrue-py/commit/e033cee2e42ae318614dd59a9ba02b8f15ce5600)) + +### Unknown + +* Merge pull request #299 from supabase-community/j0/fix_version_toml + +chore: add contents permission ([`7561df9`](https://github.com/supabase-community/gotrue-py/commit/7561df9a8b7b0279763e318f2a48b54693278c9b)) + +* Merge pull request #298 from supabase-community/j0/fix_version_toml + +fix: update version options ([`b66f958`](https://github.com/supabase-community/gotrue-py/commit/b66f9589be39526340152c8523c5130dde90ea0f)) + +* Merge pull request #297 from supabase-community/j0/fix_semantic_release + +fix: fix semantic release ([`3c9984b`](https://github.com/supabase-community/gotrue-py/commit/3c9984b2f89828f304b8f4fa1702b209ef5243bf)) + +* Merge pull request #290 from supabase-community/dependabot/pip/main/faker-19.3.0 + +chore(deps-dev): bump faker from 19.2.0 to 19.3.0 ([`52474bc`](https://github.com/supabase-community/gotrue-py/commit/52474bc1237ef0e2562f09b09aadb73e90e706e0)) + +* Merge pull request #293 from supabase-community/or/pydantic-v1-v2-support + +Support for pydantic v1 & v2 ([`6765f07`](https://github.com/supabase-community/gotrue-py/commit/6765f0778ec16afe66cddccd7067af0451838b7a)) + +* revert TypeAdapter to parse_obj_as for pydantic v1 support ([`79cd743`](https://github.com/supabase-community/gotrue-py/commit/79cd7438b1482742fd832044b90a51953609944d)) + +* run tests with pydantic v1 under CI ([`9c4aa2a`](https://github.com/supabase-community/gotrue-py/commit/9c4aa2abe4d8d711a7d85b4a9a6ccc6e93b02eab)) + +* pydantic v1 & v2 compatibility ([`45456c8`](https://github.com/supabase-community/gotrue-py/commit/45456c8e4c29d5a2846cd74679091c6f055f8158)) + +* Merge pull request #289 from yuvanist/main + +Specify minor version of pydantic to avoid dependency issue ([`c2ed950`](https://github.com/supabase-community/gotrue-py/commit/c2ed950516e4b9bee6eb8f066969049b9a361a28)) + +* Update lock file ([`9258777`](https://github.com/supabase-community/gotrue-py/commit/92587777ea9d1d844e25d5c4905ff8f24d50b369)) + +* specify minor version of pydantic ([`2b0bdb4`](https://github.com/supabase-community/gotrue-py/commit/2b0bdb4e347aaba33820dcf9b404da448148b004)) + +* Merge pull request #288 from supabase-community/dependabot/pip/main/faker-19.2.0 + +chore(deps-dev): bump faker from 18.13.0 to 19.2.0 ([`69f5994`](https://github.com/supabase-community/gotrue-py/commit/69f59947e62e4ec808376595bbffc53170f49aae)) + + +## v1.0.3 (2023-08-03) + +### Chore + +* chore: bump ci file ([`cfe3acb`](https://github.com/supabase-community/gotrue-py/commit/cfe3acbba295d30b1360269f891449ca2fe7fa13)) + +* chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 + +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`d5f937f`](https://github.com/supabase-community/gotrue-py/commit/d5f937f3c2d377336c93537d46cc53969ad1f1f6)) + +* chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0 + +Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.58.0 to 1.59.0. +- [Release notes](https://github.com/pygithub/pygithub/releases) +- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) +- [Commits](https://github.com/pygithub/pygithub/compare/v1.58.0...v1.59.0) + +--- +updated-dependencies: +- dependency-name: pygithub + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`57ae5f7`](https://github.com/supabase-community/gotrue-py/commit/57ae5f79261545977d97c39f76d2cc9e868b65b1)) + +* chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6 + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.33.2 to 7.34.6. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.33.2...v7.34.6) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`9ac7669`](https://github.com/supabase-community/gotrue-py/commit/9ac7669f42fc709b3e4d59b4aa2d1dbfff0b93a6)) + +* chore(deps): bump cryptography from 39.0.1 to 41.0.0 + +Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0. +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0) + +--- +updated-dependencies: +- dependency-name: cryptography + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`461aa75`](https://github.com/supabase-community/gotrue-py/commit/461aa75350e8214b942f869ccd8d719e4313eb36)) + ### Feature -* Change .update method to also allow dictionaries ([#130](https://github.com/supabase-community/gotrue-py/pull/130)) thanks to [@odiseo0](https://github.com/odiseo0) -## v0.5.1 (2022-07-04) +* feat: release new version ([`0cf8072`](https://github.com/supabase-community/gotrue-py/commit/0cf80722fc7fd69c8adf93ce83fa11f68f531b8e)) + ### Fix -* Upgrade dependencies and fix config tests ([#126](https://github.com/supabase-community/gotrue-py/pull/126)) -## v0.5.0 (2022-01-20) -### Feature -* Add create user param to sign in ([#75](https://github.com/supabase-community/gotrue-py/issues/75)) ([`57ec6d8`](https://github.com/supabase-community/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) +* fix: revert semantic release ([`aea52c2`](https://github.com/supabase-community/gotrue-py/commit/aea52c251664ee1496f9af875dc2ab09f823d467)) -### Documentation -* Add maintainers file ([`2f5f005`](https://github.com/supabase-community/gotrue-py/commit/2f5f005235e90127cb7effde7396bb55088b815f)) +* fix: bump version ([`da8be6f`](https://github.com/supabase-community/gotrue-py/commit/da8be6fc3b9ee9ada78acfc110bdb7c8ec354b91)) -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.4.0...v0.5.0)** +### Unknown + +* Merge pull request #287 from supabase-community/j0/release_new_ver + +feat: release v1.0.3 ([`a6f8fd6`](https://github.com/supabase-community/gotrue-py/commit/a6f8fd6d9af1572abacb73a10471c7a6bfa160aa)) + +* Revert "chore: bump ci file" + +This reverts commit cfe3acbba295d30b1360269f891449ca2fe7fa13. ([`baa692c`](https://github.com/supabase-community/gotrue-py/commit/baa692c46b2270dfec2697dbe26f58fb016bf593)) + +* Merge pull request #279 from supabase-community/dependabot/pip/main/pygithub-1.59.0 + +chore(deps-dev): bump pygithub from 1.58.0 to 1.59.0 ([`86b9648`](https://github.com/supabase-community/gotrue-py/commit/86b9648683af94e314d2c0c8f6d3c4a49be81b8a)) + +* Merge pull request #286 from yuvanist/main + +Upgrade gotrue-py to pydantic > 2.1.x ([`86ac440`](https://github.com/supabase-community/gotrue-py/commit/86ac4405b266e6c33f10888352316fd7c5c917a5)) + +* change lock file ([`6ca5a7d`](https://github.com/supabase-community/gotrue-py/commit/6ca5a7dbfc7cb8c56b7b9c430745b370954ce109)) + +* Change pydantic version to 2.1 ([`1daebe0`](https://github.com/supabase-community/gotrue-py/commit/1daebe01db2e309ae76c4d7f50d39e05536afca6)) + +* reformat ([`3aa81c7`](https://github.com/supabase-community/gotrue-py/commit/3aa81c75c1edccb73b8ad8c845afd2ae58fa1522)) + +* change to model_rebuild ([`cd053cc`](https://github.com/supabase-community/gotrue-py/commit/cd053ccc1e377cad73b2b6858ba3eb802a8ce2db)) + +* update poetry lock ([`e99b5b5`](https://github.com/supabase-community/gotrue-py/commit/e99b5b5236ad8040387014dcc9a83ea98382d90d)) + +* root_validator to model_validator ([`0dee34e`](https://github.com/supabase-community/gotrue-py/commit/0dee34e493c199c38691c7c3a88ee3315f6b3f3d)) + +* Upgrade to Pydantic V2 - Initial Changes ([`e59bb96`](https://github.com/supabase-community/gotrue-py/commit/e59bb96ccb3ca4db9b25ebb6c20c40f488e53a47)) + +* Merge pull request #284 from supabase-community/dependabot/pip/main/pytest-asyncio-0.21.1 + +chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 ([`743d6c1`](https://github.com/supabase-community/gotrue-py/commit/743d6c1e38966100d8d05c1abfc650cdc2b9e530)) + +* Merge pull request #278 from supabase-community/dependabot/pip/main/python-semantic-release-7.34.6 + +chore(deps-dev): bump python-semantic-release from 7.33.2 to 7.34.6 ([`aa12b1b`](https://github.com/supabase-community/gotrue-py/commit/aa12b1b98c56e8e371c00b9f2534187cbd196d48)) + +* Merge pull request #280 from supabase-community/j0/update_version + +fix: bump __init__ version to 1.02 ([`99b9907`](https://github.com/supabase-community/gotrue-py/commit/99b9907018f3ecdd8bda91fd794f2e4d6fd4fb7b)) + +* Merge pull request #275 from supabase-community/dependabot/pip/cryptography-41.0.0 + +chore(deps): bump cryptography from 39.0.1 to 41.0.0 ([`6b0b687`](https://github.com/supabase-community/gotrue-py/commit/6b0b687d2a896bba179e5cd445a7a255ee2f37a8)) + + +## v1.0.2 (2023-06-01) + +### Chore + +* chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.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.2.2...7.3.1) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`9c334f2`](https://github.com/supabase-community/gotrue-py/commit/9c334f23d1d529f29de26a1a99d16b00a457a263)) + +* chore(deps-dev): bump black from 23.1.0 to 23.3.0 + +Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.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/23.1.0...23.3.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`0c26730`](https://github.com/supabase-community/gotrue-py/commit/0c2673043d453c680a034f452ed3a5cb957aaac7)) + +* chore(deps): bump pydantic from 1.10.5 to 1.10.8 + +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.8. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.8) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`8a8aba2`](https://github.com/supabase-community/gotrue-py/commit/8a8aba2ba0c2370b9697fa854a8e1be3fd28b7b4)) + +* chore(deps): bump requests from 2.28.2 to 2.31.0 + +Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. +- [Release notes](https://github.com/psf/requests/releases) +- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) +- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) + +--- +updated-dependencies: +- dependency-name: requests + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`883c218`](https://github.com/supabase-community/gotrue-py/commit/883c218172eaee7264625a004c17c033471218a7)) + +* chore(deps): bump httpx from 0.23.3 to 0.24.1 + +Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.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.3...0.24.1) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`f184d7a`](https://github.com/supabase-community/gotrue-py/commit/f184d7a6f6185b0861677b9835b4f4fe1b467a33)) + +* chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.1 to 3.2.2. +- [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/v3.1.1...v3.2.2) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`5c5e384`](https://github.com/supabase-community/gotrue-py/commit/5c5e384fe14eae908796e5f9df4dc56efd1682b6)) -## v0.4.0 (2022-01-17) ### Feature -* Add notion to enum of providers ([#70](https://github.com/supabase-community/gotrue-py/issues/70)) ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.5...v0.4.0)** +* feat: update README ([`a0a0d79`](https://github.com/supabase-community/gotrue-py/commit/a0a0d79d4e1608dce31093b69eed48fd8bd664f8)) -## v0.3.5 (2022-01-15) ### Fix -* Delete_user returns Exception event if response is Ok ([#68](https://github.com/supabase-community/gotrue-py/issues/68)) ([`23c167e`](https://github.com/supabase-community/gotrue-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.4...v0.3.5)** +* fix: parse_auth_response to handle cases when data is an empty dictionary ([`71f1b07`](https://github.com/supabase-community/gotrue-py/commit/71f1b072bc9959618870996991b621ef7463f20e)) -## v0.3.4 (2022-01-13) -### Fix -* String formatting in `delete_user` ([#64](https://github.com/supabase-community/gotrue-py/issues/64)) ([`d783015`](https://github.com/supabase-community/gotrue-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516)) +### Refactor -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.3...v0.3.4)** +* refactor: parse_auth_response handles cases when data does not have key user ([`f533b92`](https://github.com/supabase-community/gotrue-py/commit/f533b922d0c99007d1fe56ee99c6852c48a51403)) -## v0.3.3 (2022-01-08) +### Unknown -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.2...v0.3.3)** +* Merge pull request #273 from supabase-community/j0/release_1_0_2 -## v0.3.2 (2022-01-04) -### Fix -* Deploy action ([`467fa3f`](https://github.com/supabase-community/gotrue-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d)) +feat: update README, release v1.0.2 ([`8477576`](https://github.com/supabase-community/gotrue-py/commit/84775765f46accc81eed8da8cddf408a51afba58)) + +* Merge pull request #267 from supabase-community/dependabot/pip/main/pytest-7.3.1 + +chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 ([`29fb30b`](https://github.com/supabase-community/gotrue-py/commit/29fb30b0105dfcb2176be73b94e0d37ed0db3577)) + +* Merge pull request #258 from supabase-community/dependabot/pip/main/black-23.3.0 + +chore(deps-dev): bump black from 23.1.0 to 23.3.0 ([`a5beade`](https://github.com/supabase-community/gotrue-py/commit/a5beadeed6ed9605a5c64def1025c1fc49d7776c)) + +* Merge pull request #269 from supabase-community/dependabot/pip/main/pydantic-1.10.8 + +chore(deps): bump pydantic from 1.10.5 to 1.10.8 ([`4845101`](https://github.com/supabase-community/gotrue-py/commit/4845101ef546e30fe6f01eb1b90d9ada2bed645e)) + +* Merge pull request #268 from supabase-community/dependabot/pip/requests-2.31.0 -**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.1...v0.3.2)** +chore(deps): bump requests from 2.28.2 to 2.31.0 ([`15f2dbd`](https://github.com/supabase-community/gotrue-py/commit/15f2dbd7db45b1c7631a818538ce5cf4c1b3a5d6)) -## v0.3.0 (2021-12-03) +* Merge pull request #264 from lmoj/double-urlencode + +fix issue #246 ([`dca7d9a`](https://github.com/supabase-community/gotrue-py/commit/dca7d9a4219230d3f99b69d00b84bcd84f0dd12f)) + +* Merge pull request #266 from supabase-community/dependabot/pip/main/httpx-0.24.1 + +chore(deps): bump httpx from 0.23.3 to 0.24.1 ([`0efdd9d`](https://github.com/supabase-community/gotrue-py/commit/0efdd9d1e206fcac8aa9b62b45b86e2120f835d1)) + +* Merge pull request #265 from lmoj/optional-last_sign_in_at + +optional last_sign_in_at in UserIdentity type ([`99d4567`](https://github.com/supabase-community/gotrue-py/commit/99d45678572b4ea7ad91c2340a5753a263a40703)) + +* Merge pull request #261 from hgseo16/main + +fix: parse_auth_response to handle cases when data is an empty dictio… ([`633c4ab`](https://github.com/supabase-community/gotrue-py/commit/633c4ab5207d12991d0e97c35786ed699ac175b9)) + +* fix import ([`034da90`](https://github.com/supabase-community/gotrue-py/commit/034da901685a6022e6f16a8588386d54c43b2594)) + +* optional last_sign_in_at in UserIdentity type ([`6fef36a`](https://github.com/supabase-community/gotrue-py/commit/6fef36a583018c113f72e927a6598adf4948669b)) + +* fix url double encode ([`69a4f4a`](https://github.com/supabase-community/gotrue-py/commit/69a4f4a6a03ab30ea0c0d9862fa7c15191588f21)) + +* Merge pull request #260 from supabase-community/dependabot/pip/main/pre-commit-3.2.2 + +chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.2 ([`736f334`](https://github.com/supabase-community/gotrue-py/commit/736f3342f2f379728ea578b4804f3f919f7a476b)) + + +## v1.0.1 (2023-04-03) + +### Chore + +* chore(deps-dev): bump faker from 18.3.0 to 18.3.1 + +Bumps [faker](https://github.com/joke2k/faker) from 18.3.0 to 18.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/v18.3.0...v18.3.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`11c55d5`](https://github.com/supabase-community/gotrue-py/commit/11c55d56c67ccec3d2a69fd0918cd8a5a65d9e52)) + +* chore(deps-dev): bump faker from 17.6.0 to 18.3.0 + +Bumps [faker](https://github.com/joke2k/faker) from 17.6.0 to 18.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/v17.6.0...v18.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`cff3a01`](https://github.com/supabase-community/gotrue-py/commit/cff3a0113c8fca149a21a3b8feb0f512ceb992c3)) + +* chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.33.1 to 7.33.2. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.33.1...v7.33.2) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`70c4ed6`](https://github.com/supabase-community/gotrue-py/commit/70c4ed670927eaba03a323752b2539f7be35f5e1)) + +* chore(deps-dev): bump faker from 17.3.0 to 17.6.0 + +Bumps [faker](https://github.com/joke2k/faker) from 17.3.0 to 17.6.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/v17.3.0...v17.6.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`8ba18fd`](https://github.com/supabase-community/gotrue-py/commit/8ba18fd6d16bf98fbd8fb5cff186ec4322ce6189)) + +* chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.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/7.2.1...7.2.2) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`fc53e5b`](https://github.com/supabase-community/gotrue-py/commit/fc53e5b659e0bfbf27f6276e4450565722097e12)) + +* chore(deps-dev): bump faker from 17.0.0 to 17.3.0 + +Bumps [faker](https://github.com/joke2k/faker) from 17.0.0 to 17.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/v17.0.0...v17.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`ee32bd9`](https://github.com/supabase-community/gotrue-py/commit/ee32bd90bdf4e2e598dbaf777d747dedb98e02ff)) + +* chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.0 to 3.1.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/v3.1.0...v3.1.1) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`2bf3dce`](https://github.com/supabase-community/gotrue-py/commit/2bf3dcee6dab4287e03d16905891a51b1a79fab9)) + +* chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 + +Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 2.3.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.2.0...v2.3.0) + +--- +updated-dependencies: +- dependency-name: abatilo/actions-poetry + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`e28fd25`](https://github.com/supabase-community/gotrue-py/commit/e28fd25a03f09468237a08accc7546210461d4ea)) + +* chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.4 to 3.1.0. +- [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/v3.0.4...v3.1.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c9b9f95`](https://github.com/supabase-community/gotrue-py/commit/c9b9f959f158c808ac1cbe0576dd53f5e798f654)) + +* chore(deps-dev): bump pygithub from 1.57 to 1.58.0 + +Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.57 to 1.58.0. +- [Release notes](https://github.com/pygithub/pygithub/releases) +- [Changelog](https://github.com/PyGithub/PyGithub/blob/master/doc/changes.rst) +- [Commits](https://github.com/pygithub/pygithub/compare/v1.57...v1.58.0) + +--- +updated-dependencies: +- dependency-name: pygithub + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c6f0b49`](https://github.com/supabase-community/gotrue-py/commit/c6f0b49d971ac5aaa0a77eccf13c623f6d23e5f2)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a785e16`](https://github.com/supabase-community/gotrue-py/commit/a785e16c79a76d9a897d58dbc17f370a014038b0)) + +* chore(deps-dev): bump faker from 16.8.1 to 17.0.0 + +Bumps [faker](https://github.com/joke2k/faker) from 16.8.1 to 17.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/v16.8.1...v17.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`911f5cb`](https://github.com/supabase-community/gotrue-py/commit/911f5cba28f0ccd0b1194ec414d08d0db416dbdf)) + +* chore(deps-dev): bump faker from 16.7.0 to 16.8.1 + +Bumps [faker](https://github.com/joke2k/faker) from 16.7.0 to 16.8.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/v16.7.0...v16.8.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`e7088a7`](https://github.com/supabase-community/gotrue-py/commit/e7088a72d647483841857d00d6c33153ed39de51)) + +* chore(deps-dev): bump faker from 16.6.1 to 16.7.0 + +Bumps [faker](https://github.com/joke2k/faker) from 16.6.1 to 16.7.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/v16.6.1...v16.7.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`7d5cbfc`](https://github.com/supabase-community/gotrue-py/commit/7d5cbfcf2a94533dc106db4fbda20aa0e0d14070)) + +* chore(deps): bump cryptography from 39.0.0 to 39.0.1 + +Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. +- [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/39.0.0...39.0.1) + +--- +updated-dependencies: +- dependency-name: cryptography + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c84f04d`](https://github.com/supabase-community/gotrue-py/commit/c84f04d42f8e25e0fd492861b82d03c6d0ec98a5)) + +### Feature + +* feat: bump version to 1.0.1 ([`0056efc`](https://github.com/supabase-community/gotrue-py/commit/0056efccd35b824f952b53d6a42a73fffb42553f)) ### Fix -* error in get_session_from_url -* add a new TOKEN_REFRESHED event -* get recovery mode before notify sign in event -* remove duplicate var env in docker-compose.yml -* use str for declare Python 3.10 -* use expires_in var for avoid typing warning -* use typing annotations -* use directly parse_obj instead of lambdas -* use parse_obj -* set prefix __ instead of _ for private methods -* .pre-commit-config.yaml format -* change Api by API -* change ApiError by APIError in docstrings -* change ApiError by APIError -* add Optional to identities of User -* add slack adn spotify to Provider -* remove Optional to user_metadata of User -* remove email_change_confirm_status from User -* some fixes and changes requested -* some tipe hints -* error in client update -* errors in helpers and types -* ci github action -* remove unnecessary async to on_auth_state_change -* error in remove_item of memory storage -* cycle of references between helpers and types -* use environ vars only if present -* reinstate lib **init**.py -* reinstate lib.constants -* readjust indent in ci.yml - -### Feat - -* add job to github action for auto deploy -* add pre-commit hook for conventional commit -* add devcontainer.json for use github codespaces -* add X-Client-Info to default headers -* allow providing custom api and http client implementation -* add create_user and list_users -* add datetime and uuid types -* add pyupgrade pre-commit hook -* migrate types to pydantic models -* unify logic of __recover_session and__recover_and_refresh -* uuid4().hex instead of str(uuid4()) in _sync client -* uuid4().hex instead of str(uuid4()) -* add --ignore-init-module-imports to .pre-commit-config.yaml -* add end-of-file-fixer to .pre-commit-config.yaml -* use asdict of dataclasses for to_dicts -* use annotations from **future** -* add identities to User -* use reflection for parsing dataclasses -* implement and use cli for unasync -* force the use of keyword parameters -* generate tests for sync client -* add Make rule for infra -* add pre-commit system for check Pythonic style -* add context manager support -* implement sync/async support with httppx and unasync -* add poetry to CI action and add dependabot config file -* synchronize implementation of GoTrueClient -* add CookieOptions to constructor of GoTrueApi -* implement SupportedStorage abstract storage and MemoryStorage storage -* implement Subscription type -* implement AuthChangeEvent enum -* implement CookieOptions type -* add types to API class and align implementation with gotrue-js -* add new types, implement to_dicts and align files with gotrue-js -* implement dataclasses with methods for parsing +* fix: run black ([`a37afe3`](https://github.com/supabase-community/gotrue-py/commit/a37afe39c3930c022010d018647d325d8d583d33)) + +* fix: patch padding for base64 ([`4ae0a21`](https://github.com/supabase-community/gotrue-py/commit/4ae0a2114e202f525ad9d992cd65c5297b7a934d)) + +### Unknown + +* Merge pull request #259 from supabase-community/j0/bump_version + +feat: bump version to 1.0.1 ([`359a003`](https://github.com/supabase-community/gotrue-py/commit/359a003b3b98e2e14902bb2658a97f27417469df)) + +* Merge pull request #256 from supabase-community/dependabot/pip/main/faker-18.3.1 + +chore(deps-dev): bump faker from 18.3.0 to 18.3.1 ([`578734e`](https://github.com/supabase-community/gotrue-py/commit/578734e896b46af9cf8c4991bdcce4e6caa40103)) + +* Merge pull request #254 from supabase-community/j0/patch_padding_for_base64 + +fix: patch padding for base64 ([`f77663a`](https://github.com/supabase-community/gotrue-py/commit/f77663ac11f6303f95677f4913c12f7765bd07f5)) + +* Merge pull request #252 from supabase-community/dependabot/pip/main/faker-18.3.0 + +chore(deps-dev): bump faker from 17.6.0 to 18.3.0 ([`5d075d2`](https://github.com/supabase-community/gotrue-py/commit/5d075d2649ac4c2942dfdc3cfad3459d43868a1e)) + +* Update helpers.py ([`e1ba5e2`](https://github.com/supabase-community/gotrue-py/commit/e1ba5e2ab79484beda860c27961336771f73b15b)) + +* Merge pull request #235 from supabase-community/dependabot/pip/main/python-semantic-release-7.33.2 + +chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 ([`3476384`](https://github.com/supabase-community/gotrue-py/commit/3476384e75fd29b8efbc32b886c0c845d6b62e89)) + +* Merge pull request #244 from supabase-community/dependabot/pip/main/faker-17.6.0 + +chore(deps-dev): bump faker from 17.3.0 to 17.6.0 ([`03ba918`](https://github.com/supabase-community/gotrue-py/commit/03ba918d82c891d0ddcdda35f8c19c155403f9d4)) + +* Merge pull request #240 from supabase-community/dependabot/github_actions/main/abatilo/actions-poetry-2.3.0 + +chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 ([`3ec751b`](https://github.com/supabase-community/gotrue-py/commit/3ec751bbc97f6917fd7c3aace24dfb67e23efbda)) + +* Merge pull request #245 from supabase-community/dependabot/pip/main/pytest-7.2.2 + +chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 ([`ad3b366`](https://github.com/supabase-community/gotrue-py/commit/ad3b3669bf2078725dbe660e0bb4a471b17ca6aa)) + +* Merge pull request #239 from supabase-community/dependabot/pip/main/faker-17.3.0 + +chore(deps-dev): bump faker from 17.0.0 to 17.3.0 ([`20fcfbd`](https://github.com/supabase-community/gotrue-py/commit/20fcfbd123d7ba495de492b1bd5384c6d9117ac3)) + +* Merge pull request #241 from supabase-community/dependabot/pip/main/pre-commit-3.1.1 + +chore(deps-dev): bump pre-commit from 3.1.0 to 3.1.1 ([`9a511ea`](https://github.com/supabase-community/gotrue-py/commit/9a511ea744cbb5c2e34cd2c14379b536520bc7bc)) + +* Merge pull request #238 from supabase-community/dependabot/pip/main/pre-commit-3.1.0 + +chore(deps-dev): bump pre-commit from 3.0.4 to 3.1.0 ([`5561e94`](https://github.com/supabase-community/gotrue-py/commit/5561e94cdbb697e02c0261ebae3f717d46dddbd9)) + +* Merge pull request #236 from supabase-community/dependabot/pip/main/pygithub-1.58.0 + +chore(deps-dev): bump pygithub from 1.57 to 1.58.0 ([`6c1247c`](https://github.com/supabase-community/gotrue-py/commit/6c1247c23302a81cfb33177f297f619d91a5fbb0)) + +* Merge pull request #232 from supabase-community/dependabot/pip/main/faker-17.0.0 + +chore(deps-dev): bump faker from 16.8.1 to 17.0.0 ([`d47b7c1`](https://github.com/supabase-community/gotrue-py/commit/d47b7c102c8e9ac7c46eda9b7fe977ff7c3beb0f)) + +* Merge pull request #230 from supabase-community/dependabot/pip/main/faker-16.8.1 + +chore(deps-dev): bump faker from 16.7.0 to 16.8.1 ([`9699606`](https://github.com/supabase-community/gotrue-py/commit/9699606e307d12f4e3b50461d62b0ba5e3e456e4)) + +* Merge pull request #228 from supabase-community/dependabot/pip/cryptography-39.0.1 + +chore(deps): bump cryptography from 39.0.0 to 39.0.1 ([`af1a7f0`](https://github.com/supabase-community/gotrue-py/commit/af1a7f064a3be09e1ca74e6f31328160c7c4db77)) + +* Merge pull request #229 from supabase-community/dependabot/pip/main/faker-16.7.0 + +chore(deps-dev): bump faker from 16.6.1 to 16.7.0 ([`db484db`](https://github.com/supabase-community/gotrue-py/commit/db484dbe0d1dbf959a219dc7f727fe43de6cdef3)) + + +## v1.0.0 (2023-02-05) + +### Chore + +* chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.4. +- [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.21.0...v3.0.4) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c67fbda`](https://github.com/supabase-community/gotrue-py/commit/c67fbdac96ea2939a36d7f5cb2d7605b670bee07)) + +* chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1 + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.33.0 to 7.33.1. +- [Release notes](https://github.com/relekang/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.33.0...v7.33.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`6423f19`](https://github.com/supabase-community/gotrue-py/commit/6423f19594cc324a029a9dc53e0dd7e9be3cdce2)) + +* chore(deps-dev): bump black from 22.12.0 to 23.1.0 + +Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.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/compare/22.12.0...23.1.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`3b2fd7f`](https://github.com/supabase-community/gotrue-py/commit/3b2fd7f2cea8ffd80a401c9f4f3d5031c3f3fddd)) + +* chore: update ci ([`dc3573c`](https://github.com/supabase-community/gotrue-py/commit/dc3573c466b139fc7fdb89670f0a2de08da38830)) + +* chore: remove PyGithub as dep ([`08231ba`](https://github.com/supabase-community/gotrue-py/commit/08231baf14e72772e19f9d70ddd29e1b7387587e)) + +* chore(deps-dev): bump faker from 16.6.0 to 16.6.1 + +Bumps [faker](https://github.com/joke2k/faker) from 16.6.0 to 16.6.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/v16.6.0...v16.6.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`55bccec`](https://github.com/supabase-community/gotrue-py/commit/55bccec3816feda0d63809a4b625ffaecc3e623b)) + +* chore(deps-dev): bump faker from 15.3.4 to 16.6.0 + +Bumps [faker](https://github.com/joke2k/faker) from 15.3.4 to 16.6.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/v15.3.4...v16.6.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`db13e78`](https://github.com/supabase-community/gotrue-py/commit/db13e785b995a3e8f8a18033e955388e7e277a14)) + +* chore: include 3.11 ([`f74c31f`](https://github.com/supabase-community/gotrue-py/commit/f74c31f5b413ebbabb37463d2c8ae2184aa90b81)) + +* chore: adjust ci poetry version ([`4d4685b`](https://github.com/supabase-community/gotrue-py/commit/4d4685bbcfeb81ec61fea86ffa404b5849a2fa1d)) + +* chore(deps): bump pydantic from 1.10.2 to 1.10.4 + +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.4. +- [Release notes](https://github.com/pydantic/pydantic/releases) +- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.4/HISTORY.md) +- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.4) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`be56f07`](https://github.com/supabase-community/gotrue-py/commit/be56f07810d726329884ddc1a3664fb4c3c57d7b)) + +* chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. +- [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.20.0...v2.21.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`7116357`](https://github.com/supabase-community/gotrue-py/commit/711635725ff9143fb57e2652da448c5bd49e84fc)) + +* chore(deps): bump gitpython from 3.1.27 to 3.1.30 + +Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.30. +- [Release notes](https://github.com/gitpython-developers/GitPython/releases) +- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) +- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.27...3.1.30) + +--- +updated-dependencies: +- dependency-name: gitpython + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`8a1b4dd`](https://github.com/supabase-community/gotrue-py/commit/8a1b4dd2510feb731b8862a4971b32642ae9f8de)) + +* chore(deps): bump httpx from 0.23.1 to 0.23.3 + +Bumps [httpx](https://github.com/encode/httpx) from 0.23.1 to 0.23.3. +- [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.1...0.23.3) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`32ce139`](https://github.com/supabase-community/gotrue-py/commit/32ce139d602503287fe5a6846f2983cbcc42f8bb)) + +* chore(deps): bump wheel from 0.37.1 to 0.38.1 + +Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. +- [Release notes](https://github.com/pypa/wheel/releases) +- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) +- [Commits](https://github.com/pypa/wheel/compare/0.37.1...0.38.1) + +--- +updated-dependencies: +- dependency-name: wheel + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`ff9818c`](https://github.com/supabase-community/gotrue-py/commit/ff9818c960499b69a3863f5e19bfb7079d810566)) + +* chore(deps-dev): bump isort from 5.11.1 to 5.11.4 + +Bumps [isort](https://github.com/pycqa/isort) from 5.11.1 to 5.11.4. +- [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.11.1...5.11.4) + +--- +updated-dependencies: +- dependency-name: isort + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`ba7cdc6`](https://github.com/supabase-community/gotrue-py/commit/ba7cdc6f4490e01ebcafad4768050998ea9a7307)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d12d0c5`](https://github.com/supabase-community/gotrue-py/commit/d12d0c57e2111e3e4547a36761bd91749f856205)) + +* chore(deps-dev): bump black from 22.10.0 to 22.12.0 + +Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.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.10.0...22.12.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`2207e09`](https://github.com/supabase-community/gotrue-py/commit/2207e095cb43648082bbad2e513e29a23920e0c1)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`841083e`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2b8b03a`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5773bf0`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ad040d1`](https://github.com/supabase-community/gotrue-py/commit/ad040d1428d5419e4a62b993e9946e872ecf5904)) + +* chore(deps-dev): bump faker from 15.3.2 to 15.3.3 (#189) + +Bumps [faker](https://github.com/joke2k/faker) from 15.3.2 to 15.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/v15.3.2...v15.3.3) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ab1f0da`](https://github.com/supabase-community/gotrue-py/commit/ab1f0dab02d57c2387b85016ddeb4103f7a0db55)) + +* 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/gotrue-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/gotrue-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/gotrue-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/gotrue-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/gotrue-py/commit/ae2043ad8a0e1f1f0b4e2e7fd173f8277e15db6a)) + +* chore: update lock ([`9dd42b4`](https://github.com/supabase-community/gotrue-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/gotrue-py/commit/2c15513f5986ff27448eba04e4c8e75140e96441)) + +* chore: gen sync files ([`01385ea`](https://github.com/supabase-community/gotrue-py/commit/01385eac0c0ae79ae583b4ade84ab985f5933d20)) + +* chore: fix EOL ([`44a4f25`](https://github.com/supabase-community/gotrue-py/commit/44a4f2573deb61ecdae704ec67f9e65c1dc25bd2)) + +* chore: implement clients and utils for testing ([`6fbd3de`](https://github.com/supabase-community/gotrue-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/gotrue-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/gotrue-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/gotrue-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) +- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) +- [Commits](https://github.com/joke2k/faker/compare/v15.0.0...v15.1.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`69c7c4e`](https://github.com/supabase-community/gotrue-py/commit/69c7c4e0e9434a16195c7cc9fb2c29bd119362ca)) + +* chore(deps): fix poetry lock file ([`5148277`](https://github.com/supabase-community/gotrue-py/commit/514827788828799817ea47f3f89f442c163ba5be)) + +* chore(deps): bump dev dependencies ([`93aabbe`](https://github.com/supabase-community/gotrue-py/commit/93aabbe1f5f130677b9a3765c998936940b75dc2)) + +* chore: format docstring to avoid linter warning ([`6a200fe`](https://github.com/supabase-community/gotrue-py/commit/6a200fead8b18cb06fe4fcf93c37b65345b48372)) + +* chore(deps-dev): bump black from 22.8.0 to 22.10.0 (#170) + +Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.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.8.0...22.10.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`be6a2b3`](https://github.com/supabase-community/gotrue-py/commit/be6a2b330c8234b48b5af5e5a3e6586ab76a51d5)) + +* chore(deps-dev): bump python-semantic-release from 7.32.0 to 7.32.1 (#171) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.0 to 7.32.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.32.0...v7.32.1) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6a02950`](https://github.com/supabase-community/gotrue-py/commit/6a0295001b5cd476e27b72fb77b34c6c2a1dee98)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`57ae3b3`](https://github.com/supabase-community/gotrue-py/commit/57ae3b33c925252fd2ec2faa2efbc911434393fa)) + +* chore(deps-dev): bump faker from 14.2.1 to 15.0.0 (#167) + +Bumps [faker](https://github.com/joke2k/faker) from 14.2.1 to 15.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/v14.2.1...v15.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`cc918f9`](https://github.com/supabase-community/gotrue-py/commit/cc918f90e57288f32ed081555c4b104947837340)) + +* chore(deps-dev): bump python-semantic-release from 7.31.4 to 7.32.0 (#165) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.4 to 7.32.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.31.4...v7.32.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b8a9944`](https://github.com/supabase-community/gotrue-py/commit/b8a99441c82b450b667741b1c05830e92eb63b4a)) + +* chore(deps-dev): bump faker from 14.2.0 to 14.2.1 + +Bumps [faker](https://github.com/joke2k/faker) from 14.2.0 to 14.2.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.2.0...v14.2.1) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`a16f952`](https://github.com/supabase-community/gotrue-py/commit/a16f95240d5215e07f330befa138f7aa6d329fc2)) + +* chore(deps): bump pydantic from 1.10.1 to 1.10.2 (#162) + +Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.1 to 1.10.2. +- [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.1...v1.10.2) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4666845`](https://github.com/supabase-community/gotrue-py/commit/46668453b0fbb0411af78f171b0dae80c5e2c23f)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b93c9d7`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b552dea`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`214353e`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a322dce`](https://github.com/supabase-community/gotrue-py/commit/a322dce65f54de8a98d54c02dce0a12fdd5201c2)) + +* chore: update dependencies ([`6b15a50`](https://github.com/supabase-community/gotrue-py/commit/6b15a50466f82b87aae67823e08770c25cb352f6)) + +### Feature + +* feat: bump to 1.0.0 ([`ac012cd`](https://github.com/supabase-community/gotrue-py/commit/ac012cda87d33f44fcc648fca0e166693f890ad3)) + +* feat: switch from flake8->ruff ([`19cdde0`](https://github.com/supabase-community/gotrue-py/commit/19cdde0867f9f1e5b7ef996fd162bbd3dc4e1a39)) + +* feat: move sphinx into doc group ([`173399b`](https://github.com/supabase-community/gotrue-py/commit/173399bb859bffd68b59bb7ff87d33501c92df62)) + +* feat: add docs ([`afc563a`](https://github.com/supabase-community/gotrue-py/commit/afc563add7782efeeab2ca967ca85e7476c864f3)) + +* feat: mfa challenge and verify and refresh session ([`b714206`](https://github.com/supabase-community/gotrue-py/commit/b7142060c99d06270bdcde9ecc2f823c33cf11b4)) + +* feat: add mfa ([`4c2b443`](https://github.com/supabase-community/gotrue-py/commit/4c2b4437d0b99c6f19ec251e245909d86ca69f8f)) + +* feat: implement decode_jwt_payload in helpers ([`c3ff22a`](https://github.com/supabase-community/gotrue-py/commit/c3ff22a0a8758585ee77a68381041b77ac25a234)) + +### Fix + +* fix: adjust timer units and drop * 1000 since timer takes in seconds and not miliseconds ([`78ed6d2`](https://github.com/supabase-community/gotrue-py/commit/78ed6d224bc73cd89defb26b84a8ccf9c95dc68c)) + +* fix: reinstate 3.8 ([`58db1be`](https://github.com/supabase-community/gotrue-py/commit/58db1be7939c7aae1d50e7e29dee3a8f110775e4)) + +* fix: bump isort and python version ([`7f50501`](https://github.com/supabase-community/gotrue-py/commit/7f505016f04c1befc9db75a7f2dd71089b224eb4)) + +* fix: move dependency ([`1e51fce`](https://github.com/supabase-community/gotrue-py/commit/1e51fce51b32cada87d94efc8cf11f6a1aa6b282)) + +* fix: regenerate lock ([`34b8fb1`](https://github.com/supabase-community/gotrue-py/commit/34b8fb1aaf383a149efaa8f5832cbc82782b91d4)) + +* fix: add jwt package ([`36e8d12`](https://github.com/supabase-community/gotrue-py/commit/36e8d12e10f5f8494a7e5b00bf443678f6db0e47)) + +* fix: patch merge conflicts on next ([`fb033e4`](https://github.com/supabase-community/gotrue-py/commit/fb033e44208be7f3ae611eefd83d48d379909c44)) + +* fix: revert poetry.lock to original main files ([`df4ab8f`](https://github.com/supabase-community/gotrue-py/commit/df4ab8fa9ddbcf966026e98a9617f652f1f91179)) + +* fix: checkout main poetry.lock and poetry.toml ([`c8aeabc`](https://github.com/supabase-community/gotrue-py/commit/c8aeabc06dd6208f13e7934e0d70bf7bac8ea487)) + +* fix: remove ruff ([`ef21730`](https://github.com/supabase-community/gotrue-py/commit/ef21730997d23f51c9f52123742436c53dc96d29)) + +* fix: comment out sphinx ([`d46cf0d`](https://github.com/supabase-community/gotrue-py/commit/d46cf0d195b293f2f285190a726208c033a4722c)) + +* fix: bugs in admin api and finish tests implementation ([`9db7ce6`](https://github.com/supabase-community/gotrue-py/commit/9db7ce680326c149730ef84cbe9540ad8a735676)) + +* fix: remove group from pyproject.toml ([`41349d2`](https://github.com/supabase-community/gotrue-py/commit/41349d2cebf239a3529d92c2d848ca1cf78cc4f3)) + +* fix: revert dependency group ([`a923e52`](https://github.com/supabase-community/gotrue-py/commit/a923e52ecebc5706c210135b0bfeaaccf78fffd8)) + +* fix: list users method of admin api ([`a973a1c`](https://github.com/supabase-community/gotrue-py/commit/a973a1cce3ea90e3c3ece0def70626c68727ae0d)) + +* fix: respect EXPIRY_MARGIN on getSession ([`45afb35`](https://github.com/supabase-community/gotrue-py/commit/45afb351ebe960a292edb77d4ea77bc235ee1563)) + +* fix: use literal from typing extensions ([`ec6618b`](https://github.com/supabase-community/gotrue-py/commit/ec6618b0c4e1ac0137f98debbc02b98e61e8ef60)) + +* fix: stray EOLS ([`33cefba`](https://github.com/supabase-community/gotrue-py/commit/33cefba743b326647aee7c8639f000894dd609e9)) + +* fix: include modules page ([`8dab491`](https://github.com/supabase-community/gotrue-py/commit/8dab491fc1ce754f9d5aa27eab0e4c938b1342cd)) + +* fix: insert default content type header ([`332f782`](https://github.com/supabase-community/gotrue-py/commit/332f782db88921ef30a5362e054fd39d26166d2d)) + +* fix: implement the reset_password_email method ([`6ffa532`](https://github.com/supabase-community/gotrue-py/commit/6ffa53227d991c2135b5a1fd5202fea97e8d6097)) + +### Refactor + +* refactor: migrate to implementation as similar as possible to the implementation of gotrue-js + +The tests still need to be implemented. ([`4cb7713`](https://github.com/supabase-community/gotrue-py/commit/4cb771352e7f4065b2aac5de1c2b1260a0771268)) + +### Test + +* test: add test to user fetch methods of admin api ([`8c076f0`](https://github.com/supabase-community/gotrue-py/commit/8c076f0d23411b0ee1861b91739f45069275c630)) + +### Unknown + +* Merge pull request #227 from supabase-community/j0/new_release + +feat: bump to 1.0.0 ([`b5cdd36`](https://github.com/supabase-community/gotrue-py/commit/b5cdd3687eab5923f117c3d2bcfd824f5d8ee842)) + +* Merge pull request #226 from supabase-community/dependabot/pip/main/pre-commit-3.0.4 + +chore(deps-dev): bump pre-commit from 2.21.0 to 3.0.4 ([`53c1fef`](https://github.com/supabase-community/gotrue-py/commit/53c1fefc057292fc8aec564e2849b6fcc2f011cd)) + +* Merge pull request #225 from supabase-community/dependabot/pip/main/python-semantic-release-7.33.1 + +chore(deps-dev): bump python-semantic-release from 7.33.0 to 7.33.1 ([`527d8a0`](https://github.com/supabase-community/gotrue-py/commit/527d8a0a631d05f84d44a89b179e9fd4255a9abd)) + +* Merge pull request #223 from supabase-community/dependabot/pip/main/black-23.1.0 + +chore(deps-dev): bump black from 22.12.0 to 23.1.0 ([`2941512`](https://github.com/supabase-community/gotrue-py/commit/2941512c479ea6fb4c2e0344f4d46f1de366d0d6)) + +* Merge pull request #220 from supabase-community/j0/fix_timer_units + +fix: adjust timer units and drop * 1000 ([`758fb2f`](https://github.com/supabase-community/gotrue-py/commit/758fb2fd32c858181442f4b117a54d16b70ea519)) + +* Merge pull request #148 from supabase-community/next + +next release - feature parity - high testing coverage ([`b79e2a8`](https://github.com/supabase-community/gotrue-py/commit/b79e2a842cc6a49d1831a2690f13283db3b5ed4c)) + +* Merge pull request #219 from supabase-community/j0/patch_conflicts_on_next + +chore: patch merge conflicts on next ([`66f3f3a`](https://github.com/supabase-community/gotrue-py/commit/66f3f3aad672cb8c8f33e02f25d164311a4e688b)) + +* Merge branch 'main' of github.com:supabase-community/gotrue-py into j0/patch_conflicts_on_next ([`1682747`](https://github.com/supabase-community/gotrue-py/commit/1682747cad333b1731841d18eee748ee16361420)) + +* Merge pull request #218 from supabase-community/dependabot/pip/main/faker-16.6.1 + +chore(deps-dev): bump faker from 16.6.0 to 16.6.1 ([`52d4c8d`](https://github.com/supabase-community/gotrue-py/commit/52d4c8db450de015f04a18d80d80ec41991a88f4)) + +* Merge pull request #213 from supabase-community/dependabot/pip/main/faker-16.6.0 + +chore(deps-dev): bump faker from 15.3.4 to 16.6.0 ([`2217833`](https://github.com/supabase-community/gotrue-py/commit/2217833bc80629288d980dbff22ade936b696b6d)) + +* Merge pull request #214 from supabase-community/j0/bump-poetry + +chore: adjust ci poetry version ([`a43f38b`](https://github.com/supabase-community/gotrue-py/commit/a43f38b81a9f87ebc6b00f130f07041f5faaf77b)) + +* Merge pull request #203 from supabase-community/dependabot/pip/main/pydantic-1.10.4 + +chore(deps): bump pydantic from 1.10.2 to 1.10.4 ([`cf1faed`](https://github.com/supabase-community/gotrue-py/commit/cf1faedc712bf379ebf32a2f88c79480fc2a28bb)) + +* Merge pull request #200 from supabase-community/dependabot/pip/main/pre-commit-2.21.0 + +chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 ([`9711f54`](https://github.com/supabase-community/gotrue-py/commit/9711f5440b9452d487366d99b340e1956f0c1f47)) + +* Merge pull request #206 from supabase-community/dependabot/pip/gitpython-3.1.30 + +chore(deps): bump gitpython from 3.1.27 to 3.1.30 ([`5861c0c`](https://github.com/supabase-community/gotrue-py/commit/5861c0cfe0fd38bc664657a0bb9fd13fb547fcd9)) + +* Merge pull request #201 from supabase-community/dependabot/pip/wheel-0.38.1 + +chore(deps): bump wheel from 0.37.1 to 0.38.1 ([`26c1eea`](https://github.com/supabase-community/gotrue-py/commit/26c1eeac67dfee01352f019d9f140c10ff6eb426)) + +* Merge pull request #199 from supabase-community/dependabot/pip/main/isort-5.11.4 + +chore(deps-dev): bump isort from 5.11.1 to 5.11.4 ([`80f2cf2`](https://github.com/supabase-community/gotrue-py/commit/80f2cf27e7e4efd7a57ed7fcb9529f5025dd822b)) + +* Merge pull request #205 from supabase-community/dependabot/pip/main/httpx-0.23.3 + +chore(deps): bump httpx from 0.23.1 to 0.23.3 ([`b8ae350`](https://github.com/supabase-community/gotrue-py/commit/b8ae350047aef889e11dd042425af9691b0533cb)) + +* Merge pull request #180 from supabase-community/j0/add_docs + +feat: add docs for GoTrue ([`f7eade8`](https://github.com/supabase-community/gotrue-py/commit/f7eade84b66e0cbe4143d47181cc053d1b46e159)) + +* revert: remove ruff from ci ([`34535dd`](https://github.com/supabase-community/gotrue-py/commit/34535ddeb4e3577a0231a098f9abdd3475ed6467)) + +* Merge pull request #194 from supabase-community/dependabot/pip/main/black-22.12.0 + +chore(deps-dev): bump black from 22.10.0 to 22.12.0 ([`dff74c6`](https://github.com/supabase-community/gotrue-py/commit/dff74c6abc9da6939dc7c384e5ec4e2ea270e13a)) + +* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`7c5ea9c`](https://github.com/supabase-community/gotrue-py/commit/7c5ea9cbf957e0b37be0fcc09c71d922bdca8480)) + +* Merge branch 'main' into j0/add_docs ([`24fbb46`](https://github.com/supabase-community/gotrue-py/commit/24fbb46852bb1f311cb7f8358b2806834ca80be3)) + +* tests: add python 3.11 and update poetry version ([`33756af`](https://github.com/supabase-community/gotrue-py/commit/33756af49f995017cf3d9fdfd581b4974f13003c)) + +* tests: add tests for create user in admin api ([`30fd751`](https://github.com/supabase-community/gotrue-py/commit/30fd7512221145363f1ac5fb44fed86cdb08eb6d)) + +* Merge branch 'j0/add_docs' of github.com:supabase-community/gotrue-py into j0/add_docs ([`798ef1c`](https://github.com/supabase-community/gotrue-py/commit/798ef1cd86751de8fd55fd1aeef30ad6ef1548be)) + +* Merge pull request #181 from supabase-community/sourcery/j0/add_docs + +feat: add docs for GoTrue (Sourcery refactored) ([`7482f1a`](https://github.com/supabase-community/gotrue-py/commit/7482f1a6c42103e5b7a410f8326d596e61846a3e)) + +* 'Refactored by Sourcery' ([`d26ff18`](https://github.com/supabase-community/gotrue-py/commit/d26ff1880cc55fe467beae0a3b59f629d79a212e)) + +* Merge remote-tracking branch 'remotes/origin/next' into next ([`20638fe`](https://github.com/supabase-community/gotrue-py/commit/20638fe9b8388367ce72669817c2590070ad60d6)) + +* Merge pull request #178 from supabase-community/dependabot/pip/main/pytest-asyncio-0.20.1 + +chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 ([`e20893a`](https://github.com/supabase-community/gotrue-py/commit/e20893a9a9dc0be47883962396d91378ab2de81d)) + +* 'Refactored by Sourcery' (#176) + +Co-authored-by: Sourcery AI <> ([`d5a0920`](https://github.com/supabase-community/gotrue-py/commit/d5a092095145459c4c67321915cabfb723170909)) + +* 'Refactored by Sourcery' (#175) + +Co-authored-by: Sourcery AI <> ([`9e4a1f2`](https://github.com/supabase-community/gotrue-py/commit/9e4a1f2c7caba255cb9e31eb546f28a9a469b205)) + +* Merge branch 'main' into next ([`4e3be99`](https://github.com/supabase-community/gotrue-py/commit/4e3be993dd11dcaad542bae2177783c37a8e165c)) + +* Merge pull request #174 from supabase-community/dependabot/pip/main/faker-15.1.1 + +chore(deps-dev): bump faker from 15.0.0 to 15.1.1 ([`dbe13b7`](https://github.com/supabase-community/gotrue-py/commit/dbe13b7355b6767f4412e74be283f2abe8277091)) + +* 'Refactored by Sourcery' (#172) + +Co-authored-by: Sourcery AI <> ([`20b882c`](https://github.com/supabase-community/gotrue-py/commit/20b882cc2501ac39dce5b6fe622d0fd27d946eea)) + +* Merge branch 'main' into next ([`9f80bbc`](https://github.com/supabase-community/gotrue-py/commit/9f80bbcdefdec2d9af3a895a3752956b158887c9)) + +* Merge pull request #164 from supabase-community/dependabot/pip/main/faker-14.2.1 + +chore(deps-dev): bump faker from 14.2.0 to 14.2.1 ([`7c5a665`](https://github.com/supabase-community/gotrue-py/commit/7c5a665aec69acc905588fb6a61019281a3de70a)) + +* Merge branch 'main' into next ([`971b816`](https://github.com/supabase-community/gotrue-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: update changelog ([`d559e2d`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`272ad56`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`913e014`](https://github.com/supabase-community/gotrue-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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`62311f3`](https://github.com/supabase-community/gotrue-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154)) + +* chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase-community/gotrue-py/commit/76d91148e9e9bac13e3f771a9f09a98fbd9986b9)) + +* chore(deps-dev): bump python-semantic-release from 7.31.3 to 7.31.4 (#151) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.3 to 7.31.4. +- [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.3...v7.31.4) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`62adb59`](https://github.com/supabase-community/gotrue-py/commit/62adb5918229335af6998ebe4084f6ed0b56cd3d)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a9c110d`](https://github.com/supabase-community/gotrue-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8)) + +* chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase-community/gotrue-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd)) + +* chore: add sourcery config file ([`5be3c33`](https://github.com/supabase-community/gotrue-py/commit/5be3c335822c7963b95dbce98db6ae4d5ae24d1c)) + +* chore: implement script to sync config of infra ([`896a40c`](https://github.com/supabase-community/gotrue-py/commit/896a40c06f6800b0f0b3eb81a386cf00219f793c)) + +* chore: upgrade dependencies ([`41ee2dd`](https://github.com/supabase-community/gotrue-py/commit/41ee2dd79eb02c65c20554f327b595ffb4bb936c)) + +* chore(deps-dev): bump faker from 14.0.0 to 14.1.0 (#147) + +Bumps [faker](https://github.com/joke2k/faker) from 14.0.0 to 14.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/v14.0.0...v14.1.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0c85e7e`](https://github.com/supabase-community/gotrue-py/commit/0c85e7ed8e7c79187200b19d151bba63251d1c71)) + +* chore(deps-dev): bump faker from 13.15.1 to 14.0.0 (#146) + +Bumps [faker](https://github.com/joke2k/faker) from 13.15.1 to 14.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/v13.15.1...v14.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2374b04`](https://github.com/supabase-community/gotrue-py/commit/2374b04c17b1ab30f3d4996b5c01bcb2ebda5a9b)) + +* 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> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`db929b4`](https://github.com/supabase-community/gotrue-py/commit/db929b4f91846f83e7a72c8d32d455c533e79d14)) + +* chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (#144) + +Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`456c818`](https://github.com/supabase-community/gotrue-py/commit/456c818ac6b9c0ddc822d586fa774f32b32891f9)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d84e005`](https://github.com/supabase-community/gotrue-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/gotrue-py/commit/b08ccf7fd2394735964b0aca9f90d474c7b0e50d)) + +* 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/gotrue-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/gotrue-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6)) + +* chore: upgrade pytest-asyncio ([`1fc2fa9`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`93aa22b`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4e464eb`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`606f158`](https://github.com/supabase-community/gotrue-py/commit/606f158cbe900165757bae2d8624dc5c90d8b533)) + +* chore(deps-dev): bump python-semantic-release from 7.29.5 to 7.29.7 (#137) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.5 to 7.29.7. +- [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.5...v7.29.7) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`74a9410`](https://github.com/supabase-community/gotrue-py/commit/74a9410067e302040eff3aba064b230ccf2a9216)) + +### Fix + +* fix: use str type instead of uuid type in id property of identity model (#156) ([`460208d`](https://github.com/supabase-community/gotrue-py/commit/460208d16db5a49f682563c29dcfdf138d384c23)) + +### Unknown + +* 'Refactored by Sourcery' (#149) + +Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase-community/gotrue-py/commit/07f897ed3eddd93c9411f8f23f83948ed71bf674)) + +* Merge remote-tracking branch 'origin/main' ([`dde85fb`](https://github.com/supabase-community/gotrue-py/commit/dde85fbf5e404d3787c1da55cf216cf75f0578d8)) + + +## v0.5.3 (2022-07-17) + +### Chore + +* chore: bump version to 0.5.3 ([`7d7d43e`](https://github.com/supabase-community/gotrue-py/commit/7d7d43e7f284e8916515b4d4ef79bcc0174df58b)) + +* chore(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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c506308`](https://github.com/supabase-community/gotrue-py/commit/c506308603ebaca0a54d6ab4517f0116cb7f07b9)) + +### Fix + +* fix: set total false to user attributes typed dict ([`b21d6e3`](https://github.com/supabase-community/gotrue-py/commit/b21d6e385d72d0d94729d2427ab3bdcf178a1efb)) + + +## v0.5.2 (2022-07-13) + +### Chore + +* chore: upgrade changelog ([`b72f7e9`](https://github.com/supabase-community/gotrue-py/commit/b72f7e9cebeb42206b02e29f49f64051312a18e2)) + +* chore: bump version to 0.5.2 in __init__.py ([`345e978`](https://github.com/supabase-community/gotrue-py/commit/345e9782733fb0a6fd916026fe47a859a4742e0f)) + +* chore: bump version to 0.5.2 ([`95e8fdd`](https://github.com/supabase-community/gotrue-py/commit/95e8fddf4892d8bb8e7584d5f2455de7a6c708c4)) + +* chore(deps-dev): bump pre-commit from 2.19.0 to 2.20.0 (#128) + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0. +- [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.19.0...v2.20.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`76fad56`](https://github.com/supabase-community/gotrue-py/commit/76fad56d7eb0ad7966569389fa6639d4b6c9995d)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0f2e0e5`](https://github.com/supabase-community/gotrue-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/gotrue-py/commit/df3f69ea18599a651715271d546b684555933286)) + + +## v0.5.1 (2022-07-05) + +### Chore + +* chore: implement github action for manual release ([`cd8a590`](https://github.com/supabase-community/gotrue-py/commit/cd8a590effe65fa5ce1eb1fe3eef265e6f5fd655)) + +* chore: setup release ([`0a9ca44`](https://github.com/supabase-community/gotrue-py/commit/0a9ca445c7042057be0025562da85aceed22e8e3)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8a19b39`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d0abb73`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d2e6761`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a309526`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8042862`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`270bd1e`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bea6573`](https://github.com/supabase-community/gotrue-py/commit/bea65739c558e25a842c2b399d413724a00cd113)) + +* chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 (#102) + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.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.1.0...7.1.1) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c0d06af`](https://github.com/supabase-community/gotrue-py/commit/c0d06af7b870e2c1085a4034738a32856a384306)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3bfe980`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`feb9bc6`](https://github.com/supabase-community/gotrue-py/commit/feb9bc6938f1995299fb88c0a085f795f0440e1f)) + +* chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.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.0.1...7.1.0) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c8181d2`](https://github.com/supabase-community/gotrue-py/commit/c8181d2bc6076599611b9e17203c81d8650584c3)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`aaddf78`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`26428de`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e7b257`](https://github.com/supabase-community/gotrue-py/commit/6e7b257023497e6fecd79d396cfc106762f4785c)) + +* chore(deps-dev): bump faker from 13.2.0 to 13.3.0 (#95) + +Bumps [faker](https://github.com/joke2k/faker) from 13.2.0 to 13.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/v13.2.0...v13.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`627404c`](https://github.com/supabase-community/gotrue-py/commit/627404cd5dc93fb0ecb4f594922360d9fd048a68)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3273350`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c2e54a6`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e0156bc`](https://github.com/supabase-community/gotrue-py/commit/e0156bc214d1bcd5229f83190e084c1b8b1cf551)) + +* chore(deps-dev): bump python-semantic-release from 7.24.0 to 7.25.0 (#91) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.24.0 to 7.25.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.24.0...v7.25.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9b30df6`](https://github.com/supabase-community/gotrue-py/commit/9b30df6872f3b36e8cdd277ae84161233e6bd3c3)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ff1653e`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`da7c173`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ec198b0`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3addee0`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f14e19d`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`df71a96`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`809b75d`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7a749ac`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f54751a`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a284212`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9e2101d`](https://github.com/supabase-community/gotrue-py/commit/9e2101dfd657f30a0b6665943dfbd51b51299deb)) + +* chore(deps-dev): bump python-semantic-release from 7.23.0 to 7.24.0 (#78) + +Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.23.0 to 7.24.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.23.0...v7.24.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`84c6071`](https://github.com/supabase-community/gotrue-py/commit/84c60712cae9fe2277530ef525960d795d52f7be)) + +### Fix + +* fix: upgrade dependencies and fix tests (#126) + +* fix: upgrade dependencies + +* fix: update docker-compose of infra + +* chore: upgrade pre-commit config + +* chore: upgrade github action for ci ([`c9f2bde`](https://github.com/supabase-community/gotrue-py/commit/c9f2bde349f3f4e415366966ce0a39a1ac2084f2)) + +### Unknown + +* Merge pull request #99 from supabase-community/dependabot/pip/main/pytest-7.1.0 + +chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 ([`657f07b`](https://github.com/supabase-community/gotrue-py/commit/657f07b8dc6a7a49ef0badf11e6e97d143a3250a)) + + +## v0.5.0 (2022-01-20) + +### Chore + +* chore: set upload_to_repository to true ([`6316827`](https://github.com/supabase-community/gotrue-py/commit/63168276afd5e7786c8c55baadceef6ad60ab14f)) + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c6d4d09`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`150ae9d`](https://github.com/supabase-community/gotrue-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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bc6f391`](https://github.com/supabase-community/gotrue-py/commit/bc6f391f07ba22467503cf25be3db48bebd58c14)) + +### Documentation + +* docs: add maintainers file ([`2f5f005`](https://github.com/supabase-community/gotrue-py/commit/2f5f005235e90127cb7effde7396bb55088b815f)) + +### Feature + +* 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/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b)) + + +## v0.4.0 (2022-01-17) + +### Feature + +* feat: add notion to enum of providers (#70) + +* feat: add notion to enum of providers + +* 'Refactored by Sourcery' (#71) + +Co-authored-by: Sourcery AI <> + +Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c)) + + +## v0.3.5 (2022-01-15) + +### Chore + +* 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> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e1acdf3`](https://github.com/supabase-community/gotrue-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/gotrue-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468)) + + +## v0.3.4 (2022-01-13) + +### Chore + +* chore: fix http warning use ([`19005e2`](https://github.com/supabase-community/gotrue-py/commit/19005e2b9715075a9fb9bb0a75b7b786b9710aac)) + +* chore: fix http warning use (#61) + +because the intention is good but instead receives an annoying print. ([`ae20a8e`](https://github.com/supabase-community/gotrue-py/commit/ae20a8ea7bd0979cd48e06b426a2c8534efea93c)) + +* chore: fix config ([`2f94bfd`](https://github.com/supabase-community/gotrue-py/commit/2f94bfdbc2cf20ef50ec777bbda03face1da3e85)) + +### Fix + +* fix: string formatting in `delete_user` (#64) + +* fix: string formatting (vs. javascript style) ([`d783015`](https://github.com/supabase-community/gotrue-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516)) + + +## v0.3.3 (2022-01-08) + +### Chore + +* chore(deps): upgrade dependencies ([`029bcd4`](https://github.com/supabase-community/gotrue-py/commit/029bcd49c7d986ee2454e8517474f212f996d9c5)) + +* chore(deps): bump httpx from 0.21.2 to 0.21.3 (#60) + +Bumps [httpx](https://github.com/encode/httpx) from 0.21.2 to 0.21.3. +- [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.2...0.21.3) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`328f2bb`](https://github.com/supabase-community/gotrue-py/commit/328f2bb52c4cff4d5f0ced91861e574eec3242ad)) + +* chore: remove skip of tests (#59) + +* chore: remove skip of tests in async version + +* chore: remove skip of tests in sync version ([`70b1286`](https://github.com/supabase-community/gotrue-py/commit/70b128680588c8bb96ec0d0e1a2a66820a590222)) + +* chore(deps): bump httpx from 0.21.1 to 0.21.2 + +Bumps [httpx](https://github.com/encode/httpx) from 0.21.1 to 0.21.2. +- [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.1...0.21.2) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`52c9a4a`](https://github.com/supabase-community/gotrue-py/commit/52c9a4ae593fe80471a37e0e3a328345816fac53)) + +* chore(deps-dev): bump faker from 11.1.0 to 11.3.0 + +Bumps [faker](https://github.com/joke2k/faker) from 11.1.0 to 11.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/v11.1.0...v11.3.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`67a52e8`](https://github.com/supabase-community/gotrue-py/commit/67a52e8ad178695367bda26d01fc7c469803487e)) + +* chore: filter deploy section by repo owner ([`c28e6c7`](https://github.com/supabase-community/gotrue-py/commit/c28e6c76152fc81882b514b108e629c1aea3504f)) + +* chore: add ignore md rules to dev container and fix changelog ([`2638c1b`](https://github.com/supabase-community/gotrue-py/commit/2638c1b5bc1da97826812546b4e7902111b46fa9)) + +* chore: update poetry version in ci github action ([`a1e765d`](https://github.com/supabase-community/gotrue-py/commit/a1e765d87331638ac038c76f6a4f3f8d538571f4)) + +* chore: fix rule in makefile ([`455d0ce`](https://github.com/supabase-community/gotrue-py/commit/455d0cefe2163f24f3246a8673a03ab10730bc19)) + +* chore: add python versions badge to readme ([`cb407bd`](https://github.com/supabase-community/gotrue-py/commit/cb407bd4e00c8e1c3fdfab7773a61ee797bae60f)) + +### Unknown + +* Merge pull request #57 from supabase-community/dependabot/pip/main/faker-11.3.0 + +chore(deps-dev): bump faker from 11.1.0 to 11.3.0 ([`2ffcd22`](https://github.com/supabase-community/gotrue-py/commit/2ffcd22050a977c8b852445cd12f493a03695fd5)) + +* Merge pull request #58 from supabase-community/dependabot/pip/main/httpx-0.21.2 + +chore(deps): bump httpx from 0.21.1 to 0.21.2 ([`79cc984`](https://github.com/supabase-community/gotrue-py/commit/79cc98453e2cebdffab7ebcdf86e6b59a98c32fd)) + +* Merge pull request #56 from leynier/main + +chore: filter deploy section by repo owner ([`b07bd7b`](https://github.com/supabase-community/gotrue-py/commit/b07bd7ba73be931569e176daef073b53edfc356f)) + +* Merge pull request #55 from leynier/chore/add-ignore-md-rules-to-dev-container-and-fix-changelog + +chore: add ignore md rules to dev container and fix changelog ([`b74576d`](https://github.com/supabase-community/gotrue-py/commit/b74576d7e20d9a5dffaac66572243aa02120f4da)) + +* Merge pull request #53 from supabase-community/chore/add-python-versions-badge-to-readme + +chore: add python versions badge to readme ([`ad2e2ea`](https://github.com/supabase-community/gotrue-py/commit/ad2e2ea0a7b3b6b27ef99dcf6c157e90fd750244)) + +* Merge pull request #54 from supabase-community/chore/fix-rule-in-makefile + +chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/gotrue-py/commit/56fd621474f2c25f96924b9f4e666864e32fd28f)) + + +## v0.3.2 (2022-01-04) + +### Chore + +* chore(deps): bump pydantic from 1.8.2 to 1.9.0 + +Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0. +- [Release notes](https://github.com/samuelcolvin/pydantic/releases) +- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) +- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.8.2...v1.9.0) + +--- +updated-dependencies: +- dependency-name: pydantic + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`92b3b94`](https://github.com/supabase-community/gotrue-py/commit/92b3b944fde4507877c1e2dada5eb77a1b8209cc)) + +### Fix + +* fix: deploy action ([`467fa3f`](https://github.com/supabase-community/gotrue-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d)) + +### Unknown + +* Merge pull request #52 from leynier/fix/deploy-action + +fix: deploy action ([`4c05816`](https://github.com/supabase-community/gotrue-py/commit/4c058169fa6c43721dd03afa0dca65dcdac2f94c)) + +* Merge pull request #51 from supabase-community/dependabot/pip/main/pydantic-1.9.0 + +chore(deps): bump pydantic from 1.8.2 to 1.9.0 ([`293065c`](https://github.com/supabase-community/gotrue-py/commit/293065cf895bc5b458431769faba5ed870c251a8)) + + +## v0.3.1 (2022-01-03) + +### Chore + +* chore: bumping version to v0.3.1 ([`9498105`](https://github.com/supabase-community/gotrue-py/commit/9498105ed63903a5a04c427cf345d15235fef1e3)) + +### Unknown + +* Merge pull request #49 from supabase-community/inherit-from-exception + +Inherit from Exception ([`f415aa0`](https://github.com/supabase-community/gotrue-py/commit/f415aa0a7a2cdb4a54cd2c61e5aa2db6221aa05e)) + +* Inherit from Exception + +Inherit from Exception instead of from BaseException. +More info: [https://docs.python.org/3/tutorial/errors.html#tut-userexceptions](https://docs.python.org/3/tutorial/errors.html#tut-userexceptions) ([`3347136`](https://github.com/supabase-community/gotrue-py/commit/33471366b95b32303314c6b4d3938cd768a28fc4)) + + +## v0.3.0 (2021-12-29) + +### Chore + +* chore(deps-dev): bump faker from 11.0.0 to 11.1.0 + +Bumps [faker](https://github.com/joke2k/faker) from 11.0.0 to 11.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/v11.0.0...v11.1.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`2802b80`](https://github.com/supabase-community/gotrue-py/commit/2802b80d0e6169117f169cb26df88dd532954205)) + +* chore(deps-dev): bump faker from 10.0.0 to 11.0.0 + +Bumps [faker](https://github.com/joke2k/faker) from 10.0.0 to 11.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/v10.0.0...v11.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`fe56fa2`](https://github.com/supabase-community/gotrue-py/commit/fe56fa2d4427746797cfba01982193adea67f164)) + +* chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3 + +Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.20.2 to 2.20.3. +- [Release notes](https://github.com/commitizen-tools/commitizen/releases) +- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) +- [Commits](https://github.com/commitizen-tools/commitizen/compare/v2.20.2...v2.20.3) + +--- +updated-dependencies: +- dependency-name: commitizen + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`1f7ecb8`](https://github.com/supabase-community/gotrue-py/commit/1f7ecb8a44f77b14552e678fc244c78f38b41b73)) + +* chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2 + +Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2. +- [Release notes](https://github.com/sphinx-doc/sphinx/releases) +- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) +- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2) + +--- +updated-dependencies: +- dependency-name: sphinx + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`57c73f3`](https://github.com/supabase-community/gotrue-py/commit/57c73f338e5135f38f09d88d6e60442848a59bbb)) + +* chore(deps): update poetry.lock ([`882388f`](https://github.com/supabase-community/gotrue-py/commit/882388f0b162cd4dae714623c3c5dde5a4ab8b72)) + +* chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2 + +Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.20.0 to 2.20.2. +- [Release notes](https://github.com/commitizen-tools/commitizen/releases) +- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) +- [Commits](https://github.com/commitizen-tools/commitizen/compare/v2.20.0...v2.20.2) + +--- +updated-dependencies: +- dependency-name: commitizen + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`4210dba`](https://github.com/supabase-community/gotrue-py/commit/4210dba0050667cd2d7d2dac52c8a1430d08d3a5)) + +* chore: add noqa comment ([`360cc0d`](https://github.com/supabase-community/gotrue-py/commit/360cc0da2ad3a552964a61578f05ec77f87021ad)) + +* chore: add --remove-orphans to clean_infra and increase sleep time ([`ad504ae`](https://github.com/supabase-community/gotrue-py/commit/ad504ae1a2a5037d5f0d33a9fab2a67ace56c320)) + +* chore(deps): update poetry.lock ([`3130b5a`](https://github.com/supabase-community/gotrue-py/commit/3130b5afd13ad2655b90655aa3be5f5e5c381db7)) + +* chore(deps-dev): bump faker from 9.9.0 to 10.0.0 + +Bumps [faker](https://github.com/joke2k/faker) from 9.9.0 to 10.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/v9.9.0...v10.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`475e9f6`](https://github.com/supabase-community/gotrue-py/commit/475e9f6eba17b3a67d1ca1c4cf566832658ce480)) + +* chore(deps-dev): bump faker from 9.8.2 to 10.0.0 + +Bumps [faker](https://github.com/joke2k/faker) from 9.8.2 to 10.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/v9.8.2...v10.0.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`d012ae8`](https://github.com/supabase-community/gotrue-py/commit/d012ae88341accfa9b79666d3b9e1a68cdf594f4)) + +* chore(deps-dev): bump black from 21.11b1 to 21.12b0 + +Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0. +- [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) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`bbc76f5`](https://github.com/supabase-community/gotrue-py/commit/bbc76f50ceb54a105f32c14c25d57e2d9caf0727)) + +* chore: update dependencies ([`59635a9`](https://github.com/supabase-community/gotrue-py/commit/59635a9c1e66109fa1ac1d54812d6e88f2b845b2)) + +* chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1 + +Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.0 to 4.3.1. +- [Release notes](https://github.com/sphinx-doc/sphinx/releases) +- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) +- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v4.3.1) + +--- +updated-dependencies: +- dependency-name: sphinx + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`5d64552`](https://github.com/supabase-community/gotrue-py/commit/5d6455266eced8dbb31ae868450ed98e71c072a1)) + +* chore: fix ci action with ignore chore commits ([`baa0acf`](https://github.com/supabase-community/gotrue-py/commit/baa0acfa1f93896e5d36694ba8abb595b20f88c2)) + +* chore(deps-dev): bump faker from 9.8.2 to 9.9.0 + +Bumps [faker](https://github.com/joke2k/faker) from 9.8.2 to 9.9.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/v9.8.2...v9.9.0) + +--- +updated-dependencies: +- dependency-name: faker + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`a905349`](https://github.com/supabase-community/gotrue-py/commit/a9053499ff1616b05cd3cf40b843a3b774ae9719)) + +* chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.16.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.15.0...v2.16.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`fc369d6`](https://github.com/supabase-community/gotrue-py/commit/fc369d6001ed570fafbef4e8275a3e2c43f552ef)) + +* chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.16.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.15.0...v2.16.0) + +--- +updated-dependencies: +- dependency-name: pre-commit + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`7b8f8f7`](https://github.com/supabase-community/gotrue-py/commit/7b8f8f77ca5b9e39e7fe2cc9f72f7c49596f2954)) + +* chore: add make rules for generate html report and clean infra ([`e4a1405`](https://github.com/supabase-community/gotrue-py/commit/e4a1405bbc101ecdb5c9d3f5cbe1b38f82b8fadd)) + +* chore: remove html report for try fix the gh action ([`f717a9f`](https://github.com/supabase-community/gotrue-py/commit/f717a9f45bcf5f7a1310d028f35cb528e7ce3404)) + +* chore: add html report to make rul ([`26783b5`](https://github.com/supabase-community/gotrue-py/commit/26783b583b28be8c35eb0d865242a60bd0567973)) + +* chore: add pragma no cover comments ([`1256518`](https://github.com/supabase-community/gotrue-py/commit/1256518d534a0d84785a7fd60174fe25795dffd0)) + +* chore: add test ci and codecov badges ([`38597b3`](https://github.com/supabase-community/gotrue-py/commit/38597b37be5a16027186e719583d6477fd505367)) + +* chore: add badges to README.md ([`a74a0bf`](https://github.com/supabase-community/gotrue-py/commit/a74a0bfdf93b8efe3fd3a71e179e3a37181c54c6)) + +* chore(deps): bump httpx from 0.20.0 to 0.21.1 + +Bumps [httpx](https://github.com/encode/httpx) from 0.20.0 to 0.21.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.20.0...0.21.1) + +--- +updated-dependencies: +- dependency-name: httpx + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`3145377`](https://github.com/supabase-community/gotrue-py/commit/3145377da08dc4d595d4e01995fec16717f04661)) + +* chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 + +Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. +- [Release notes](https://github.com/pycqa/flake8/releases) +- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1) + +--- +updated-dependencies: +- dependency-name: flake8 + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`acde964`](https://github.com/supabase-community/gotrue-py/commit/acde9649bdb2fd5f198c30f039c38851c5f66abe)) + +* chore(deps-dev): bump black from 21.10b0 to 21.11b1 + +Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1. +- [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) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`415f7d9`](https://github.com/supabase-community/gotrue-py/commit/415f7d93559111097ee6e8ddccd137423239f0b1)) + +* chore: remove unused noqa comment ([`fdc6318`](https://github.com/supabase-community/gotrue-py/commit/fdc6318c90bbd1b9696e8e521e8a60f2741862f2)) + +* chore: update dependencies ([`83e8f5e`](https://github.com/supabase-community/gotrue-py/commit/83e8f5e79d8465015b0796955e37b32dcd62552d)) + +* chore: remove Python 3.10 for unknow error ([`a261996`](https://github.com/supabase-community/gotrue-py/commit/a261996b9bfedb66f4bfc64f7ab5ad69ab13e6ce)) + +* chore: add Python 3.10 to GitHub Action ([`d782994`](https://github.com/supabase-community/gotrue-py/commit/d7829948628eff686d0836ffba7047abab1cf3a0)) + +* chore: remove noqa comments ([`8d2c74e`](https://github.com/supabase-community/gotrue-py/commit/8d2c74e5592f6f64dccd40116661ccfc97c88f0e)) + +* chore: revert to use single _ in "private" methods ([`45dbc4f`](https://github.com/supabase-community/gotrue-py/commit/45dbc4fde3c44993080400eb9217da1fa186b230)) + +* chore: changes by run pre-commit ([`f5b0b01`](https://github.com/supabase-community/gotrue-py/commit/f5b0b010cc8c338167956ece326745d54c057aa5)) + +* chore: split some make rules ([`843008b`](https://github.com/supabase-community/gotrue-py/commit/843008b9382adf2b595c8c6e24c1afc060417ef3)) + +* chore: add logs ([`068fe0d`](https://github.com/supabase-community/gotrue-py/commit/068fe0d4c65309b2be9fa1ed63864b79df6a3e84)) + +* chore: run ci in all branches ([`b3cba71`](https://github.com/supabase-community/gotrue-py/commit/b3cba7129d2c4bcb0120b79a7dab0f5f1caf26b2)) + +* chore: regenerate sync client ([`72b85b5`](https://github.com/supabase-community/gotrue-py/commit/72b85b59ccfe79f9cd56a730866931cee4379bbe)) + +* chore: separate tests rule in multiples rules ([`5815566`](https://github.com/supabase-community/gotrue-py/commit/5815566afe4cf56350e586ffde2dc7525b20098d)) + +* chore: add dependencies for code coverage and fix tests command ([`3ab70a5`](https://github.com/supabase-community/gotrue-py/commit/3ab70a5aded79520dd0ec3931f39764d7c24b5b4)) + +* chore: format code by pre-commit ([`2fbcb70`](https://github.com/supabase-community/gotrue-py/commit/2fbcb705f7be07e2d03471c004a2b3ed043f9b5a)) + +* chore: regenerate sync client ([`8ddd940`](https://github.com/supabase-community/gotrue-py/commit/8ddd940343e72ce3c9fd9eafa57ee160249ed50f)) + +* chore: format code of sync client ([`bfc5fab`](https://github.com/supabase-community/gotrue-py/commit/bfc5fabdd94e1826774f90a2fd4322848a9f719d)) + +* chore: add doc to on_auth_state_change ([`267c62c`](https://github.com/supabase-community/gotrue-py/commit/267c62ca3376c73be4202db368539b55c5096b51)) + +* chore: fix name of ci test job ([`2ac3930`](https://github.com/supabase-community/gotrue-py/commit/2ac3930946f8ff28fa2a1f68e6a36c95c52faf27)) + +* chore: change order of strategy parameter ([`ae0ba3f`](https://github.com/supabase-community/gotrue-py/commit/ae0ba3f2dc2363197404ba169ea0f74552eec240)) + +* chore: fix name of ci test job ([`112ce71`](https://github.com/supabase-community/gotrue-py/commit/112ce71e7180fec0f055e68b940290497b0d3e62)) + +* chore: format conftest.py ([`3400431`](https://github.com/supabase-community/gotrue-py/commit/34004311d70913b2d53e8a22f05dcedba1c48518)) + +* chore: formatting code ([`f9ff600`](https://github.com/supabase-community/gotrue-py/commit/f9ff600f82f14ee43be0a15d7eec91ce5079db2a)) + +* chore: fix warnings of markdown files ([`8992382`](https://github.com/supabase-community/gotrue-py/commit/8992382916932a064c208b4affbe8ed7b5d53892)) + +* chore: add poetry files (pyproject.toml and poetry.lock) + +Remove requirements.txt and setup.py ([`01aea7f`](https://github.com/supabase-community/gotrue-py/commit/01aea7f611690c007983d6f418d1ecf215f9b3e7)) + +* chore: merge .gitignore files ([`7ce2d11`](https://github.com/supabase-community/gotrue-py/commit/7ce2d1176d955949adc51d0337acabf3e12c4e1d)) + +* chore: fix title of license ([`d82dc5c`](https://github.com/supabase-community/gotrue-py/commit/d82dc5cd491e633108b816637718ba2f3ea8f51b)) + +* chore: add code of conduct and license ([`a3dcc00`](https://github.com/supabase-community/gotrue-py/commit/a3dcc0027b3c66328ac8c302638bb6a6c0e28e3c)) + +* chore: update docker image & remove lib from imports ([`71ce191`](https://github.com/supabase-community/gotrue-py/commit/71ce1918f5ad0372557036a99d0b5ea40a85ea46)) + +* chore: update gitignore to allow lib ([`2b46d3a`](https://github.com/supabase-community/gotrue-py/commit/2b46d3af24330af131ac0c4fa3c035bf408512ba)) + +* chore: unpeg requests ([`80486d1`](https://github.com/supabase-community/gotrue-py/commit/80486d14c6c1966c212a3656fa8f5173ab4a8c31)) + +* chore: update deps ([`c8c138b`](https://github.com/supabase-community/gotrue-py/commit/c8c138bb65748e61534a267e41f3041fe31212c2)) + +### Documentation + +* docs: update some info of readme ([`20235fe`](https://github.com/supabase-community/gotrue-py/commit/20235fe1fcb04f5496bfeafc22fd43749d143173)) + +* docs: add description to aud field of User model ([`283bd9f`](https://github.com/supabase-community/gotrue-py/commit/283bd9f687f3f50af315cb7b7a33551df944a918)) + +* docs: add comment for email preferences over phone ([`e900c49`](https://github.com/supabase-community/gotrue-py/commit/e900c49587c2d96bcda43c05ca80de0b7d99eaf1)) + +### Feature + +* feat: add job to github action for auto deploy ([`2f6bcf2`](https://github.com/supabase-community/gotrue-py/commit/2f6bcf2f85f7831319c0c86faf16027a02e50058)) + +* feat: add pre-commit hook for conventional commit ([`3eebc95`](https://github.com/supabase-community/gotrue-py/commit/3eebc95e325efa4162750661e25cb750bffb17f3)) + +* feat: add devcontainer.json for use github codespaces ([`0e78b62`](https://github.com/supabase-community/gotrue-py/commit/0e78b627c6175a177f6676082287b6cf739b9261)) + +* feat: add X-Client-Info to default headers ([`ec2c893`](https://github.com/supabase-community/gotrue-py/commit/ec2c893e275877a9fce8c327b454821b21cef4d1)) + +* feat: allow providing custom api and http client implementation + +For follow dependency injection pattern + +https://github.com/supabase/gotrue-js/pull/168 ([`c60718c`](https://github.com/supabase-community/gotrue-py/commit/c60718c0d413ea35a6c9c5076b2c0e843f068029)) + +* feat: add create_user and list_users + +https://github.com/supabase/gotrue-js/pull/166 ([`72f05e2`](https://github.com/supabase-community/gotrue-py/commit/72f05e27248597590d96d5a423f3213e7dbc6341)) + +* feat: add datetime and uuid types ([`455794f`](https://github.com/supabase-community/gotrue-py/commit/455794fdca1a2c5cbad58dcc60e62043e96f6f2a)) + +* feat: add pyupgrade pre-commit hook ([`eaeae46`](https://github.com/supabase-community/gotrue-py/commit/eaeae46a23842833118516028de26687af1a8324)) + +* feat: migrate types to pydantic models ([`a0e4008`](https://github.com/supabase-community/gotrue-py/commit/a0e40088e329388d4f45ad0e53e13f2c09963198)) + +* feat: unify logic of __recover_session and __recover_and_refresh ([`b2eb4f2`](https://github.com/supabase-community/gotrue-py/commit/b2eb4f292ac62b9b37b9b037bdb33ead7b56bd69)) + +* feat: uuid4().hex instead of str(uuid4()) in _sync client ([`b91e556`](https://github.com/supabase-community/gotrue-py/commit/b91e5569dcf6edeeb8ea59f3ca69e31cf225dcf6)) + +* feat: uuid4().hex instead of str(uuid4()) + +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`08565ac`](https://github.com/supabase-community/gotrue-py/commit/08565ac1cf89b4c4395927fba9a8a5320f972899)) + +* feat: add --ignore-init-module-imports to .pre-commit-config.yaml + +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`9c7a18c`](https://github.com/supabase-community/gotrue-py/commit/9c7a18c7bf74093d70e56b4e988f427c17d4133d)) + +* feat: add end-of-file-fixer to .pre-commit-config.yaml + +Co-authored-by: dreinon <67071425+dreinon@users.noreply.github.com> ([`3ef3707`](https://github.com/supabase-community/gotrue-py/commit/3ef3707023d710d1f02cc4d2c35e17fed475b919)) + +* feat: use asdict of dataclasses for to_dicts ([`3333813`](https://github.com/supabase-community/gotrue-py/commit/3333813b6ed32d9d1129b4ab57ecc699be227386)) + +* feat: use annotations from __future__ ([`b16356d`](https://github.com/supabase-community/gotrue-py/commit/b16356ddd974fc8cfef7b4ec49b2d85e1b278922)) + +* feat: add identities to User + +Reason: https://github.com/supabase/gotrue/commit/e3a52e64e3ae89e93984cdcbe822413f53a37484 ([`d042152`](https://github.com/supabase-community/gotrue-py/commit/d042152ce9731e6cd304a6c512880c3ea998d263)) + +* feat: use reflection for parsing dataclasses ([`3d226f5`](https://github.com/supabase-community/gotrue-py/commit/3d226f50d5aefde62566921ef30e2a23a030cc74)) + +* feat: implement and use cli for unasync ([`f70fdd2`](https://github.com/supabase-community/gotrue-py/commit/f70fdd200c2b676069e262d18a4d3f1cb8b4d99a)) + +* feat: force the use of keyword parameters ([`4cb8330`](https://github.com/supabase-community/gotrue-py/commit/4cb83308cd3185df4708904ef04f7858227c3009)) + +* feat: generate tests for sync client ([`46373e4`](https://github.com/supabase-community/gotrue-py/commit/46373e4233853bf2744c0c9e61d8dcc06cfea17d)) + +* feat: add Make rule for infra ([`6ac5334`](https://github.com/supabase-community/gotrue-py/commit/6ac533462173bde3776dd2fe481fae7b9268aa55)) + +* feat: add pre-commit system for check Pythonic style ([`09f9b47`](https://github.com/supabase-community/gotrue-py/commit/09f9b47c07c0b77cc5b9a031715c708d119b2d73)) + +* feat: add context manager support ([`42619ea`](https://github.com/supabase-community/gotrue-py/commit/42619eadfb6705c863377082a3ea77064f42d773)) + +* feat: implement sync/async support with httppx and unasync + +The "_sync" folder is generated automatically with the +"make build_sync" command. + +All scripts in the "_async" folder will be translated into their +synchronous form using "unasync" behind the scenes. ([`da10e87`](https://github.com/supabase-community/gotrue-py/commit/da10e875aaf34ecccc6066827e06e2b1c0e86370)) + +* feat: add poetry to CI action and add dependabot config file ([`ee916c2`](https://github.com/supabase-community/gotrue-py/commit/ee916c2760c9be7e60e52b6a126deb372423bf1a)) + +* feat: synchronize implementation of GoTrueClient ([`0a669de`](https://github.com/supabase-community/gotrue-py/commit/0a669de64170fe7074bd7e65742308be2c3ff869)) + +* feat: add CookieOptions to constructor of GoTrueApi ([`4ef1b55`](https://github.com/supabase-community/gotrue-py/commit/4ef1b55608135f88ee0ebf784fb234b28c405aa7)) + +* feat: implement SupportedStorage abstract storage and MemoryStorage storage ([`044efe8`](https://github.com/supabase-community/gotrue-py/commit/044efe828737eea26c1f1f62152e7676c9374063)) + +* feat: implement Subscription type ([`8c64876`](https://github.com/supabase-community/gotrue-py/commit/8c64876d61e3fc3b5806085fa9ec1e0885210ace)) + +* feat: implement AuthChangeEvent enum ([`a6dacaf`](https://github.com/supabase-community/gotrue-py/commit/a6dacaf4aca4c9f7b5ea801a0840ab7a3f6c118d)) + +* feat: implement CookieOptions type ([`930273f`](https://github.com/supabase-community/gotrue-py/commit/930273f28ec9e3b89954859c3ff299c406d17b67)) + +* feat: add types to API class and align implementation with gotrue-js ([`1ed9754`](https://github.com/supabase-community/gotrue-py/commit/1ed9754d932c34e3fcffafd4b63474802f22ae43)) + +* feat: add new types, implement to_dicts and align files with gotrue-js ([`25e223b`](https://github.com/supabase-community/gotrue-py/commit/25e223b7f92984239e343b02995aa86527320cc6)) + +* feat: implement dataclasses with methods for parsing ([`82d1d6c`](https://github.com/supabase-community/gotrue-py/commit/82d1d6c48626b7a4eabd9d513634eec102c9e004)) + +### Fix + +* fix: error in from_dict of APIError ([`ef250f5`](https://github.com/supabase-community/gotrue-py/commit/ef250f5985337809c8c068ceca3c5bbca72ce1ed)) + +* fix: merged default headers instead of replace + +Also add argument for replace or not default headers ([`96d390c`](https://github.com/supabase-community/gotrue-py/commit/96d390cd304baf9ceb73361bdaf8d2905af264b4)) + +* fix: error in recovery_mode of get_session_from_url ([`041406a`](https://github.com/supabase-community/gotrue-py/commit/041406aee3753e023a7ffad42a54cf9238384bce)) + +* fix: error in get_session_from_url ([`5f65e47`](https://github.com/supabase-community/gotrue-py/commit/5f65e472174eedbd0fb211ffa769cc21d6886b2a)) + +* fix: add a new TOKEN_REFRESHED event + +https://github.com/supabase/gotrue-js/commit/0add6956a22c51c785d9d735edf38cac8a2c2368 ([`e702835`](https://github.com/supabase-community/gotrue-py/commit/e7028356cda625fff435c69d9772c85c0b072b4a)) + +* fix: get recovery mode before notify sign in event + +https://github.com/supabase/gotrue-js/commit/9c0f42b50e60fac00bf52c30ad3548906cf49b0a ([`4ef96ce`](https://github.com/supabase-community/gotrue-py/commit/4ef96ce77861b62aec345f443af1e7b8710df83a)) + +* fix: remove duplicate var env in docker-compose.yml ([`6e501c9`](https://github.com/supabase-community/gotrue-py/commit/6e501c99ea115dbd537157c5da13945a17d10f15)) + +* fix: use str for declare Python 3.10 ([`2350250`](https://github.com/supabase-community/gotrue-py/commit/235025008437e3e2e07fd868632a276b90e42de1)) + +* fix: use expires_in var for avoid typing warning ([`4c7003e`](https://github.com/supabase-community/gotrue-py/commit/4c7003e6a2740f3a5c24db1a13d269ef72cfa82b)) + +* fix: use typing annotations ([`6905d45`](https://github.com/supabase-community/gotrue-py/commit/6905d451fcd6fa8448cfd9619f39e0ddc06dc45f)) + +* fix: use directly parse_obj instead of lambdas ([`177b619`](https://github.com/supabase-community/gotrue-py/commit/177b6194b8547590b1714931144ea2a1f8ff35a2)) + +* fix: use parse_obj ([`383298a`](https://github.com/supabase-community/gotrue-py/commit/383298a141093bbb00feeb3799e46526db008957)) + +* fix: set prefix __ instead of _ for private methods ([`c2d37fb`](https://github.com/supabase-community/gotrue-py/commit/c2d37fb40f7bdf24d8a072bc070ce88f462ffb65)) + +* fix: .pre-commit-config.yaml format ([`747f411`](https://github.com/supabase-community/gotrue-py/commit/747f411e26aed397e2a7a28858179991e75130b9)) + +* fix: change Api by API ([`13cc086`](https://github.com/supabase-community/gotrue-py/commit/13cc0865482fe72f129a4bc47e325519475ec831)) + +* fix: change ApiError by APIError in docstrings ([`55c03a6`](https://github.com/supabase-community/gotrue-py/commit/55c03a682aa875bae1456f6d17ae6f53d4f75218)) + +* fix: change ApiError by APIError + +For follow https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles ([`98e27af`](https://github.com/supabase-community/gotrue-py/commit/98e27af6b656b78d96bb395906a3c85781ef909f)) + +* fix: add Optional to identities of User ([`21d7bda`](https://github.com/supabase-community/gotrue-py/commit/21d7bda2953f8db2d3d676939470981a144dbe05)) + +* fix: add slack adn spotify to Provider + +Reason: + +https://github.com/supabase/gotrue/commit/fc82846862435fdb96367a95b7b22503397ac0e0 + +https://github.com/supabase/gotrue/commit/79f2d6a741150a9a868fadbb1de87a2cd09da920 ([`73df8d7`](https://github.com/supabase-community/gotrue-py/commit/73df8d78573ff5599343f5f604caba56ecf3d526)) + +* fix: remove Optional to user_metadata of User + +Reason: https://github.com/supabase/gotrue/commit/62e7ccd13cd41cd5571f75c4baae5ac0fb187e7c ([`dab27ce`](https://github.com/supabase-community/gotrue-py/commit/dab27ce49345c9ab043ae91e04e460042bc49b95)) + +* fix: remove email_change_confirm_status from User + +Reason: https://github.com/supabase/gotrue/commit/df96c0678027515e5c4eb330efd0d26048aea6c6 ([`1859aa3`](https://github.com/supabase-community/gotrue-py/commit/1859aa37b2e55a1f65a4fdd6cb5c0175f20f40b1)) + +* fix: some fixes and changes requested ([`d224ec1`](https://github.com/supabase-community/gotrue-py/commit/d224ec14eeb59bb5b4d81dd2ad1e5c3cd86433b9)) + +* fix: some tipe hints ([`d1f5fc7`](https://github.com/supabase-community/gotrue-py/commit/d1f5fc774fd33283cfb4f465a39ac142b4e0b867)) + +* fix: error in client update ([`a653408`](https://github.com/supabase-community/gotrue-py/commit/a65340850db288a6f5e25d9c8370a6ad0c7de350)) + +* fix: errors in helpers and types ([`9870078`](https://github.com/supabase-community/gotrue-py/commit/98700789ab469059beb04d62617f79df0e749994)) + +* fix: ci github action ([`1ee2946`](https://github.com/supabase-community/gotrue-py/commit/1ee2946c119f9867930beab9dd6baf25c91919d6)) + +* fix: remove unnecessary async to on_auth_state_change ([`e7ebc64`](https://github.com/supabase-community/gotrue-py/commit/e7ebc64112d970673265c7b314a1e8820fc0f7e1)) + +* fix: error in remove_item of memory storage ([`9c12bd1`](https://github.com/supabase-community/gotrue-py/commit/9c12bd10d79680842cd324a50ce2ad2cee52c8a1)) + +* fix: cycle of references between helpers and types ([`fcad1af`](https://github.com/supabase-community/gotrue-py/commit/fcad1af6e0940986256678ae6059fabffdb60ec4)) + +* fix: use environ vars only if present ([`700129e`](https://github.com/supabase-community/gotrue-py/commit/700129e9f4731058506d4647ab77ed24d188cfb8)) + +* fix: reinstate lib __init__.py ([`b268219`](https://github.com/supabase-community/gotrue-py/commit/b268219db586f877e006fb7863b0504e10760e69)) + +* fix: reinstate lib.constants ([`edb9bb4`](https://github.com/supabase-community/gotrue-py/commit/edb9bb4217abd42b2c4db7b80d9a152c8fe1f3ae)) + +* fix: readjust indent in ci.yml ([`ca713c9`](https://github.com/supabase-community/gotrue-py/commit/ca713c9f58a94ae3d2bfd1137a42e44493524ba1)) + +### Test + +* test: fix docker-compose and perf ci ([`5360967`](https://github.com/supabase-community/gotrue-py/commit/53609677568216e2eae789d4416a5848269cdd0f)) + +* test: add more tests to client layer ([`a2ca372`](https://github.com/supabase-community/gotrue-py/commit/a2ca372434865675afc46582c4ca919e50fab72b)) + +* test: change message + +https://github.com/supabase/gotrue/commit/92abe187fd3d96645331542b477b37487cafce07 ([`4ec0e07`](https://github.com/supabase-community/gotrue-py/commit/4ec0e075cafd9e72369afb9c8313a71923455489)) + +* test: increases coverage + +https://github.com/supabase/gotrue-js/commit/98300a0717c36197484873e53befc5fd25c57772 ([`367a09b`](https://github.com/supabase-community/gotrue-py/commit/367a09bb59180872667b8b213c4405733eb95998)) + +* test: fix test sign up the same user twice should throw an error ([`0ea666a`](https://github.com/supabase-community/gotrue-py/commit/0ea666ab8a008284e2e03fd0a67b57db6000e640)) + +* test: fix test_sign_up_the_same_user_twice_should_throw_an_error test + +Reason: https://github.com/supabase/gotrue/commit/5bc665be3927b2ff4763c8315ee641093781ff98 ([`eb86078`](https://github.com/supabase-community/gotrue-py/commit/eb86078ea8929878d458c7d3b9324681b9780a3d)) + +* test: add various Python versions to CI ([`96eb94b`](https://github.com/supabase-community/gotrue-py/commit/96eb94bf0592587bfe34f27a9d5e6751b44eb31e)) + +* test: fix expected error message ([`1e65cc3`](https://github.com/supabase-community/gotrue-py/commit/1e65cc3bca5cd9f7f8838a20c4e7a2726515b30d)) + +* test: fix error in provider ([`e575d9b`](https://github.com/supabase-community/gotrue-py/commit/e575d9bafa66dc2318e2c9e6b7dbaa13995fc5e0)) + +* test: client with auto confirm enabled ([`b758dba`](https://github.com/supabase-community/gotrue-py/commit/b758dbae431146f0c0269ab44150904c5c899c64)) + +* test: use fixtures of pytest ([`c8daa2a`](https://github.com/supabase-community/gotrue-py/commit/c8daa2a871bcfaf306559bcbd888e303d408a39a)) + +* test: client with auto confirm disabled ([`c407a63`](https://github.com/supabase-community/gotrue-py/commit/c407a63ec79c47edc4905d08684083b77d7be091)) + +* test: client with sign ups disabled ([`08d2558`](https://github.com/supabase-community/gotrue-py/commit/08d2558557ab963ab4ed2c52153ee01489429fd2)) + +* test: handle exceptions and use context manager ([`b8330c0`](https://github.com/supabase-community/gotrue-py/commit/b8330c0c1c7193bcafe8d37dcfa4832660254160)) + +* test: implement tests for api with auto confirm disabled ([`0c29382`](https://github.com/supabase-community/gotrue-py/commit/0c29382b4f919d7a0dd8403a3bec11e7b81a8e18)) + +* test: ignore build_sync.py and conftest.py in Coverage ([`71a2c8f`](https://github.com/supabase-community/gotrue-py/commit/71a2c8f9b035bf12bcd1f2743b2791023bab7f26)) + +* test: implement provider and subscriptions tests + +Comment test_gotrue.py mean while ([`67ecf57`](https://github.com/supabase-community/gotrue-py/commit/67ecf57439e4a95d1334661d52d9a1bb05c9e87d)) + +### Unknown + +* Merge pull request #48 from supabase-community/dependabot/pip/main/faker-11.1.0 + +chore(deps-dev): bump faker from 11.0.0 to 11.1.0 ([`4590472`](https://github.com/supabase-community/gotrue-py/commit/459047270f1fc76e4103d8dc1814766ead3c3eb9)) + +* Merge pull request #47 from supabase-community/dependabot/pip/main/faker-11.0.0 + +chore(deps-dev): bump faker from 10.0.0 to 11.0.0 ([`116d9ba`](https://github.com/supabase-community/gotrue-py/commit/116d9ba296158ac8a705556287a04006167bb046)) + +* Merge pull request #46 from leynier/main + +chore(deps-dev): bump sphinx from 4.3.0 to 4.3.2 and commitizen from 2.20.0 to 2.20.3 ([`544d8f1`](https://github.com/supabase-community/gotrue-py/commit/544d8f160100ab9e104ac3adf509c572c3eb7f53)) + +* Merge pull request #10 from leynier/dependabot/pip/main/commitizen-2.20.3 + +chore(deps-dev): bump commitizen from 2.20.2 to 2.20.3 ([`5846912`](https://github.com/supabase-community/gotrue-py/commit/5846912d6e832b851bf26fca4821e2228fdf7e9f)) + +* Merge pull request #11 from leynier/dependabot/pip/main/sphinx-4.3.2 + +chore(deps-dev): bump sphinx from 4.3.1 to 4.3.2 ([`308380b`](https://github.com/supabase-community/gotrue-py/commit/308380b8685d68d57d6c0bf34d8eff61f3d38dd2)) + +* Merge pull request #37 from leynier/main + +fix: error in recovery_mode of get_session_from_url ([`740d866`](https://github.com/supabase-community/gotrue-py/commit/740d866ff0e4080c80f2cd5d1d199337ca236266)) + +* Merge remote-tracking branch 'remotes/upstream/main' ([`0f05aa8`](https://github.com/supabase-community/gotrue-py/commit/0f05aa84da19088776c48cd9f0c7289ea45d58f2)) + +* Merge pull request #9 from leynier/dependabot/pip/main/commitizen-2.20.2 + +chore(deps-dev): bump commitizen from 2.20.0 to 2.20.2 ([`838b136`](https://github.com/supabase-community/gotrue-py/commit/838b1369591a83a55a7731189f8c87d783b75b58)) + +* Merge pull request #39 from supabase-community/dependabot/pip/main/faker-10.0.0 + +chore(deps-dev): bump faker from 9.8.2 to 10.0.0 ([`3878d91`](https://github.com/supabase-community/gotrue-py/commit/3878d910f8abbb9d92a88bfbb476d3a482fe538f)) + +* Merge pull request #8 from leynier/dependabot/pip/main/faker-10.0.0 + +chore(deps-dev): bump faker from 9.9.0 to 10.0.0 ([`31b537a`](https://github.com/supabase-community/gotrue-py/commit/31b537acdda45748f9c0370702242f14d9c1345f)) + +* Merge branch 'main' into dependabot/pip/main/faker-10.0.0 ([`7408f5f`](https://github.com/supabase-community/gotrue-py/commit/7408f5f5d15e98602200bf3220000c52c4d80074)) + +* Merge pull request #7 from leynier/dependabot/pip/main/black-21.12b0 + +chore(deps-dev): bump black from 21.11b1 to 21.12b0 ([`7629707`](https://github.com/supabase-community/gotrue-py/commit/7629707b061a23d3ab90266855f0bf8b9679c840)) + +* Merge remote-tracking branch 'remotes/upstream/main' ([`669d9df`](https://github.com/supabase-community/gotrue-py/commit/669d9dfa10122933873f35eb1aadb7d22339e16c)) + +* Merge pull request #36 from supabase-community/dependabot/pip/main/pre-commit-2.16.0 + +chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 ([`8f6c12f`](https://github.com/supabase-community/gotrue-py/commit/8f6c12f4c122700956210cd674e7490342c2e186)) + +* Merge pull request #4 from leynier/dependabot/pip/main/sphinx-4.3.1 + +chore(deps-dev): bump sphinx from 4.3.0 to 4.3.1 ([`adb5201`](https://github.com/supabase-community/gotrue-py/commit/adb52015157a28b75021b863926042886d5df01c)) + +* Merge pull request #5 from leynier/dependabot/pip/main/faker-9.9.0 + +chore(deps-dev): bump faker from 9.8.2 to 9.9.0 ([`6d8c9f0`](https://github.com/supabase-community/gotrue-py/commit/6d8c9f0357016e437945666596727f7b1e689540)) + +* Merge pull request #6 from leynier/dependabot/pip/main/pre-commit-2.16.0 + +chore(deps-dev): bump pre-commit from 2.15.0 to 2.16.0 ([`6d21ae4`](https://github.com/supabase-community/gotrue-py/commit/6d21ae4aa65087ee6ad2cf3870751981cff81b8a)) + +* bump: version 0.2.0 → 0.3.0 ([`7313b7b`](https://github.com/supabase-community/gotrue-py/commit/7313b7b45fd0c5660b0b2306df984bd8221e5490)) + +* Merge pull request #32 from leynier/feat/add-pre-commit-hook-for-conventional-commit + +feat: add pre-commit hook and action for conventional commit and semantic release ([`05f493d`](https://github.com/supabase-community/gotrue-py/commit/05f493dc8fa7a92692debf03fafb47954363c832)) + +* Merge branch 'supabase-community:main' into feat/add-pre-commit-hook-for-conventional-commit ([`19f4556`](https://github.com/supabase-community/gotrue-py/commit/19f4556f9210b7fcca67445b4d7ddc03af6733d9)) + +* Merge pull request #28 from leynier/chore/add-badges-to-readme + +chore: add badges to README.md ([`9e38a6a`](https://github.com/supabase-community/gotrue-py/commit/9e38a6af245b194ee8f77ca0c6e7c03640bca4ee)) + +* Update README.md ([`2044be7`](https://github.com/supabase-community/gotrue-py/commit/2044be7e59004055c82337bd19b6049bdeefe824)) + +* Merge pull request #29 from leynier/chore/improve-coverage + +chore: improve coverage ([`d35d971`](https://github.com/supabase-community/gotrue-py/commit/d35d971edda95b9e8dbc89d7f1c1cd1d570383d6)) + +* chore: add pragma no cover comments ([`547e245`](https://github.com/supabase-community/gotrue-py/commit/547e2455b306e205f8b94d4fc2049cd6510c0e5f)) + +* Merge pull request #26 from supabase-community/dependabot/pip/main/httpx-0.21.1 + +chore(deps): bump httpx from 0.20.0 to 0.21.1 ([`4889b38`](https://github.com/supabase-community/gotrue-py/commit/4889b3871f5c5af4d5c425d4f3d697313dad0a2f)) + +* Merge pull request #25 from supabase-community/dependabot/pip/main/flake8-4.0.1 + +chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 ([`f129103`](https://github.com/supabase-community/gotrue-py/commit/f1291037a97b7e0679efa64c211866a4a224dc72)) + +* Merge pull request #24 from supabase-community/dependabot/pip/main/black-21.11b1 + +chore(deps-dev): bump black from 21.10b0 to 21.11b1 ([`4259e38`](https://github.com/supabase-community/gotrue-py/commit/4259e3852ec723ba5c84e1d1649cdeef08aa40e2)) + +* Merge pull request #23 from leynier/feat/dataclasses + +Add dataclasses, sync/async, feature-parity with the js-client and tests ([`fb10c5c`](https://github.com/supabase-community/gotrue-py/commit/fb10c5ca6bc44dcc70ff9c10eeb8be8e4add853d)) + +* Switch isort mirror by isort pre-commit hook ([`427d5d4`](https://github.com/supabase-community/gotrue-py/commit/427d5d452c6d86b2cd1cee4cc8884286fcbe40bc)) + +* Fix typo in README.md + +Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`ec0bdb5`](https://github.com/supabase-community/gotrue-py/commit/ec0bdb5b64f13115cf8fb52c73445527504ffccc)) + +* Use latest actions-poetry ([`ce47032`](https://github.com/supabase-community/gotrue-py/commit/ce4703277726ec77ea4d2b190d23e93d095260c6)) + +* Use pydantic parse_obj_as helper method ([`64162f6`](https://github.com/supabase-community/gotrue-py/commit/64162f6b03cc901edef3c4d6d1261ad49a332313)) + +* Add python 3.10 to GH Actions fix ([`57473a2`](https://github.com/supabase-community/gotrue-py/commit/57473a20fa92f36d5f35abcd106b9efd3fe40ebf)) + +* Formatting ([`0f3210f`](https://github.com/supabase-community/gotrue-py/commit/0f3210f9fccbc9ba27a2dc951b20c665fdfd5721)) + +* Add parse_response method to custom pydantic base model ([`cb4624d`](https://github.com/supabase-community/gotrue-py/commit/cb4624d7822575e03a47726a2b6bc8e25cbc3162)) + +* deps: add pydantic dependency ([`9df4927`](https://github.com/supabase-community/gotrue-py/commit/9df49274405a88e201959eda9e54c6288222c51b)) + +* Merge pull request #19 from leynier/feat/use-poetry + +Use poetry for dependency and environment management ([`9ba3192`](https://github.com/supabase-community/gotrue-py/commit/9ba3192dbdccd2f02a4819b52dd6cf51095af7e7)) + +* Merge pull request #16 from leynier/fix/title-of-license + +chore: fix title of license ([`f57b99e`](https://github.com/supabase-community/gotrue-py/commit/f57b99ea3f0a8528883c9e73a028ee2cc1b3b2fb)) + +* Merge pull request #14 from bariqhibat/bariqhibat/support-phone-otp + +Add support for phone otp ([`f237f15`](https://github.com/supabase-community/gotrue-py/commit/f237f1584cf04d1f5cb53524ad2f72e9bd0def47)) + +* fix comments + +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`202346a`](https://github.com/supabase-community/gotrue-py/commit/202346a62940c55883e24b4efd1604e690a9e9a6)) + +* add new tests for signup by phone and verify otp + +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`7162a47`](https://github.com/supabase-community/gotrue-py/commit/7162a472194fc59ae3647bd89722df50cb8ea72a)) + +* create new api for signup with phone + +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`1870b54`](https://github.com/supabase-community/gotrue-py/commit/1870b544435ecc05da61965f4dfbe5dd4732126c)) + +* create client for otp functions + +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`68f699b`](https://github.com/supabase-community/gotrue-py/commit/68f699bf28a86ff892de36fac4af2259f2733862)) + +* create api for otp functions + +Signed-off-by: Bariq <bariqhibat@gmail.com> ([`83031ad`](https://github.com/supabase-community/gotrue-py/commit/83031adee23cd74ab6fa9c6d09ce6b286a04e4f0)) + +* Merge pull request #13 from supabase-community/j0_hacktoberfest + +chore: add code of conduct and license ([`0320f45`](https://github.com/supabase-community/gotrue-py/commit/0320f451e660ea62daaf2be6d0b030c5ba8d3afa)) + +* Create CONTRIBUTING.md ([`2dea30f`](https://github.com/supabase-community/gotrue-py/commit/2dea30fe0507ad36bdc28b8906ab49802a6629f4)) + +* Merge pull request #6 from supabase/j0_fix_build + +Reinstate lib and fix build ([`ac53ea8`](https://github.com/supabase-community/gotrue-py/commit/ac53ea86e0a783e12ea55f09882928db6c97dd53)) + +* Merge pull request #3 from lawrencecchen/main + +add set_auth to gotrue client ([`49c092e`](https://github.com/supabase-community/gotrue-py/commit/49c092e3a4a6d7bb5e1c08067a4c42cc2f74b5cc)) + +* Merge pull request #5 from supabase/j0_deps + +Update dependencies ([`8189c49`](https://github.com/supabase-community/gotrue-py/commit/8189c49c2f2e75db5fc34ac271af375f5a2ecb36)) + +* remove lib from gitignore ([`757714b`](https://github.com/supabase-community/gotrue-py/commit/757714bdd53d4a0eb8a2d33b1999470f1648d543)) + +* add set_auth to gotrue client ([`87a6e68`](https://github.com/supabase-community/gotrue-py/commit/87a6e68f6e29a8755e031a83d2022106e216d69e)) + +* Merge pull request #1 from fedden/main + +Bring closer to pairity with supabase/gotrue-js ([`38eddcb`](https://github.com/supabase-community/gotrue-py/commit/38eddcb51e8a59e068a358971c09425138dd852e)) + +* remove env vars ([`608c2b1`](https://github.com/supabase-community/gotrue-py/commit/608c2b19d675361d54a4a03dfa0ff9116cc0d1ea)) + +* add return statements in documentation ([`3ad5781`](https://github.com/supabase-community/gotrue-py/commit/3ad5781db4dddf79824d3bdf15cfbea0835a8303)) + +* Update gotrue/client.py + +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`289b184`](https://github.com/supabase-community/gotrue-py/commit/289b1846a4e9bd5b88528ca2a0aff71a42d43b1e)) + +* Update gotrue/api.py + +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`f0e77aa`](https://github.com/supabase-community/gotrue-py/commit/f0e77aaa9a1dd6a6862879be1b53cb38ec3a2a6d)) + +* Update gotrue/api.py + +Co-authored-by: Lee Yi Jie Joel <lee.yi.jie.joel@gmail.com> ([`1828117`](https://github.com/supabase-community/gotrue-py/commit/1828117d628078ed4e8d96083e5050a2f85394a5)) + +* correct version ([`68ed44b`](https://github.com/supabase-community/gotrue-py/commit/68ed44b0e379b9884becc5fbfd4d6a6a7c8768f4)) + +* enable simple install that works for non-poetry envs ([`7cdf326`](https://github.com/supabase-community/gotrue-py/commit/7cdf3261fedbe0e279fc44d272a614c935e54926)) + +* updating the pyproject.toml ([`a7be2da`](https://github.com/supabase-community/gotrue-py/commit/a7be2da61269bb63382e9a18bc46e0767536fee0)) + +* add another todo ([`94470db`](https://github.com/supabase-community/gotrue-py/commit/94470db34e564fce3cff1e7808ed6757fbb2b199)) + +* ensuring tests pass ([`337746c`](https://github.com/supabase-community/gotrue-py/commit/337746cc82f0b256a823464f262b15bbd4741be1)) + +* document the tests ([`2b74646`](https://github.com/supabase-community/gotrue-py/commit/2b74646a7206d8aad08aa16e0f2f84a956636cdf)) + +* hopefully ensure the test ci works ([`7dea900`](https://github.com/supabase-community/gotrue-py/commit/7dea9002f11286a7945128453d8a93afb32eeb1f)) + +* link to js-client ([`44fc9da`](https://github.com/supabase-community/gotrue-py/commit/44fc9da6d387b61ed2167ff8bf4a748fcce6bcf1)) + +* add some basic documentation in README ([`3309684`](https://github.com/supabase-community/gotrue-py/commit/33096840e7545977a8237ba25b107dc3d6648ef0)) + +* cleanup tests etc ([`4808a34`](https://github.com/supabase-community/gotrue-py/commit/4808a3481b7b790410815a7362423f3ef3e0c446)) + +* add for working tests ([`c970dfe`](https://github.com/supabase-community/gotrue-py/commit/c970dfe99e498d18d434f257c37f469e5133e438)) + +* updates to get tests passing ([`8b3dc48`](https://github.com/supabase-community/gotrue-py/commit/8b3dc488deff62f4acdde54ff63260c83fd65aea)) + +* wrap up response cleanly into a dict for users ([`29e35ed`](https://github.com/supabase-community/gotrue-py/commit/29e35ed9115328c57dd89b7601b2c3e8dd411a4d)) + +* add gitignoire ([`d620032`](https://github.com/supabase-community/gotrue-py/commit/d620032ed3eae549f152e44193ee5ae8b4130813)) + +* rm crap ([`93f984b`](https://github.com/supabase-community/gotrue-py/commit/93f984bdcbb5ee9754a168028ba93b016950fbaa)) + +* sort typos ([`1a3bef2`](https://github.com/supabase-community/gotrue-py/commit/1a3bef2dd75128b008206cfb9596f591902c8718)) + +* add contstants ([`645136a`](https://github.com/supabase-community/gotrue-py/commit/645136a73558070331157928ab90bdca0dae7960)) + +* bringing closer to pairity with gotrue js ([`e753927`](https://github.com/supabase-community/gotrue-py/commit/e7539278fbcbef3a05971856d20a2a1587a9049e)) + +* Resolve merge conflicts ([`a34bea1`](https://github.com/supabase-community/gotrue-py/commit/a34bea153dee52044f6ce5e238c24aa5b3a96a2a)) + +* Allow headers and lint with black ([`d9c9533`](https://github.com/supabase-community/gotrue-py/commit/d9c9533d3f78d1f51fbab83e89846042cc4bf751)) + +* Update README.md ([`0201f09`](https://github.com/supabase-community/gotrue-py/commit/0201f090c06bd10703bd73c2678bbba795dd0d85)) + +* decrease minimum py version required ([`d768579`](https://github.com/supabase-community/gotrue-py/commit/d768579e3e9d7463e3df93c0b6b9360a1beaeb53)) + +* Update README.md ([`3a36696`](https://github.com/supabase-community/gotrue-py/commit/3a36696550805796daf5c9f5d0e2d04247aad01c)) + +* Remove user and admin ([`5aca335`](https://github.com/supabase-community/gotrue-py/commit/5aca335b7c4c6d5f72aa0a3e2b951356fafe9562)) + +* Add documentation ([`b575640`](https://github.com/supabase-community/gotrue-py/commit/b5756408790097425c0d78f9a5871ecf2a2daecd)) + +* Add usage component to README.md ([`8a8d3eb`](https://github.com/supabase-community/gotrue-py/commit/8a8d3ebd6bbdc9ed40b0d022ee744f1335204683)) + +* Switch .rst file to .md ([`b73f7ef`](https://github.com/supabase-community/gotrue-py/commit/b73f7ef2ec04db30ea75824bba1dee1d96fe2110)) + +* Add jsonify ([`18230a8`](https://github.com/supabase-community/gotrue-py/commit/18230a8cd0eb34d5f209f5fada624e939e5ad82b)) + +* Add grant token method ([`629d12b`](https://github.com/supabase-community/gotrue-py/commit/629d12b88c7159387d8325444ce2e01a35252f26)) + +* Add more methods ([`e77ef0d`](https://github.com/supabase-community/gotrue-py/commit/e77ef0d28ee0192643aa5a560bce257ffa6fc1f4)) + +* Add more methods ([`eff88f3`](https://github.com/supabase-community/gotrue-py/commit/eff88f33f192cf94bb78deb4d1bc9dbc271d9fd9)) + +* Support incremental testing ([`dda60f3`](https://github.com/supabase-community/gotrue-py/commit/dda60f327990a586f37802421f2a1fbc7b62fe1a)) + +* Add tests for settings route ([`3aa54d5`](https://github.com/supabase-community/gotrue-py/commit/3aa54d52729e32cd1ecf204eb66e050e3409035f)) + +* Restructure to support publishing to poetry ([`65d4b1c`](https://github.com/supabase-community/gotrue-py/commit/65d4b1cab978a2a221ce5f59aa1f36701127de65)) + +* Remove flake8 test for now ([`8d7502e`](https://github.com/supabase-community/gotrue-py/commit/8d7502e8a5499372b01bb9adf090c0e1374bc3b3)) + +* Fix indent level again ([`388e339`](https://github.com/supabase-community/gotrue-py/commit/388e339721d00df59644e92a78e523734d529f88)) + +* Fix indent level ([`2f8bd02`](https://github.com/supabase-community/gotrue-py/commit/2f8bd02ea011edf2fb9e2d7658944cd5ec18bbaf)) + +* Add previously removed part of ci test ([`d6c0f87`](https://github.com/supabase-community/gotrue-py/commit/d6c0f872c56569b9d693ba0a8f9adabdd6d5b085)) + +* Add placeholder test ([`b76c1cf`](https://github.com/supabase-community/gotrue-py/commit/b76c1cfaebb414f51bfe2fd1a091c73d0b7a1a64)) + +* fix branch name master->main ([`1bb5dc9`](https://github.com/supabase-community/gotrue-py/commit/1bb5dc9a456233ada58e90bcce24a1a655518a2b)) + +* Add pytest portion of workflow ([`3aeb728`](https://github.com/supabase-community/gotrue-py/commit/3aeb728e0a1a575ed4a8a513941ceffad9879252)) + +* Remove additional steps ([`2c1f4c3`](https://github.com/supabase-community/gotrue-py/commit/2c1f4c3d53926cf3645bd790375aeefca2c3a90e)) + +* Fix indentation level ([`949a33d`](https://github.com/supabase-community/gotrue-py/commit/949a33dc90e8b2fa7bcdbacb6d5319e8982ac6a9)) + +* Add .github dir ([`a958afe`](https://github.com/supabase-community/gotrue-py/commit/a958afef51270221ddff33aa2d716ad0aaa6c19d)) + +* add preliminary CI ([`5cfcae7`](https://github.com/supabase-community/gotrue-py/commit/5cfcae7814999481bc194c610472633357ade876)) + +* Test initial stubs against gotrue-example site ([`583da03`](https://github.com/supabase-community/gotrue-py/commit/583da03cfd76fe2061f4748f95775d771f6d1eb5)) + +* Update README ([`0e4fbd0`](https://github.com/supabase-community/gotrue-py/commit/0e4fbd0e1b2ef54ec3dab745dc18ae690bc04705)) + +* Restructure repository ([`4d4e554`](https://github.com/supabase-community/gotrue-py/commit/4d4e55474fdd131e8711c2d62cbaade0b5a14fb7)) + +* Initial commit ([`3d87285`](https://github.com/supabase-community/gotrue-py/commit/3d87285a1d503cdb88a91cfa3e430fac546d2564)) diff --git a/pyproject.toml b/pyproject.toml index 89a43079..d1c44a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gotrue" -version = "1.0.3" +version = "1.0.4" description = "Python Client Library for GoTrue" authors = ["Joel Lee "] homepage = "https://github.com/supabase-community/gotrue-py"