Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a8dbf64

Browse files
chore(main): release 2.9.3 (#611)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e74c28 commit a8dbf64

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.9.2"
2+
".": "2.9.3"
33
}

CHANGELOG.md

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

3+
## [2.9.3](https://github.com/supabase/auth-py/compare/v2.9.2...v2.9.3) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* bump minimal version of Python to 3.9 ([#612](https://github.com/supabase/auth-py/issues/612)) ([30938a6](https://github.com/supabase/auth-py/commit/30938a6db97c5ee3eb4c27fd8d38b7437bc07fd7))
9+
* Types to use Option[T] ([#609](https://github.com/supabase/auth-py/issues/609)) ([4484ea0](https://github.com/supabase/auth-py/commit/4484ea0f61149c75caff879161f63d390bf1ff1c))
10+
311
## [2.9.2](https://github.com/supabase/auth-py/compare/v2.9.1...v2.9.2) (2024-10-06)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.9.2" # {x-release-please-version}
3+
version = "2.9.3" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase/auth-py"

supabase_auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2" # {x-release-please-version}
1+
__version__ = "2.9.3" # {x-release-please-version}

0 commit comments

Comments
 (0)