Skip to content

Commit f633b7e

Browse files
chore(main): release 2.30.0 (#1477)
Co-authored-by: supabase-py-releaser[bot] <254608689+supabase-py-releaser[bot]@users.noreply.github.com>
1 parent 107bf4e commit f633b7e

14 files changed

Lines changed: 27 additions & 18 deletions

File tree

.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.29.0"
2+
".": "2.30.0"
33
}

CHANGELOG.md

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

3+
## [2.30.0](https://github.com/supabase/supabase-py/compare/v2.29.0...v2.30.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* **auth:** add current_password to UserAttributes ([#1475](https://github.com/supabase/supabase-py/issues/1475)) ([13df40b](https://github.com/supabase/supabase-py/commit/13df40b9cafd332e56ca816a0406ac31e4a3fc4b))
9+
* **postgrest:** allow select() chaining on write builders ([#1383](https://github.com/supabase/supabase-py/issues/1383)) ([3ed928c](https://github.com/supabase/supabase-py/commit/3ed928c84656872208b42b3462b03efbd491f0e5))
10+
* **postgrest:** use model_construct to avoid validating twice ([#1484](https://github.com/supabase/supabase-py/issues/1484)) ([107bf4e](https://github.com/supabase/supabase-py/commit/107bf4e824bd731f13a252f37a7ae9518b56c8ff))
11+
312
## [2.29.0](https://github.com/supabase/supabase-py/compare/v2.28.3...v2.29.0) (2026-04-22)
413

514

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.29.0" # {x-release-please-version}
3+
version = "2.30.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.29.0" # {x-release-please-version}
1+
__version__ = "2.30.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.29.0" # {x-release-please-version}
3+
version = "2.30.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.29.0" # {x-release-please-version}
1+
__version__ = "2.30.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.29.0" # {x-release-please-version}
3+
version = "2.30.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.29.0" # {x-release-please-version}
1+
__version__ = "2.30.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.29.0" # {x-release-please-version}
3+
version = "2.30.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.29.0" # {x-release-please-version}
1+
__version__ = "2.30.0" # {x-release-please-version}

0 commit comments

Comments
 (0)