Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit e5c60da

Browse files
chore(main): release 2.12.3 (#729)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c63661 commit e5c60da

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.12.2"
2+
".": "2.12.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [2.12.3](https://github.com/supabase/auth-py/compare/v2.12.2...v2.12.3) (2025-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing email_redirect_to option ([#728](https://github.com/supabase/auth-py/issues/728)) ([7e63772](https://github.com/supabase/auth-py/commit/7e637729af6442ec64a9cff1785e7b099c1b4007))
9+
* add missing nonce to the update_user method ([#731](https://github.com/supabase/auth-py/issues/731)) ([9db842a](https://github.com/supabase/auth-py/commit/9db842aba268c128db1d59a08de77c2c2c197aa3))
10+
311
## [2.12.2](https://github.com/supabase/auth-py/compare/v2.12.1...v2.12.2) (2025-06-23)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.12.2" # {x-release-please-version}
3+
version = "2.12.3" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase/auth-py"

supabase_auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.2" # {x-release-please-version}
1+
__version__ = "2.12.3" # {x-release-please-version}

0 commit comments

Comments
 (0)