Skip to content

Commit adffee4

Browse files
chore(main): release 2.24.0 (#1305)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Leonardo Santiago <leonardo.ribeiro.santiago@gmail.com>
1 parent 31704ac commit adffee4

File tree

14 files changed

+29
-18
lines changed

14 files changed

+29
-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.23.3"
2+
".": "2.24.0"
33
}

CHANGELOG.md

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

3+
## [2.24.0](https://github.com/supabase/supabase-py/compare/v2.23.3...v2.24.0) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* add more workspace linting rules ([#1304](https://github.com/supabase/supabase-py/issues/1304)) ([31704ac](https://github.com/supabase/supabase-py/commit/31704aceae8757c08fe314925337202337f6adb1))
9+
10+
### Breaking changes
11+
12+
* Removed `SyncClient` classes from both `supabase_auth` and `supabase_functions`, in favor of plain `httpx.Client`s instead.
13+
314
## [2.23.3](https://github.com/supabase/supabase-py/compare/v2.23.2...v2.23.3) (2025-11-06)
415

516

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.23.3" # {x-release-please-version}
3+
version = "2.24.0" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = [
66
{name = "Joel Lee", email = "joel@joellee.org" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.23.3" # {x-release-please-version}
1+
__version__ = "2.24.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.23.3" # {x-release-please-version}
3+
version = "2.24.0" # {x-release-please-version}
44
description = "Library for Supabase Functions"
55
authors = [
66
{ name = "Joel Lee", email = "joel@joellee.org" },
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.23.3" # {x-release-please-version}
1+
__version__ = "2.24.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.23.3" # {x-release-please-version}
3+
version = "2.24.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 = "luongquangmanh85@gmail.com"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.23.3" # {x-release-please-version}
1+
__version__ = "2.24.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.23.3" # {x-release-please-version}
3+
version = "2.24.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
{ name = "Joel Lee", email="joel@joellee.org"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.23.3" # {x-release-please-version}
1+
__version__ = "2.24.0" # {x-release-please-version}

0 commit comments

Comments
 (0)