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 9 of 11

1.0.2

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] <supportgithub.com> ([`9c334f2`](https://github.com/supabase/auth-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] <supportgithub.com> ([`0c26730`](https://github.com/supabase/auth-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] <supportgithub.com> ([`8a8aba2`](https://github.com/supabase/auth-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] <supportgithub.com> ([`883c218`](https://github.com/supabase/auth-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] <supportgithub.com> ([`f184d7a`](https://github.com/supabase/auth-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] <supportgithub.com> ([`5c5e384`](https://github.com/supabase/auth-py/commit/5c5e384fe14eae908796e5f9df4dc56efd1682b6))

Feature

* feat: update README ([`a0a0d79`](https://github.com/supabase/auth-py/commit/a0a0d79d4e1608dce31093b69eed48fd8bd664f8))

Fix

* fix: parse_auth_response to handle cases when data is an empty dictionary ([`71f1b07`](https://github.com/supabase/auth-py/commit/71f1b072bc9959618870996991b621ef7463f20e))

Refactor

* refactor: parse_auth_response handles cases when data does not have key user ([`f533b92`](https://github.com/supabase/auth-py/commit/f533b922d0c99007d1fe56ee99c6852c48a51403))

Unknown

* Merge pull request 273 from supabase-community/j0/release_1_0_2

feat: update README, release v1.0.2 ([`8477576`](https://github.com/supabase/auth-py/commit/84775765f46accc81eed8da8cddf408a51afba58))

* Merge pull request 267 from supabase-community/dependabot/pip/main/pytest-7.3.1

chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 ([`29fb30b`](https://github.com/supabase/auth-py/commit/29fb30b0105dfcb2176be73b94e0d37ed0db3577))

* Merge pull request 258 from supabase-community/dependabot/pip/main/black-23.3.0

chore(deps-dev): bump black from 23.1.0 to 23.3.0 ([`a5beade`](https://github.com/supabase/auth-py/commit/a5beadeed6ed9605a5c64def1025c1fc49d7776c))

* Merge pull request 269 from supabase-community/dependabot/pip/main/pydantic-1.10.8

chore(deps): bump pydantic from 1.10.5 to 1.10.8 ([`4845101`](https://github.com/supabase/auth-py/commit/4845101ef546e30fe6f01eb1b90d9ada2bed645e))

* Merge pull request 268 from supabase-community/dependabot/pip/requests-2.31.0

chore(deps): bump requests from 2.28.2 to 2.31.0 ([`15f2dbd`](https://github.com/supabase/auth-py/commit/15f2dbd7db45b1c7631a818538ce5cf4c1b3a5d6))

* Merge pull request 264 from lmoj/double-urlencode

fix issue 246 ([`dca7d9a`](https://github.com/supabase/auth-py/commit/dca7d9a4219230d3f99b69d00b84bcd84f0dd12f))

* fix import ([`034da90`](https://github.com/supabase/auth-py/commit/034da901685a6022e6f16a8588386d54c43b2594))

* fix url double encode ([`69a4f4a`](https://github.com/supabase/auth-py/commit/69a4f4a6a03ab30ea0c0d9862fa7c15191588f21))

* 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/auth-py/commit/0efdd9d1e206fcac8aa9b62b45b86e2120f835d1))

* Merge pull request 265 from lmoj/optional-last_sign_in_at

optional last_sign_in_at in UserIdentity type ([`99d4567`](https://github.com/supabase/auth-py/commit/99d45678572b4ea7ad91c2340a5753a263a40703))

* optional last_sign_in_at in UserIdentity type ([`6fef36a`](https://github.com/supabase/auth-py/commit/6fef36a583018c113f72e927a6598adf4948669b))

* 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/auth-py/commit/633c4ab5207d12991d0e97c35786ed699ac175b9))

* 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/auth-py/commit/736f3342f2f379728ea578b4804f3f919f7a476b))

1.0.1

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] <supportgithub.com> ([`11c55d5`](https://github.com/supabase/auth-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] <supportgithub.com> ([`cff3a01`](https://github.com/supabase/auth-py/commit/cff3a0113c8fca149a21a3b8feb0f512ceb992c3))

1.0.0

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] <supportgithub.com> ([`c67fbda`](https://github.com/supabase/auth-py/commit/c67fbdac96ea2939a36d7f5cb2d7605b670bee07))

0.5.4

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/auth-py/commit/d559e2dedfbadde1e604087d8677cdb8aa63d7d6))

* chore(deps-dev): bump faker from 14.1.0 to 14.1.1 (154)

Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`272ad56`](https://github.com/supabase/auth-py/commit/272ad56d212ed37b6a6a60c8ce2c6613d2cb9ec1))

* chore(deps): bump pydantic from 1.9.2 to 1.10.0 (153)

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.0)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`913e014`](https://github.com/supabase/auth-py/commit/913e0142d92cf4c77e42624314577d5e29deed69))

* chore(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (152)

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`62311f3`](https://github.com/supabase/auth-py/commit/62311f3598fb57f2559483f175fb2ff8b4c0f154))

* chore: add github action ecosystem to dependabot ([`76d9114`](https://github.com/supabase/auth-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] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`62adb59`](https://github.com/supabase/auth-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] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`a9c110d`](https://github.com/supabase/auth-py/commit/a9c110d37f7c6f732681e0a15676dfc0ac3c9af8))

* chore: change made by pyupgrade pre-commit ([`68ed829`](https://github.com/supabase/auth-py/commit/68ed829b33db91a95ef5fef28b344f84f1ecaccd))

* chore: add sourcery config file ([`5be3c33`](https://github.com/supabase/auth-py/commit/5be3c335822c7963b95dbce98db6ae4d5ae24d1c))

* chore: implement script to sync config of infra ([`896a40c`](https://github.com/supabase/auth-py/commit/896a40c06f6800b0f0b3eb81a386cf00219f793c))

* chore: upgrade dependencies ([`41ee2dd`](https://github.com/supabase/auth-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] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`0c85e7e`](https://github.com/supabase/auth-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] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`2374b04`](https://github.com/supabase/auth-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] <supportgithub.com>

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`db929b4`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`456c818`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`d84e005`](https://github.com/supabase/auth-py/commit/d84e005173014ceaa09be9106e83145f5770da64))

* chore(deps-dev): bump python-semantic-release from 7.31.1 to 7.31.2 (141)

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.31.1 to 7.31.2.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.31.1...v7.31.2)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`b08ccf7`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`4c62d77`](https://github.com/supabase/auth-py/commit/4c62d77da0f1c281c24aabb0a90acc87861c1825))

* chore(deps-dev): bump python-semantic-release from 7.30.2 to 7.31.1 (140)

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.30.2 to 7.31.1.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.30.2...v7.31.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`8aba5b5`](https://github.com/supabase/auth-py/commit/8aba5b56d0e7177d3edbb2ee1535592eb05ffbb6))

* 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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`93aa22b`](https://github.com/supabase/auth-py/commit/93aa22b9d4de65ad10983d7254076048b926b265))

* chore(deps-dev): bump python-semantic-release from 7.29.7 to 7.30.1 (138)

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.29.7 to 7.30.1.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.29.7...v7.30.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`4e464eb`](https://github.com/supabase/auth-py/commit/4e464eb16737cf77d24de95185d6ac772b14f178))

* chore(deps-dev): bump faker from 13.15.0 to 13.15.1 (136)

Bumps [faker](https://github.com/joke2k/faker) from 13.15.0 to 13.15.1.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1)

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

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`606f158`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`74a9410`](https://github.com/supabase/auth-py/commit/74a9410067e302040eff3aba064b230ccf2a9216))

* chore: upgrade pytest-asyncio ([`1fc2fa9`](https://github.com/supabase/auth-py/commit/1fc2fa968851c42947f9733f1ad7a169d475be2c))

Fix

* fix: use str type instead of uuid type in id property of identity model (156) ([`460208d`](https://github.com/supabase/auth-py/commit/460208d16db5a49f682563c29dcfdf138d384c23))

Unknown

* &39;Refactored by Sourcery&39; (149)

Co-authored-by: Sourcery AI <> ([`07f897e`](https://github.com/supabase/auth-py/commit/07f897ed3eddd93c9411f8f23f83948ed71bf674))

* Merge remote-tracking branch &39;origin/main&39; ([`dde85fb`](https://github.com/supabase/auth-py/commit/dde85fbf5e404d3787c1da55cf216cf75f0578d8))

0.5.3

Chore

* chore: bump version to 0.5.3 ([`7d7d43e`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`c506308`](https://github.com/supabase/auth-py/commit/c506308603ebaca0a54d6ab4517f0116cb7f07b9))

Fix

* fix: set total false to user attributes typed dict ([`b21d6e3`](https://github.com/supabase/auth-py/commit/b21d6e385d72d0d94729d2427ab3bdcf178a1efb))

0.5.2

Chore

* chore: upgrade changelog ([`b72f7e9`](https://github.com/supabase/auth-py/commit/b72f7e9cebeb42206b02e29f49f64051312a18e2))

* chore: bump version to 0.5.2 in __init__.py ([`345e978`](https://github.com/supabase/auth-py/commit/345e9782733fb0a6fd916026fe47a859a4742e0f))

* chore: bump version to 0.5.2 ([`95e8fdd`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`76fad56`](https://github.com/supabase/auth-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] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`0f2e0e5`](https://github.com/supabase/auth-py/commit/0f2e0e51cf3356c84a1a9cf87f435688b69a315c))

Feature

* feat: change `.update` method to also allow dictionaries (130)

* Allow users to send a dict instead of UserAttributes model

* Add tests

* Check Python version before trying to import TypedDict

* Remove `TypedDict` from the main `typing` import

* Change format

* Change format of types

* &39;Refactored by Sourcery&39;

Co-authored-by: odiseo0 <pedro.esserwebgmail.com>
Co-authored-by: Sourcery AI <> ([`df3f69e`](https://github.com/supabase/auth-py/commit/df3f69ea18599a651715271d546b684555933286))

Page 9 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.