feat: migrate to OAuth 2.0 auth and rename client to PhenomlClient#104
Merged
gavinsharp merged 7 commits intomainfrom Mar 4, 2026
Merged
feat: migrate to OAuth 2.0 auth and rename client to PhenomlClient#104gavinsharp merged 7 commits intomainfrom
gavinsharp merged 7 commits intomainfrom
Conversation
Unable to analyze changes with AI, incrementing PATCH version.
Update version from 7.3.1 to 8.0.0 across all files (pyproject.toml, metadata.json, client_wrapper.py) and replace the placeholder changelog entry with detailed breaking changes documentation covering the OAuth 2.0 auth migration, client rename, and other significant changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Include code examples showing how to migrate from token-based auth to OAuth 2.0 client credentials, and from PhenoMLClient to PhenomlClient. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tead of token-based auth Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Internal section (Fern generator/CLI upgrades, HTTP client rewrite, Pydantic utilities, pytest-xdist) is implementation detail that doesn't belong in the public changelog. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…matting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Major version bump with breaking changes to authentication and client naming.
client_id/client_secret(defaults toPHENOML_CLIENT_ID/PHENOML_CLIENT_SECRETenv vars) with automatic token management. Also supports atokencallable for pre-generated tokens.PhenoMLClient/phenoml→PhenomlClient.wrapper_client.pydeleted;PhenomlClientnow has built-in OAuth support./v2/auth/tokenOAuth 2.0 client credentials endpoint.🌿 Generated with Fern