This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.11.4 "
2+ "." : " 2.12.0 "
33}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 2.12.0] ( https://github.com/supabase/auth-py/compare/v2.11.4...v2.12.0 ) (2025-03-26)
4+
5+
6+ ### Features
7+
8+ * add ` get_claims ` method ([ #681 ] ( https://github.com/supabase/auth-py/issues/681 ) ) ([ f5c9926] ( https://github.com/supabase/auth-py/commit/f5c992608452b264d2b90277e384bd65fee98ee7 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * enroll mfa totp ([ #693 ] ( https://github.com/supabase/auth-py/issues/693 ) ) ([ ca9fcf3] ( https://github.com/supabase/auth-py/commit/ca9fcf3a1a0fbf99987e7e032a0eae542e4fd659 ) )
14+
315## [ 2.11.4] ( https://github.com/supabase/auth-py/compare/v2.11.3...v2.11.4 ) (2025-02-18)
416
517
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " supabase_auth"
3- version = " 2.11.4 " # {x-release-please-version}
3+ version = " 2.12.0 " # {x-release-please-version}
44description = " Python Client Library for Supabase Auth"
55authors = [" Joel Lee <joel@joellee.org>" ]
66homepage = " https://github.com/supabase/auth-py"
Original file line number Diff line number Diff line change 1- __version__ = "2.11.4 " # {x-release-please-version}
1+ __version__ = "2.12.0 " # {x-release-please-version}
You can’t perform that action at this time.
0 commit comments