SDK regeneration - #842
Merged
Merged
SDK regeneration#842
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1
Patches with unresolved conflicts (1): - patch-560b8934: fix: send list-of-primitive multipart fields as repeated form fields (#819) (#825) Run `fern-replay resolve` to apply these customizations. Patches absorbed by generator (1): - patch-e1cf8db9: Add missing realtime speech-to-text options (#830) The generator now produces these customizations natively.
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, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit baca7d1. Configure here.
Fern regeneration reverted the #825 fix and dropped the json import, breaking mypy and re-introducing the original multipart bug.
kraenhansen
approved these changes
Aug 11, 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: 1 file 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:
src/elevenlabs/dubbing/project/raw_client.pyHow to resolve
git fetch origin && git checkout -b fern-bot/2026-08-11_10-19-00_246 origin/fern-bot/2026-08-11_10-19-00_246fern 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
Large generated surface area plus a required-field change on
AnalysisChargingmay break strict parsers; an unresolved replay conflict in dubbingraw_client.pycould drop the multipart list-field fix if merged as-is.Overview
Automated Fern regeneration bumps the package to 2.63.0 and refreshes clients, types, and reference docs to match the latest API.
voices.search(sync/async and raw clients) gains query parameters for gender, age, language, accent, use cases, sharing notice period, custom rates, live moderation, and studio-quality (high_quality) filtering.Agent and conversation models pick up
max_duration_secondsoverrides,producing_llmon transcript entries, pronunciation dictionary locators on TTS overrides,schema_overrideson workflow tool locators, richer RAG chunk metadata (content_format,document_type), and AST number literals asint | float. Integrations expand with Avaya auth/source,GenesysBotOutcome,gemini-3.6-flash, andScribeInvalidRequestErroron realtime transcription. Analysis types now treatlast_runas required onAnalysisChargingand add optionalrunsonAnalysisRunningTotal; dubbing docs mark transcript and translations as enterprise-only.Merging still needs
fern replay resolvefor a conflict insrc/elevenlabs/dubbing/project/raw_client.pyagainst the prior multipart list-field customization.Reviewed by Cursor Bugbot for commit 9525cda. Bugbot is set up for automated code reviews on this repo. Configure here.