Skip to content

Commit 4fa4903

Browse files
authored
Release 6.3.0 (#887)
**Added** - feat: Add My Organization client access control, Connection Profile Cross-App Access support, Network ACL keys management, and OIDC space-delimited scope support [\#886](#886) ([fern-api[bot]](https://github.com/apps/fern-api)) **Fixed** - fix: Raw clients for forms and flows now surface additional error responses instead of failing unhandled, corrected a docstring field name [\#886](#886) ([fern-api[bot]](https://github.com/apps/fern-api))
2 parents 9b1c6fd + 58b82f7 commit 4fa4903

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.3.0

CHANGELOG.md

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

3+
## [6.3.0](https://github.com/auth0/auth0-python/tree/6.3.0) (2026-08-19)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/6.2.0...6.3.0)
5+
6+
**Added**
7+
- feat: Add My Organization client access control, Connection Profile Cross-App Access support, Network ACL keys management, and OIDC space-delimited scope support [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
9+
**Fixed**
10+
- fix: Raw clients for forms and flows now surface additional error responses instead of failing unhandled, corrected a docstring field name [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api))
11+
312
## [6.2.0](https://github.com/auth0/auth0-python/tree/6.2.0) (2026-08-05)
413
[Full Changelog](https://github.com/auth0/auth0-python/compare/6.1.0...6.2.0)
514

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 = "6.2.0"
6+
version = "6.3.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)