Skip to content

Commit 7a9bfd3

Browse files
chore(main): release 2.9.1 (#962)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f1300e commit 7a9bfd3

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.9.1"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## [2.9.1](https://github.com/supabase/supabase-py/compare/v2.9.0...v2.9.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** bump gotrue from 2.9.1 to 2.9.2 ([#957](https://github.com/supabase/supabase-py/issues/957)) ([e9feb48](https://github.com/supabase/supabase-py/commit/e9feb487f017c1d1aa0bbd0583c25016be9ad470))
9+
* **auth:** raise the minimum version of gotrue to 2.9.0 ([#963](https://github.com/supabase/supabase-py/issues/963)) ([fce8839](https://github.com/supabase/supabase-py/commit/fce8839d73208507b61af2b083fed4bf4602f71b))
10+
* **deps:** bump gotrue from 2.9.2 to 2.9.3 ([#969](https://github.com/supabase/supabase-py/issues/969)) ([5bb8e36](https://github.com/supabase/supabase-py/commit/5bb8e36021ca5dd48e2bfce3463e429e0b770e0c))
11+
* **deps:** bump postgrest from 0.17.1 to 0.17.2 ([#972](https://github.com/supabase/supabase-py/issues/972)) ([fcea7f4](https://github.com/supabase/supabase-py/commit/fcea7f4f9ba067adca340b4f6acfbd09167952e2))
12+
* **deps:** bump realtime from 2.0.5 to 2.0.6 ([#968](https://github.com/supabase/supabase-py/issues/968)) ([aba0ced](https://github.com/supabase/supabase-py/commit/aba0cedd0ec02626819dfe0b6ff4b74d93cc1186))
13+
* **deps:** bump storage3 from 0.8.1 to 0.8.2 ([#970](https://github.com/supabase/supabase-py/issues/970)) ([05abdaa](https://github.com/supabase/supabase-py/commit/05abdaae0b9ee877ef2db34cd41fc818eb9a7574))
14+
* **deps:** bump supafunc from 0.6.1 to 0.6.2 ([#971](https://github.com/supabase/supabase-py/issues/971)) ([de1d105](https://github.com/supabase/supabase-py/commit/de1d105444620f6fa905965cb79220b56ad0d06a))
15+
* remove typing-extensions ([#965](https://github.com/supabase/supabase-py/issues/965)) ([c2eed40](https://github.com/supabase/supabase-py/commit/c2eed40a9e51001d51197272e7f04d732c48a0cb))
16+
* schema access optimization ([#966](https://github.com/supabase/supabase-py/issues/966)) ([8f1300e](https://github.com/supabase/supabase-py/commit/8f1300eed555903733b62fb7ed2959328fba03fe))
17+
* Types to use Option[T] ([#960](https://github.com/supabase/supabase-py/issues/960)) ([c36d80f](https://github.com/supabase/supabase-py/commit/c36d80f4776d5ad53e90344670f643fb07d685bc))
18+
319
## [2.9.0](https://github.com/supabase/supabase-py/compare/v2.8.1...v2.9.0) (2024-10-04)
420

521

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.9.0" # {x-release-please-version}
3+
version = "2.9.1" # {x-release-please-version}
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase/supabase-py"

supabase/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.0" # {x-release-please-version}
1+
__version__ = "2.9.1" # {x-release-please-version}

0 commit comments

Comments
 (0)