Supabase-auth

Latest version: v2.11.2

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

Scan your dependencies

Page 3 of 11

2.6.2

Chore

* chore(deps-dev): bump faker from 26.0.0 to 26.1.0 (557) ([`86ce4c1`](https://github.com/supabase/auth-py/commit/86ce4c1cbc458aa506b8c2ad8e2f01dfdf6cb68b))

* chore: update ci pipeline ([`06de3ac`](https://github.com/supabase/auth-py/commit/06de3acb7815c4b50e766bab2299cb31d8312529))

* chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 (555) ([`8a3362a`](https://github.com/supabase/auth-py/commit/8a3362a1813f01958182b0c2dde1fb3a9134df2a))

* chore(deps-dev): bump pytest from 8.3.1 to 8.3.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2)

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

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

Ci

* ci: revert PAT changes (568) ([`a5f5a4b`](https://github.com/supabase/auth-py/commit/a5f5a4bc4661a357e059907f54d0f473fcebc46c))

* ci: remove PAT (566) ([`69610cf`](https://github.com/supabase/auth-py/commit/69610cfe89cb4d3fd99a8c908f07bdcd06ea097a))

* ci: remove PAT ([`4b5a3b5`](https://github.com/supabase/auth-py/commit/4b5a3b56d6cbc4fcf8b1f7eb59b8186bbca81506))

* ci: remove PAT (565) ([`c2b20e0`](https://github.com/supabase/auth-py/commit/c2b20e07f0682d53f424c58a64bb80963efe046f))

Fix

* fix: update ci pipeline (559) ([`c914dd3`](https://github.com/supabase/auth-py/commit/c914dd32706257fe37072580760f69fb3ea174d6))

* fix: update types (558) ([`486f3e0`](https://github.com/supabase/auth-py/commit/486f3e04845e1f323ae12617c2d1d18847f658bc))

* fix: add role, password_hash & id types to admin user attributes ([`2adcd7f`](https://github.com/supabase/auth-py/commit/2adcd7f349a86e4af55961ff48e374e7c8221148))

* fix: add fly, linkedin_oidc and slack_oidc provider type ([`c13e2c7`](https://github.com/supabase/auth-py/commit/c13e2c78522dc77f0e3591cff2c71f9b793526a1))

Unknown

* update docker compose command call ([`41cefcf`](https://github.com/supabase/auth-py/commit/41cefcf441dedd78d5e0531160588705b8da560b))

2.6.1

Chore

* chore(release): bump version to v2.6.1 ([`4b5aa15`](https://github.com/supabase/auth-py/commit/4b5aa15996797ee908b5ab652757dbeca37a9aad))

* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (551) ([`964826c`](https://github.com/supabase/auth-py/commit/964826c2ae6baf823d491c38b30cba6392b4aa77))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6 (552) ([`fd92320`](https://github.com/supabase/auth-py/commit/fd923204c5da0cae480636ac12d3286e292f88ee))

* chore(deps-dev): bump python-semantic-release from 9.8.5 to 9.8.6 (550) ([`625f4af`](https://github.com/supabase/auth-py/commit/625f4af3b773f242483e4ba10f67e7e0452c28cc))

* chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 (549) ([`0a7a766`](https://github.com/supabase/auth-py/commit/0a7a76691e4597a9417afcbc016d24642329bcc9))

Fix

* fix: add is_anonymous type to the user model (553) ([`c37913f`](https://github.com/supabase/auth-py/commit/c37913f013be27231bb3347d29334d6af8024eb3))

2.6.0

Chore

* chore(release): bump version to v2.6.0 ([`0899975`](https://github.com/supabase/auth-py/commit/0899975e9d964ba3ab525bca89fa487ca99b90d5))

Feature

* feat: add sign_in_with_id_token method (548) ([`b7e2c2c`](https://github.com/supabase/auth-py/commit/b7e2c2c2b9dd949aa0931c3b90ed66b5de46825e))

2.5.5

Chore

* chore(release): bump version to v2.5.5 ([`79a24f0`](https://github.com/supabase/auth-py/commit/79a24f0d52b07693102812fa0934ae03b9bed898))

* chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 (546) ([`1c807cb`](https://github.com/supabase/auth-py/commit/1c807cb21ebc88cb95c98c8c12ca9b4e71c6da9d))

* chore(deps-dev): bump zipp from 3.18.1 to 3.19.1

Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.1)

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

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

* chore(deps-dev): bump python-semantic-release from 9.8.3 to 9.8.5 (544) ([`ff1046e`](https://github.com/supabase/auth-py/commit/ff1046ef2b78c14d6175e511e78cb6e80091425b))

2.5.4

Chore

* chore(release): bump version to v2.5.4 ([`ca6e6c9`](https://github.com/supabase/auth-py/commit/ca6e6c97c1071fc13f7efa58269b936065d2395e))

Fix

* fix: add await to async call for anonymous sign in request (532) ([`45cfe25`](https://github.com/supabase/auth-py/commit/45cfe25f10cb63134cd297b34bae419687cb64b6))

Unknown

* add missing await ([`412449a`](https://github.com/supabase/auth-py/commit/412449ac83d72ad05415cbfb63f91821555ed997))

* add await ([`5520ad8`](https://github.com/supabase/auth-py/commit/5520ad839ea8071801e00e5c10294958b31dd3e4))

* add await to async call for anonymous sign in request ([`4734d0d`](https://github.com/supabase/auth-py/commit/4734d0df974d2a24a8cd9f468584343d5f7ea9c3))

2.5.3

Chore

* chore(release): bump version to v2.5.3 ([`b194f07`](https://github.com/supabase/auth-py/commit/b194f07c5cbe5e7b813e968a928e99cc5c6070e0))

Fix

* fix: update property name for should_create_user (531) ([`388fcba`](https://github.com/supabase/auth-py/commit/388fcbac63bc96119c3c3ece91f28578e384a38b))

Unknown

* update peoperty name for should_create_user ([`4bc09ef`](https://github.com/supabase/auth-py/commit/4bc09ef2f61ec55e01485dfa606a9d6631e607a5))

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.