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))