Skip to content

Commit 2f4906d

Browse files
Release 5.1.0 (#780)
**Fixed** - fix: Remove placeholder defaults from optional parameters + additional updates [\#778](#778) ([fern-api[bot]](https://github.com/apps/fern-api))
1 parent 441ca6e commit 2f4906d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-10)
3+
## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-11)
44
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.0.0...5.1.0)
55

66
**Fixed**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Auth0 Python library provides convenient access to the Auth0 APIs from Pytho
3030

3131
## Installation
3232
```sh
33-
pip install auth0-python==5.0.0
33+
pip install auth0-python
3434
```
3535

3636
**Requirements:**

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.0.0"
6+
version = "5.1.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)