Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e2d073

Browse files
authored
Release 5.5.0 (#851)
**⚠️ Breaking: Python 3.9 support dropped** - Python 3.9 reached end-of-life in October 2025. This release requires **Python >=3.10**. Users on Python 3.9 should remain on v5.4.0 until they upgrade their Python version. [\#843](#843) ([developerkunal](https://github.com/developerkunal)) **Added** - feat: configurable max_retries parameter to Auth0 and AsyncAuth0 clients (defaults to 2 with exponential backoff) [\#841](#841) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: New error types: BadRequestSchema, ForbiddenSchema, UnauthorizedSchema, TooManyRequestsSchema [\#841](#841) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: New types: FedCmLogin, FedCmLoginGoogle, CredentialDeviceTypeEnum [\#841](#841) ([fern-api[bot]](https://github.com/apps/fern-api)) - Extended user_authentication_method and resource_server response types with additional fields [\#841](#841) ([fern-api[bot]](https://github.com/apps/fern-api)) - Expanded clients, refresh_tokens, resource_servers, tickets, and users/authentication_methods endpoint parameters **Changed** - Updated connection types with additional validation fields [\#841](#841) ([fern-api[bot]](https://github.com/apps/fern-api))
1 parent b05b561 commit 5e2d073

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [5.5.0](https://github.com/auth0/auth0-python/tree/5.5.0) (2026-05-20)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.4.0...5.5.0)
5+
6+
**⚠️ Breaking: Python 3.9 support dropped**
7+
- Python 3.9 reached end-of-life in October 2025. This release requires **Python >=3.10**. Users on Python 3.9 should remain on v5.4.0 until they upgrade their Python version. [\#843](https://github.com/auth0/auth0-python/pull/843) ([developerkunal](https://github.com/developerkunal))
8+
9+
**Added**
10+
- feat: configurable max_retries parameter to Auth0 and AsyncAuth0 clients (defaults to 2 with exponential backoff) [\#841](https://github.com/auth0/auth0-python/pull/841) ([fern-api[bot]](https://github.com/apps/fern-api))
11+
- feat: New error types: BadRequestSchema, ForbiddenSchema, UnauthorizedSchema, TooManyRequestsSchema [\#841](https://github.com/auth0/auth0-python/pull/841) ([fern-api[bot]](https://github.com/apps/fern-api))
12+
- feat: New types: FedCmLogin, FedCmLoginGoogle, CredentialDeviceTypeEnum [\#841](https://github.com/auth0/auth0-python/pull/841) ([fern-api[bot]](https://github.com/apps/fern-api))
13+
- Extended user_authentication_method and resource_server response types with additional fields [\#841](https://github.com/auth0/auth0-python/pull/841) ([fern-api[bot]](https://github.com/apps/fern-api))
14+
- Expanded clients, refresh_tokens, resource_servers, tickets, and users/authentication_methods endpoint parameters
15+
16+
**Changed**
17+
- Updated connection types with additional validation fields [\#841](https://github.com/auth0/auth0-python/pull/841) ([fern-api[bot]](https://github.com/apps/fern-api))
18+
319
## [5.4.0](https://github.com/auth0/auth0-python/tree/5.4.0) (2026-05-04)
420
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.3.0...5.4.0)
521

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.4.0"
6+
version = "5.5.0"
77
description = "Auth0 Python SDK - Management and Authentication APIs"
88
readme = "README.md"
99
authors = ["Auth0 <[email protected]>"]

0 commit comments

Comments
 (0)