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

Commit 1c8cd12

Browse files
committed
chore(release): bump version to v2.4.1
1 parent 130bdb1 commit 1c8cd12

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,47 @@
22

33

44

5+
## v2.4.1 (2024-02-09)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0 (#416) ([`f03e518`](https://github.com/supabase-community/auth-py/commit/f03e5182a850607000717944bfb390b181294080))
10+
11+
* chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0
12+
13+
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
14+
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
15+
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0)
16+
17+
---
18+
updated-dependencies:
19+
- dependency-name: cryptography
20+
dependency-type: indirect
21+
...
22+
23+
Signed-off-by: dependabot[bot] <[email protected]> ([`7d91ca2`](https://github.com/supabase-community/auth-py/commit/7d91ca2c612a29ccbcfc16d4ff8b030aa5e72d05))
24+
25+
### Fix
26+
27+
* fix: add AuthOtpResponse (#419) ([`130bdb1`](https://github.com/supabase-community/auth-py/commit/130bdb1ba47f8e18800ee052cb1d1e1538482ed4))
28+
29+
* fix: move changes to _async ([`7810bbd`](https://github.com/supabase-community/auth-py/commit/7810bbd868f202adf2bef1e0a8573973f8b415be))
30+
31+
* fix: add AuthOtpResponse ([`8d64ca4`](https://github.com/supabase-community/auth-py/commit/8d64ca450b37f7063b7fc701ee3156d1677d4fc3))
32+
33+
### Unknown
34+
35+
* formatting ([`97c4713`](https://github.com/supabase-community/auth-py/commit/97c47138215ee04af14478d913300032964f7a8e))
36+
37+
* revert changes to parse_auth_response ([`face521`](https://github.com/supabase-community/auth-py/commit/face52175ce75bcb074680c9a464fbb0ee320ae5))
38+
39+
540
## v2.4.0 (2024-01-31)
641

742
### Chore
843

44+
* chore(release): bump version to v2.4.0 ([`640d0c1`](https://github.com/supabase-community/auth-py/commit/640d0c1cf37edca0b69a189c2b4b637c09b047d0))
45+
946
* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#403) ([`0d58002`](https://github.com/supabase-community/auth-py/commit/0d580021af269a2e18e4a7864a88462c37334ecd))
1047

1148
* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3

gotrue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "2.4.0"
3+
__version__ = "2.4.1"
44

55
from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
66
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401

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 = "gotrue"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"

0 commit comments

Comments
 (0)