chore: update authtoken docstrings and spec commit reference#205
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: update authtoken docstrings and spec commit reference#205fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.18.1
… reference Refine wording in the authtoken client docstrings and update the internal OpenAPI spec commit hash. No public API surface changes. Key changes: - Clarify authtoken docstring: "expiration information" → "token expiration information" in sync and async clients (both raw and standard) - Update OpenAPI spec commit reference to 8c63b16b085fcf9b05835232378d834802257e7a - Bump code-examples.json sdkVersion metadata 🌿 Generated with Fern
Patches applied (1): - patch-6516695e: Release 15.0.2: restore bundled openapi.json packaging (#169)
…f5f2b8cbca390aa7 [skip ci]
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 888d234. Configure here.
|
|
||
| headers: typing.Dict[str, str] = { | ||
| "User-Agent": "phenoml/16.7.1", | ||
| "User-Agent": "phenoml/0.0.0-fern-placeholder", |
There was a problem hiding this comment.
User-Agent left as placeholder
Medium Severity
get_headers now sends User-Agent as phenoml/0.0.0-fern-placeholder instead of the real SDK version. X-Fern-SDK-Version and pyproject.toml correctly say 16.7.2, so the placeholder was not substituted. Every outbound request will advertise an invalid SDK version.
Reviewed by Cursor Bugbot for commit 888d234. Configure here.
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.


16.7.1 → 16.7.2
Refine wording in the authtoken client docstrings and update the
internal OpenAPI spec commit hash. No public API surface changes.
Key changes:
🌿 Generated with Fern
✅ Customizations automatically preserved in this update.
Note
Low Risk
Doc and metadata-only API surface; the only runtime nuance is User-Agent no longer reporting 16.7.x unless customized via headers.
Overview
Fern-regenerated 16.7.1 → 16.7.2 release with no method/signature changes.
Authtoken docs now say the token endpoint returns an access token with token expiration information (sync/async clients, raw and wrapped), mirrored in
reference.mdand bundledopenapi.jsonforPOST /v2/auth/token.Spec tracking updates
originGitCommit/specCommittoc61889b06b6ef367f5e7d6aef5f2b8cbca390aa7, bumpssdkVersionin Fern metadata andcode-examples.json, and records a new generation in.fern/replay.lock(replay patch still pinspyproject.tomlat 16.7.2 and openapi packaging).HTTP client headers:
X-Fern-SDK-Versionis 16.7.2, butUser-Agentswitches fromphenoml/16.7.1tophenoml/0.0.0-fern-placeholder—worth noting for anyone relying on User-Agent for version telemetry.Reviewed by Cursor Bugbot for commit 888d234. Bugbot is set up for automated code reviews on this repo. Configure here.