Skip to content

Commit 1026b4d

Browse files
Release 5.4.0 (#838)
**Added** - chore: Add events module, async token support, and connection retry resilience [\#835](#835) ([fern-api[bot]](https://github.com/apps/fern-api)) **Changed** - [fern-replay] Initialize Replay for SDK customizations [\#833](#833) ([fern-api[bot]](https://github.com/apps/fern-api), [developerkunal](https://github.com/developerkunal)) **Fixed** - fix: Add top-level `py.typed` marker to resolve IDE import errors [\#829](#829) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent f182694 commit 1026b4d

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.4.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [5.4.0](https://github.com/auth0/auth0-python/tree/5.4.0) (2026-05-04)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.3.0...5.4.0)
5+
6+
**Added**
7+
- chore: Add events module, async token support, and connection retry resilience [\#835](https://github.com/auth0/auth0-python/pull/835) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
9+
**Changed**
10+
- [fern-replay] Initialize Replay for SDK customizations [\#833](https://github.com/auth0/auth0-python/pull/833) ([fern-api[bot]](https://github.com/apps/fern-api), [developerkunal](https://github.com/developerkunal))
11+
12+
**Fixed**
13+
- fix: Add top-level `py.typed` marker to resolve IDE import errors [\#829](https://github.com/auth0/auth0-python/pull/829) ([kishore7snehil](https://github.com/kishore7snehil))
14+
315
## [5.3.0](https://github.com/auth0/auth0-python/tree/5.3.0) (2026-04-09)
416
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.2.0...5.3.0)
517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "auth0-python"
33

44
[tool.poetry]
55
name = "auth0-python"
6-
version = "5.3.0"
6+
version = "5.4.0"
77
description = "Auth0 Python SDK - Management and Authentication APIs"
88
readme = "README.md"
99
authors = ["Auth0 <support@auth0.com>"]

0 commit comments

Comments
 (0)