Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0b0
5.0.0
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## [5.0.0b0](https://github.com/auth0/auth0-python/tree/5.0.0b0) (2025-12-18)
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.13.0...5.0.0b0)
## [5.0.0](https://github.com/auth0/auth0-python/tree/5.0.0) (2026-02-04)
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.13.0...5.0.0)

⚠️ **BETA RELEASE** - This is a beta release with significant breaking changes. Please test thoroughly before upgrading production systems.
πŸ“’ This is the official v5.0.0 release with significant improvements and breaking changes.

**Breaking Changes**

Expand Down Expand Up @@ -36,7 +36,7 @@
**Note**

- Authentication API remains **fully backward compatible** - no changes required
- See [v5_MIGRATION_GUIDE.md](https://github.com/auth0/auth0-python/blob/v5/v5_MIGRATION_GUIDE.md) for detailed upgrade instructions
- See [v5_MIGRATION_GUIDE.md](https://github.com/auth0/auth0-python/blob/master/v5_MIGRATION_GUIDE.md) for detailed upgrade instructions


## [4.13.0](https://github.com/auth0/auth0-python/tree/4.13.0) (2025-09-17)
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,16 @@ The Auth0 Python library provides convenient access to the Auth0 APIs from Pytho
- [Feedback](#feedback)

## Installation

> ⚠️ **This is a beta release (v5.0.0-beta)** of a major rewrite with breaking changes. See the [Migration Guide](v5_MIGRATION_GUIDE.md) for upgrade instructions from v4.x.

**Install the v5 beta:**

```sh
pip install auth0-python==5.0.0b0
pip install auth0-python==5.0.0
```

**Requirements:**
- Python β‰₯3.8 (Python 3.7 support has been dropped)

## Reference

A full reference for this library is available [here](https://github.com/auth0/auth0-python/blob/HEAD/./reference.md).
A full reference for this library is available [here](https://github.com/auth0/auth0-python/blob/master/reference.md).

## Authentication API

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "auth0-python"

[tool.poetry]
name = "auth0-python"
version = "5.0.0b0"
version = "5.0.0"
description = "Auth0 Python SDK - Management and Authentication APIs"
readme = "README.md"
authors = ["Auth0 <support@auth0.com>"]
Expand Down