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

Commit ca6e6c9

Browse files
author
semantic-release
committed
chore(release): bump version to v2.5.4
1 parent 45cfe25 commit ca6e6c9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# CHANGELOG
22

3+
## v2.5.4 (2024-06-23)
4+
5+
### Fix
6+
7+
* fix: add await to async call for anonymous sign in request (#532) ([`45cfe25`](https://github.com/supabase-community/auth-py/commit/45cfe25f10cb63134cd297b34bae419687cb64b6))
8+
9+
### Unknown
10+
11+
* add missing await ([`412449a`](https://github.com/supabase-community/auth-py/commit/412449ac83d72ad05415cbfb63f91821555ed997))
12+
13+
* add await ([`5520ad8`](https://github.com/supabase-community/auth-py/commit/5520ad839ea8071801e00e5c10294958b31dd3e4))
14+
15+
* add await to async call for anonymous sign in request ([`4734d0d`](https://github.com/supabase-community/auth-py/commit/4734d0df974d2a24a8cd9f468584343d5f7ea9c3))
16+
317
## v2.5.3 (2024-06-23)
418

19+
### Chore
20+
21+
* chore(release): bump version to v2.5.3 ([`b194f07`](https://github.com/supabase-community/auth-py/commit/b194f07c5cbe5e7b813e968a928e99cc5c6070e0))
22+
523
### Fix
624

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

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.5.3"
3+
version = "2.5.4"
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/auth-py"

supabase_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "2.5.3"
3+
__version__ = "2.5.4"
44

55
from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
66
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401

0 commit comments

Comments
 (0)