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

Commit 1ed3dd7

Browse files
author
semantic-release
committed
chore(release): bump version to v2.4.4
1 parent 4a5e21e commit 1ed3dd7

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,89 @@
22

33

44

5+
## v2.4.4 (2024-06-04)
6+
7+
### Chore
8+
9+
* chore(deps): bump pydantic from 2.7.2 to 2.7.3 (#513) ([`4a5e21e`](https://github.com/supabase-community/auth-py/commit/4a5e21e93f14a76d9a46b218163a2e9538537440))
10+
11+
* chore(deps-dev): bump faker from 25.3.0 to 25.4.0 (#512) ([`daafb74`](https://github.com/supabase-community/auth-py/commit/daafb74a4970a6fcbd9dc36ef757079616d1f150))
12+
13+
* chore(deps): bump pydantic from 2.7.2 to 2.7.3
14+
15+
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.3.
16+
- [Release notes](https://github.com/pydantic/pydantic/releases)
17+
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
18+
- [Commits](https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3)
19+
20+
---
21+
updated-dependencies:
22+
- dependency-name: pydantic
23+
dependency-type: direct:production
24+
update-type: version-update:semver-patch
25+
...
26+
27+
Signed-off-by: dependabot[bot] <[email protected]> ([`7b5269c`](https://github.com/supabase-community/auth-py/commit/7b5269c4254d598a41507f45ec4893cfa20a14ac))
28+
29+
* chore(deps-dev): bump faker from 25.3.0 to 25.4.0
30+
31+
Bumps [faker](https://github.com/joke2k/faker) from 25.3.0 to 25.4.0.
32+
- [Release notes](https://github.com/joke2k/faker/releases)
33+
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
34+
- [Commits](https://github.com/joke2k/faker/compare/v25.3.0...v25.4.0)
35+
36+
---
37+
updated-dependencies:
38+
- dependency-name: faker
39+
dependency-type: direct:development
40+
update-type: version-update:semver-minor
41+
...
42+
43+
Signed-off-by: dependabot[bot] <[email protected]> ([`35a8b14`](https://github.com/supabase-community/auth-py/commit/35a8b14dc5f6657e63d21de29dd2b60a29f07eed))
44+
45+
* chore(deps-dev): bump faker from 25.2.0 to 25.3.0 (#510) ([`e7fdc2d`](https://github.com/supabase-community/auth-py/commit/e7fdc2d978c95638dfc7a27676aabcba44d2a80d))
46+
47+
### Fix
48+
49+
* fix: follow redirects ([`1fa7fd2`](https://github.com/supabase-community/auth-py/commit/1fa7fd24c84594a6d63322a685aeccdc4e301af1))
50+
51+
### Unknown
52+
53+
* Fix code style ([`4a18e21`](https://github.com/supabase-community/auth-py/commit/4a18e212fd5f9b9f25e516735ab92232bf49e5d7))
54+
55+
* Fix code style ([`55a415b`](https://github.com/supabase-community/auth-py/commit/55a415b993e503bed5a564b8db1490a26e6ad51f))
56+
57+
* Fix code style ([`645560d`](https://github.com/supabase-community/auth-py/commit/645560d940243bee5f2b15e59a3b50cd0ca11c5c))
58+
59+
* ReSync, fix merges ([`96129b6`](https://github.com/supabase-community/auth-py/commit/96129b65d3c5438aac5a67852978a7f7cf0b20dd))
60+
61+
562
## v2.4.3 (2024-06-01)
663

764
### Chore
865

66+
* chore(release): bump version to v2.4.3 ([`7316cf5`](https://github.com/supabase-community/auth-py/commit/7316cf56dce5db188690c58f8a30e0cd4568105b))
67+
968
* chore(deps): bump pydantic from 2.7.1 to 2.7.2 (#509) ([`5d433fe`](https://github.com/supabase-community/auth-py/commit/5d433fe665fcc08dad5dc49c4225a0d53b5fa7e6))
1069

1170
* chore(ci): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 (#508) ([`a3037d9`](https://github.com/supabase-community/auth-py/commit/a3037d94cdfe0b419b2d8b3785783f36c843196c))
1271

72+
* chore(deps-dev): bump faker from 25.2.0 to 25.3.0
73+
74+
Bumps [faker](https://github.com/joke2k/faker) from 25.2.0 to 25.3.0.
75+
- [Release notes](https://github.com/joke2k/faker/releases)
76+
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
77+
- [Commits](https://github.com/joke2k/faker/compare/v25.2.0...v25.3.0)
78+
79+
---
80+
updated-dependencies:
81+
- dependency-name: faker
82+
dependency-type: direct:development
83+
update-type: version-update:semver-minor
84+
...
85+
86+
Signed-off-by: dependabot[bot] <[email protected]> ([`0e55988`](https://github.com/supabase-community/auth-py/commit/0e55988f74c908c0fee5b629939a8fab3305052c))
87+
1388
* chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.0 (#507) ([`fe033c5`](https://github.com/supabase-community/auth-py/commit/fe033c5b803a64637acc819d84a83be939cbfffd))
1489

1590
* chore(deps): bump pydantic from 2.7.1 to 2.7.2
@@ -444,6 +519,12 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`10b44fe`](https://g
444519

445520
### Unknown
446521

522+
* Add follow_redirects=True ([`fab26ac`](https://github.com/supabase-community/auth-py/commit/fab26ac5bd8eca3d2aa5a3413943bfbb4aca6417))
523+
524+
* Add follow_redirects=True ([`5eea191`](https://github.com/supabase-community/auth-py/commit/5eea191bcb26a7faf2b5c3496eabd00ccb3ae1c8))
525+
526+
* Add follow_redirects=True ([`7b38f75`](https://github.com/supabase-community/auth-py/commit/7b38f7544b090029b6105a51f5099eee7de59d61))
527+
447528
* Fix #320 ([`e3862b9`](https://github.com/supabase-community/auth-py/commit/e3862b951cb16dd7c80617925f93febf7be57cd8))
448529

449530
* Fix #320 ([`e6203f6`](https://github.com/supabase-community/auth-py/commit/e6203f68ef91b74830c438575bd1ec89bae159cb))

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

supabase_auth/__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.3"
3+
__version__ = "2.4.4"
44

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

0 commit comments

Comments
 (0)