SDK regeneration#810
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.42.0
Patches with unresolved conflicts (1): - patch-1b45413e: [Speech Engine] Add disable_auth parameter (#806) Run `fern-replay resolve` to apply these customizations.
PaulAsjes
approved these changes
Jul 13, 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.
Automated SDK generation by Fern
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-13_08-25-03_645 origin/fern-bot/2026-07-13_08-25-03_645fern 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
Medium Risk
Adds workspace membership listing, service account creation, and per-invite credit caps—admin-facing behavior—plus a large generated diff; merging without resolving Fern replay conflicts may drop the disable_auth customization in client_wrapper/pyproject.
Overview
Fern SDK regeneration bumps the package to 2.58.0 and syncs clients and types with the latest API.
Workspace & service accounts: Adds
client.service_accounts.create(optionaldefault_sharing_groups) andclient.workspace.members.list, plus optionalusage_limiton workspace invitecreate/create_batch.Text-to-dialogue streaming: Introduces multi-context WebSocket message/types and exports
v_1_text_to_dialogue_multi_stream_input/ReceiveTextToDialogueWebsocketMessageMulti.Response models: Conversation payloads gain
has_auxiliary_audio; character metadata can includevoice_creation_prompt_suggestion; custom guardrailhistory_message_countdocs are updated.Before merge: Replay reports unresolved conflicts in
pyproject.tomlandsrc/elevenlabs/core/client_wrapper.pywith the prior disable_auth customization (#806)—runfern replay resolveor that patch may be dropped on the next generation.Reviewed by Cursor Bugbot for commit 62a57de. Bugbot is set up for automated code reviews on this repo. Configure here.