Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"src/supabase": "2.18.1",
"src/realtime": "2.7.0",
"src/functions": "0.10.1",
"src/storage": "0.12.1",
"src/postgrest": "1.1.1",
"src/auth": "2.12.3"
"src/supabase": "2.19.0",
"src/realtime": "2.19.0",
"src/functions": "2.19.0",
"src/storage": "2.19.0",
"src/postgrest": "2.19.0",
"src/auth": "2.19.0"
}
12 changes: 6 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"last-release-sha": "7236ed62c37fb57c3feac23b416fc6d9d153dd68",
"packages": {
"src/realtime": {
"changelog-path": "src/realtime/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
},
"src/auth": {
"changelog-path": "src/auth/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
},
"src/functions": {
"changelog-path": "src/functions/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
},
"src/storage": {
"changelog-path": "src/storage/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
},
"src/postgrest": {
"changelog-path": "src/postgrest/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
},
"src/supabase": {
"changelog-path": "src/supabase/CHANGELOG.md",
"changelog-path": "CHANGELOG.md",
"release-type": "python"
}
}
Expand Down
8 changes: 8 additions & 0 deletions src/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* move auth-py from original repository to supabase-py monorepo ([#1212](https://github.com/supabase/supabase-py/pull/1212)).
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo to be the same, simplifying version constraints. No changes were introduced in the package itself.


## [2.12.3](https://github.com/supabase/auth-py/compare/v2.12.2...v2.12.3) (2025-07-03)


Expand Down
2 changes: 1 addition & 1 deletion src/auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase_auth"
version = "2.12.3" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
description = "Python Client Library for Supabase Auth"
authors = [
{name = "Joel Lee", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/auth/src/supabase_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.12.3" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions src/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* move functions-py from original repository to supabase-py monorepo ([#1204](https://github.com/supabase/supabase-py/pull/1204)).
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.

## [0.10.1](https://github.com/supabase/functions-py/compare/v0.10.0...v0.10.1) (2025-06-20)


Expand Down
2 changes: 1 addition & 1 deletion src/functions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase_functions"
version = "0.10.1" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
description = "Library for Supabase Functions"
authors = [
{ name = "Joel Lee", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/functions/src/supabase_functions/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.1" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions src/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* move postgrest from original repository to supabase-py monorepo ([#1213](https://github.com/supabase/supabase-py/pull/1213)).
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.

## [1.1.1](https://github.com/supabase/postgrest-py/compare/v1.1.0...v1.1.1) (2025-06-23)


Expand Down
2 changes: 1 addition & 1 deletion src/postgrest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "postgrest"
version = "1.1.1" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = [
{ name = "Lương Quang Mạnh", email = "[email protected]"},
Expand Down
4 changes: 2 additions & 2 deletions src/postgrest/src/postgrest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

class SyncClient(BaseClient):
@deprecated(
"1.0.2", "1.3.0", __version__, "Use `Client` from the httpx package instead"
"1.0.2", "3.0.0", __version__, "Use `Client` from the httpx package instead"
)
def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs)

@deprecated(
"1.0.2",
"1.3.0",
"3.0.0",
__version__,
"Use `close` method from `Client` in the httpx package instead",
)
Expand Down
2 changes: 1 addition & 1 deletion src/postgrest/src/postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
13 changes: 9 additions & 4 deletions src/realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# CHANGELOG



# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* move realtime from original repository to supabase-py monorepo ([#1190](https://github.com/supabase/supabase-py/pull/1190)).
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.

## [2.7.0](https://github.com/supabase/realtime-py/compare/v2.6.0...v2.7.0) (2025-07-28)


Expand Down
2 changes: 1 addition & 1 deletion src/realtime/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "realtime"
version = "2.7.0" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
description = ""
authors = [
{ name = "Joel Lee", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/realtime/src/realtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.7.0" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions src/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* move storage from original repository to supabase-py monorepo ([#1211](https://github.com/supabase/supabase-py/pull/1211)).
* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself.

## [0.12.2](https://github.com/supabase/storage-py/compare/v0.12.1...v0.12.2) (2025-08-15)


Expand Down
2 changes: 1 addition & 1 deletion src/storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
license = "MIT"
readme = "README.md"
version = "0.12.1" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
requires-python = ">=3.9"

dependencies = [
Expand Down
4 changes: 2 additions & 2 deletions src/storage/src/storage3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

class SyncClient(Client):
@deprecated(
"0.11.3", "1.0.0", __version__, "Use `Client` from the httpx package instead"
"0.11.3", "3.0.0", __version__, "Use `Client` from the httpx package instead"
)
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

@deprecated(
"0.11.3",
"1.0.0",
"3.0.0",
__version__,
"Use `close` method from `Client` in the httpx package instead",
)
Expand Down
2 changes: 1 addition & 1 deletion src/storage/src/storage3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.2" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions src/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16)

### Features

* finalize monorepo switch, consolidating postgrest, auth, storage, functions and realtime all inside the supabase-py monorepository ([#1218](https://github.com/supabase/supabase-py/pull/1218)).


## [2.18.1](https://github.com/supabase/supabase-py/compare/v2.18.0...v2.18.1) (2025-08-12)


Expand Down
2 changes: 1 addition & 1 deletion src/supabase/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase"
version = "2.18.1" # {x-release-please-version}
version = "2.19.0" # {x-release-please-version}
description = "Supabase client for Python."
authors = [
{ name = "Joel Lee", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/supabase/src/supabase/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.18.1" # {x-release-please-version}
__version__ = "2.19.0" # {x-release-please-version}