SDK regeneration - #826
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1
kraenhansen
approved these changes
Jul 30, 2026
4 tasks
kraenhansen
added a commit
that referenced
this pull request
Jul 30, 2026
…#828) patch-1b45413e was captured from "[Speech Engine] Add disable_auth parameter (#806)", but its remaining diff is only a hardcoded version bump (2.55.0 to 2.56.0) plus websockets >=13.0 (now native via the generator config). Because it pins an old version string, it collided with the version line on every regeneration and surfaced as an unresolved conflict (most recently in the v2.60.0 regen PR #826). Running `fern replay forget patch-1b45413e` drops it from the active patch set and tombstones its content hash so it is not re-captured. The #825 multipart fix (patch-560b8934) is unaffected, and disable_auth itself is generated from the spec and does not depend on this patch. Co-authored-by: Claude Opus 4.8 (1M context) <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.
Automated SDK generation by Fern
✅ Customizations automatically preserved, but 2 files need your attention.
Action required: 2 files with unresolved customization conflicts
The new generation changed code you previously customized. Non-conflicting customizations have been applied automatically. The following files need manual resolution:
pyproject.tomlsrc/elevenlabs/core/client_wrapper.pyHow to resolve
git fetch origin && git checkout -b fern-bot/2026-07-30_10-04-23_693 origin/fern-bot/2026-07-30_10-04-23_693fern replay resolvefern replay resolveagain to finalizeYour resolved customizations will be remembered on future SDK generations.
If you merge this PR without resolving, your unresolved customizations will conflict again on the next generation.
Note
Low Risk
The committed diff is metadata-only; risk is mainly if the broader regeneration is merged without resolving
disable_authconflicts in auth-related client code.Overview
This PR records a Fern automated SDK regeneration by updating
.fern/metadata.json:sdkVersion2.59.0 → 2.60.0 andoriginGitCommitto the new API/spec commit (702da542…).The diff shown here is only that metadata bump; the PR description indicates the full generation may also touch generated client code and that
pyproject.tomlandsrc/elevenlabs/core/client_wrapper.pystill need manual merge resolution for the priordisable_authcustomization (#806) before merge.Reviewed by Cursor Bugbot for commit 9187788. Bugbot is set up for automated code reviews on this repo. Configure here.