Skip to content

Release 1.0.0#18

Merged
kishore7snehil merged 1 commit into
mainfrom
release/1.0.0
Jun 17, 2026
Merged

Release 1.0.0#18
kishore7snehil merged 1 commit into
mainfrom
release/1.0.0

Conversation

@kishore7snehil

@kishore7snehil kishore7snehil commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

v1.0.0 is the first stable release of the Auth0 My Organization Python SDK - a Fern-generated SDK for the Auth0 My Organization API. The API surface is now stable.

Added

  • MyOrganizationClient and AsyncMyOrganizationClient high-level wrappers with domain-based URL derivation
  • TokenProvider and AsyncTokenProvider for automatic OAuth 2.0 client credentials token management with caching and auto-refresh
  • Organization Details API - get and update org display name and branding
  • Organization Domains API - list, create, get, delete, and verify custom domains with cursor-based pagination
  • Organization Identity Providers API - create, get, list, update, delete, and detach IDPs; refresh attribute mappings
  • Organization Members API - list and get organization members #13
  • Organization Member Roles API - list, assign, and unassign roles for a member #13
  • Organization Memberships API - remove members from the organization #13
  • Organization Roles API - list roles available in the organization #13
  • Organization Member Invitations API - list, create, get, and delete invitations #13
  • Provisioning API - create, get, delete provisioning configs; refresh provisioning attribute mappings
  • SCIM Tokens API - list, create, and revoke SCIM tokens per IDP
  • Configuration API - retrieve API configuration
  • Raw HTTP response access via .with_raw_response for status codes, headers, and response data
  • Automatic retries with exponential backoff on 408, 429, and 5XX responses
  • Configurable timeouts, retries, and custom headers at client and per-request level

Changed

  • Dropped support for Python 3.9; the minimum supported version is now Python 3.10 #13

Installation

poetry add myorganization-python==1.0.0

Requirements

  • Python >= 3.10

@kishore7snehil kishore7snehil requested a review from a team as a code owner June 16, 2026 17:43
@kishore7snehil kishore7snehil merged commit a5af910 into main Jun 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants