Skip to content

SDK regeneration - #826

Merged
kraenhansen merged 2 commits into
mainfrom
fern-bot/2026-07-30_10-04-23_693
Jul 30, 2026
Merged

SDK regeneration#826
kraenhansen merged 2 commits into
mainfrom
fern-bot/2026-07-30_10-04-23_693

Conversation

@fern-api

@fern-api fern-api Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

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:

File Your customization Why it conflicted
pyproject.toml [Speech Engine] Add disable_auth parameter (#806) The new generation changed the same lines you edited
src/elevenlabs/core/client_wrapper.py [Speech Engine] Add disable_auth parameter (#806) The new generation changed the same lines you edited

How to resolve

  1. Check out this branch:
    git fetch origin && git checkout -b fern-bot/2026-07-30_10-04-23_693 origin/fern-bot/2026-07-30_10-04-23_693
    Or if you don't have the repo cloned:
    git clone https://github.com/elevenlabs/elevenlabs-python.git && cd elevenlabs-python && git checkout -b fern-bot/2026-07-30_10-04-23_693 origin/fern-bot/2026-07-30_10-04-23_693
  2. Run: fern replay resolve
  3. Open the conflicting files in your editor — you'll see standard merge conflict markers
  4. Resolve using your editor's merge tools (VS Code, IntelliJ, etc.)
  5. Run: fern replay resolve again to finalize
  6. Push your changes

Your 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_auth conflicts in auth-related client code.

Overview
This PR records a Fern automated SDK regeneration by updating .fern/metadata.json: sdkVersion 2.59.0 → 2.60.0 and originGitCommit to 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.toml and src/elevenlabs/core/client_wrapper.py still need manual merge resolution for the prior disable_auth customization (#806) before merge.

Reviewed by Cursor Bugbot for commit 9187788. Bugbot is set up for automated code reviews on this repo. Configure here.

fern-api Bot added 2 commits July 30, 2026 10:04
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-python-sdk: 4.64.1
Patches applied (1):
  - patch-560b8934: fix: send list-of-primitive multipart fields as repeated form fields (#819) (#825)

Patches with unresolved conflicts (1):
  - patch-1b45413e: [Speech Engine] Add disable_auth parameter (#806)
    Run `fern-replay resolve` to apply these customizations.
@kraenhansen
kraenhansen merged commit 061e28b into main Jul 30, 2026
4 checks passed
@kraenhansen
kraenhansen deleted the fern-bot/2026-07-30_10-04-23_693 branch July 30, 2026 10:24
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>
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.

1 participant