Merged
Conversation
- Change version from semver 1.0.0-beta.0 to PEP 440 1.0.0b0 - Remove pyproject.toml from .shiprc (publish workflow handles version) - Rewrite CHANGELOG.md with comprehensive feature list matching Java/.NET/Go SDKs
nandan-bhat
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Log
1.0.0b0 (2026-04-09)
v1.0.0b0is the first release of the Auth0 My Organization Python SDK — a Fern-generated SDK for the Auth0 My Organization API, built with Fern:MyOrganizationClientandAsyncMyOrganizationClientwrappers handle token acquisition, caching, and refresh automatically — no manual token management needed.AsyncTokenProviderensures non-blocking token acquisition in async contexts.organization_details,organization.domains,organization.identity_providers,organization.configuration, and more — for clear discoverability.BadRequestError,UnauthorizedError,ForbiddenError,NotFoundError,ConflictError,TooManyRequestsError..with_raw_response.SyncPagerandAsyncPagerwith.itemsand.has_nextsupport.408,429, and5XXresponses with configurablemax_retries.request_options.Auth0-Clientheader is sent automatically on every request with SDK name, version, and Python runtime version.📦 Installation
Requirements
🚀 Quick Start
Async Usage
This is a beta release. The API surface may change before the GA release based on feedback. We encourage you to try it out and share your thoughts.
🙏 Thank You
Thank you to everyone who has been testing early builds and providing feedback — it's been invaluable in shaping this release.
We'd love to hear how it works for your use case. Please open an issue if you run into anything or have suggestions.