Skip to content

Commit 9315e0f

Browse files
chore(main): release 2.23.0 (#1287)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a892c43 commit 9315e0f

File tree

14 files changed

+32
-18
lines changed

14 files changed

+32
-18
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.22.4"
2+
".": "2.23.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.23.0](https://github.com/supabase/supabase-py/compare/v2.22.4...v2.23.0) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* **auth:** add OAuth 2.1 client admin endpoints ([#1240](https://github.com/supabase/supabase-py/issues/1240)) ([9ab912b](https://github.com/supabase/supabase-py/commit/9ab912b7b3363af4576e78c76ce8c6f2721cc039))
9+
10+
11+
### Bug Fixes
12+
13+
* **auth:** more linting rules ([#1289](https://github.com/supabase/supabase-py/issues/1289)) ([a892c43](https://github.com/supabase/supabase-py/commit/a892c43701b0809eb4e3face210cc44866a77bed))
14+
* **auth:** return auth_response from exchange_code_for_session instead of response dict ([#1288](https://github.com/supabase/supabase-py/issues/1288)) ([7159116](https://github.com/supabase/supabase-py/commit/715911654ece1c326785e0c62fde5572ba3dcd74))
15+
* **storage:** add upsert option for signed bucket ([#1283](https://github.com/supabase/supabase-py/issues/1283)) ([ce4381a](https://github.com/supabase/supabase-py/commit/ce4381aa5a20c7ea8f748d885a447b52223bc1c9))
16+
317
## [2.22.4](https://github.com/supabase/supabase-py/compare/v2.22.3...v2.22.4) (2025-10-30)
418

519

src/auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_auth"
3-
version = "2.22.4" # {x-release-please-version}
3+
version = "2.23.0" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = [
66
{name = "Joel Lee", email = "[email protected]" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.22.4" # {x-release-please-version}
1+
__version__ = "2.23.0" # {x-release-please-version}

src/functions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_functions"
3-
version = "2.22.4" # {x-release-please-version}
3+
version = "2.23.0" # {x-release-please-version}
44
description = "Library for Supabase Functions"
55
authors = [
66
{ name = "Joel Lee", email = "[email protected]" },
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.22.4" # {x-release-please-version}
1+
__version__ = "2.23.0" # {x-release-please-version}

src/postgrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgrest"
3-
version = "2.22.4" # {x-release-please-version}
3+
version = "2.23.0" # {x-release-please-version}
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = [
66
{ name = "Lương Quang Mạnh", email = "[email protected]"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.22.4" # {x-release-please-version}
1+
__version__ = "2.23.0" # {x-release-please-version}

src/realtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "realtime"
3-
version = "2.22.4" # {x-release-please-version}
3+
version = "2.23.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
{ name = "Joel Lee", email="[email protected]"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.22.4" # {x-release-please-version}
1+
__version__ = "2.23.0" # {x-release-please-version}

0 commit comments

Comments
 (0)