Gotrue

Latest version: v2.5.4

Safety actively analyzes 640974 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 44

9.8.3

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.1 to 9.8.3.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.1...v9.8.3)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`8e5ec68`](https://github.com/supabase-community/auth-py/commit/8e5ec68f61613bfe60c704b0f393a1bdf6c1b276))

* chore(deps-dev): bump faker from 25.4.0 to 25.8.0 (519) ([`e4fc889`](https://github.com/supabase-community/auth-py/commit/e4fc8891bcafc94688e75a305dfc85d9fbbb60e9))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 (527) ([`eda2715`](https://github.com/supabase-community/auth-py/commit/eda2715283b589942ce85c0a83708190fa595d0b))

* chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 (525) ([`8137d24`](https://github.com/supabase-community/auth-py/commit/8137d241a12f24e0dac3554c1ec7f34e504aaf87))

* chore(deps-dev): bump faker from 25.4.0 to 25.8.0

Bumps [faker](https://github.com/joke2k/faker) from 25.4.0 to 25.8.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v25.4.0...v25.8.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`c730281`](https://github.com/supabase-community/auth-py/commit/c7302817c2fca068811fa507d582ce9ce7465494))

* chore(deps): bump pydantic from 2.7.3 to 2.7.4 (521) ([`0647d43`](https://github.com/supabase-community/auth-py/commit/0647d43940df2fc387dde01092cb0ea018711082))

* chore(deps-dev): bump pytest from 8.2.1 to 8.2.2 (516) ([`2c40cd6`](https://github.com/supabase-community/auth-py/commit/2c40cd6fdbfae74ac9c104d307a91d6dc5b21195))

Fix

* fix: add channel to sign_in and sign_up options ([`498640d`](https://github.com/supabase-community/auth-py/commit/498640dfa8804257bb62675078dc0487aacc879d))

Unknown

* Update supabase_auth/_sync/gotrue_client.py

Co-authored-by: Joel Lee <lee.yi.jie.joelgmail.com> ([`1df49ef`](https://github.com/supabase-community/auth-py/commit/1df49ef55ed64cce0a9afa3295e7c8c56b9fd450))

* Update supabase_auth/_async/gotrue_client.py

Co-authored-by: Joel Lee <lee.yi.jie.joelgmail.com> ([`f44450d`](https://github.com/supabase-community/auth-py/commit/f44450dc7294ab0bf25e16f81b5ef8423120264d))

* format with pre-commit formatter ([`97b534b`](https://github.com/supabase-community/auth-py/commit/97b534b9e5fd1ec5a04c0f7520aa078029de76a0))

* change option name from `redirect_to` to `email_redirect_to` ([`019da4f`](https://github.com/supabase-community/auth-py/commit/019da4fdbcc4ae92f227322ebd7a3485479d9943))

* add sync version ([`4814aeb`](https://github.com/supabase-community/auth-py/commit/4814aeb4b8c446dacc1086300260dcfefac76210))

* add channel to sign_in and sign_up options ([`5a1c44a`](https://github.com/supabase-community/auth-py/commit/5a1c44afebe5d01b31bacd25423f456baab35ef8))

9.8.1

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.0 to 9.8.1.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.8.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`f28f6a2`](https://github.com/supabase-community/auth-py/commit/f28f6a29175a4af0dd00963b9718c65eda5d937a))

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

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.0 to 9.8.1.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.8.1)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`960d593`](https://github.com/supabase-community/auth-py/commit/960d593f28be3cca582812a07d1fcfda6a3bb911))

Feature

* feat: add anonymous sign in ([`2406d7d`](https://github.com/supabase-community/auth-py/commit/2406d7d90394cf69bf772916c2232ae8aa8afe13))

Unknown

* update postgres version for infra ([`ad2179b`](https://github.com/supabase-community/auth-py/commit/ad2179b1c042c8faf1b1cdc322d8c9f9d5aae9e7))

* update async client and type naming ([`85f94f2`](https://github.com/supabase-community/auth-py/commit/85f94f27320af3438748fe261a752a29b03a2c24))

* Add Anonymous login ([`f3d35c7`](https://github.com/supabase-community/auth-py/commit/f3d35c72d3dc334d5963d4f9a57137eeacdff873))

9.8.0

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.7.3 to 9.8.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.7.3...v9.8.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`859379b`](https://github.com/supabase-community/auth-py/commit/859379bd86a763ebe8f82a2eb4492078b71fcd8a))

* chore(deps-dev): bump requests from 2.31.0 to 2.32.0 (502) ([`16e571f`](https://github.com/supabase-community/auth-py/commit/16e571fc19168314d82074523de6f246bdd74960))

* chore(deps-dev): bump pytest from 8.1.1 to 8.2.1 (501) ([`56a3842`](https://github.com/supabase-community/auth-py/commit/56a3842928e942b8d35946de27d99050c277de9b))

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

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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/8.1.1...8.2.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`1e32b5c`](https://github.com/supabase-community/auth-py/commit/1e32b5ccedd7d1c77bcadaf01ab1a871f3d326eb))

* chore(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (500) ([`c0c17f8`](https://github.com/supabase-community/auth-py/commit/c0c17f86e8f1048818a23ef92bfcd08a8bd16879))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.5.0 to 9.7.3 (499) ([`1b1fc19`](https://github.com/supabase-community/auth-py/commit/1b1fc19f28934c1d716e37153953a237b56a8bd0))

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

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.6 to 0.23.7.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`8a72775`](https://github.com/supabase-community/auth-py/commit/8a72775dc968a9c81a18342422fa710b7987a651))

* chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.7.3 (498) ([`1b6fadf`](https://github.com/supabase-community/auth-py/commit/1b6fadf02f8d6d77bee9bfedaca5a85731173c67))

9.7.3

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.5.0 to 9.7.3.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.5.0...v9.7.3)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`039d6a5`](https://github.com/supabase-community/auth-py/commit/039d6a5c5ec28cb4d9025020e33bf3f9bef801d5))

* chore(deps-dev): bump faker from 24.14.1 to 25.2.0 (497) ([`67b6a58`](https://github.com/supabase-community/auth-py/commit/67b6a581d45e027a815b8b3f7bc6b3c9068f47b4))

* chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (491) ([`a030a33`](https://github.com/supabase-community/auth-py/commit/a030a33675ad08d37a729a9835c619e8550acbd2))

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

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.5.0 to 9.7.3.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.5.0...v9.7.3)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`29ee762`](https://github.com/supabase-community/auth-py/commit/29ee76258bba9a0b4a1dd2249f3493c8d30e211e))

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

Bumps [faker](https://github.com/joke2k/faker) from 24.14.1 to 25.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/v24.14.1...v25.2.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`ce825c8`](https://github.com/supabase-community/auth-py/commit/ce825c80646943078d54743cdebe3e2f4f38fde9))

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

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`71f1a6e`](https://github.com/supabase-community/auth-py/commit/71f1a6ef3cd8ed0595f0e7f4b588227f225cad31))

* chore(deps-dev): bump faker from 24.9.0 to 24.14.1 (480) ([`9776d6a`](https://github.com/supabase-community/auth-py/commit/9776d6adcce8d8ca28e826d14b05743a1a63e132))

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

Bumps [faker](https://github.com/joke2k/faker) from 24.9.0 to 24.14.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/v24.9.0...v24.14.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`e7e3b58`](https://github.com/supabase-community/auth-py/commit/e7e3b58bb855145bc8b7aa1cf36065e7da3ea849))

* chore(deps-dev): bump black from 24.3.0 to 24.4.2 (478) ([`ac8339b`](https://github.com/supabase-community/auth-py/commit/ac8339bee847677fdf1bc8cbe5c67098e8651afd))

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

Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2.
- [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/24.3.0...24.4.2)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`db0d0e9`](https://github.com/supabase-community/auth-py/commit/db0d0e999fddfeca3684d46fcbba3ebe5d015ab3))

* chore(deps): bump pydantic from 2.7.0 to 2.7.1 (476) ([`339155a`](https://github.com/supabase-community/auth-py/commit/339155a60d3047c85fef907961a409ec5113e2b2))

* chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.5.0 (475) ([`8900536`](https://github.com/supabase-community/auth-py/commit/8900536a649aa40badb9331f4ee304d8cfaa83d9))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.5.0 (474) ([`1d951b6`](https://github.com/supabase-community/auth-py/commit/1d951b6ed982a92ca85abed4eaedefd7ac0e1017))

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

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.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/v2.7.0...v2.7.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`e0c7dac`](https://github.com/supabase-community/auth-py/commit/e0c7dac96076ff5d30b85a7f4982f690512cb89e))

9.5.0

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.4.1 to 9.5.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.4.1...v9.5.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`aced040`](https://github.com/supabase-community/auth-py/commit/aced040ce04afd520c34e6f8502a995f847e9838))

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

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.4.1 to 9.5.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.4.1...v9.5.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`d28719f`](https://github.com/supabase-community/auth-py/commit/d28719fae2529c5b781954264387b82e96022405))

* chore(deps-dev): bump faker from 24.4.0 to 24.9.0 (469) ([`9ae0b1d`](https://github.com/supabase-community/auth-py/commit/9ae0b1d51bb08b3396e0c1b66526d63565f108a3))

* chore(deps): bump pydantic from 2.6.4 to 2.7.0 (468) ([`6cee4e2`](https://github.com/supabase-community/auth-py/commit/6cee4e28d7ef97f736fa0f260dfc65c203676e85))

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

Bumps [faker](https://github.com/joke2k/faker) from 24.4.0 to 24.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/v24.4.0...v24.9.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`8db5aab`](https://github.com/supabase-community/auth-py/commit/8db5aab39588e66f8a2fd51bb1644cb6fd103925))

* chore(deps): bump idna from 3.6 to 3.7 (467) ([`75feed7`](https://github.com/supabase-community/auth-py/commit/75feed766c44dd5581989fb3244ab74cc5f088d3))

* chore(deps-dev): bump python-semantic-release from 9.4.0 to 9.4.1 (464) ([`d659e82`](https://github.com/supabase-community/auth-py/commit/d659e8248242671648d3d2c1e69af9afea47a77f))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.4.0 to 9.4.1 (463) ([`066014e`](https://github.com/supabase-community/auth-py/commit/066014e59ce2e4e8364aeb10352d263846a6902f))

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

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.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/v2.6.4...v2.7.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`1b888da`](https://github.com/supabase-community/auth-py/commit/1b888da2bf670cdd9017b26ac57eb3760e9d3c77))

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

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`e9fe838`](https://github.com/supabase-community/auth-py/commit/e9fe838da1ba1e6c095231e8197b726aa2e7af5f))

9.4.1

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.4.0...v9.4.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com> ([`13feeae`](https://github.com/supabase-community/auth-py/commit/13feeae252b6a11c2a67a3724b2cca44f4e57688))

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

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`b536cf6`](https://github.com/supabase-community/auth-py/commit/b536cf6676fbdd4d7bd4eb0a5beb6f98e6f7bcc2))

* chore(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.0 (462) ([`abf77ea`](https://github.com/supabase-community/auth-py/commit/abf77ea9702425f43b3efef9053b045dd6ca34c9))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.0 (461) ([`d11910c`](https://github.com/supabase-community/auth-py/commit/d11910cc387fc907c10ace25fc09db935b039386))

Page 1 of 44

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.