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.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"
"src/supabase": "2.20.0",
"src/realtime": "2.20.0",
"src/functions": "2.20.0",
"src/storage": "2.20.0",
"src/postgrest": "2.20.0",
"src/auth": "2.20.0"
}
13 changes: 13 additions & 0 deletions src/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))



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

### Features
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.19.0" # {x-release-please-version}
version = "2.20.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.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
15 changes: 15 additions & 0 deletions src/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)

### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))


### Documentation

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

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

### Features
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 = "2.19.0" # {x-release-please-version}
version = "2.20.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__ = "2.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
12 changes: 12 additions & 0 deletions src/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))


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

### Features
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 = "2.19.0" # {x-release-please-version}
version = "2.20.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
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__ = "2.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
11 changes: 11 additions & 0 deletions src/realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))

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

### Features
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.19.0" # {x-release-please-version}
version = "2.20.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.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
11 changes: 11 additions & 0 deletions src/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))

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

### Features
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 = "2.19.0" # {x-release-please-version}
version = "2.20.0" # {x-release-please-version}
requires-python = ">=3.9"

dependencies = [
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__ = "2.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
10 changes: 10 additions & 0 deletions src/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [2.20.0](https://github.com/supabase/supabase-py/compare/2.19.0...v2.20.0) (2025-09-22)

### Features

* **functions:** improve README with installation options and examples ([#1217](https://github.com/supabase/supabase-py/issues/1217)) ([7eee056](https://github.com/supabase/supabase-py/commit/7eee0560303af50728d6598a4f052f9ac7d94656))

* **postgrest:** implement max_affected method ([#1222](https://github.com/supabase/supabase-py/issues/1222)) ([3f75daf](https://github.com/supabase/supabase-py/commit/3f75daf450af8ed9e85fe51a26faf2ed44362273))

* **storage:** mypy storage, fix type definitions ([#1221](https://github.com/supabase/supabase-py/issues/1221)) ([ea44ab6](https://github.com/supabase/supabase-py/commit/ea44ab6e73697cd561a6e409e68e6eff18da1ea3))

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

### Features
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.19.0" # {x-release-please-version}
version = "2.20.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.19.0" # {x-release-please-version}
__version__ = "2.20.0" # {x-release-please-version}
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading