{{ message }}
Tags: elevenlabs/elevenlabs-python
Tags
[fern-generated] SDK regeneration
SDK regeneration (#859) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. * fix: send dubbing keyterms/webhook_ids as repeated multipart form fields Same half-applied Fern Replay patch as #835. The recorded patch (patch-560b8934, from #825) only covers keyterms; webhook_ids appears nowhere in .fern/replay.lock. Its body hunk therefore fails against the current generated context while the import-removal hunk still applies, leaving `json.dumps(...)` with no `import json`: mypy name-defined errors and a NameError at runtime. #835 predicted Replay would re-derive the patch to cover webhook_ids. It did not, so this recurs on every regeneration until the patch is extended or the generator stops emitting json.dumps for list-of-primitive multipart fields (pinned at fern-python-sdk 4.64.1 for Python compat). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kræn Hansen <kraen@elevenlabs.io> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
SDK regeneration (#852) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. * fix: preserve repeated-form-field encoding for keyterms/webhook_ids Fern regeneration reverted the #825 fix again, re-wrapping both fields in json.dumps and dropping the json import, which breaks mypy and re-introduces the original multipart bug. Third recurrence, after #845 and the fix on the branch closed with #851. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kræn Hansen <kraen@elevenlabs.io> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
SDK regeneration (#845) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. * fix: preserve repeated-form-field encoding for keyterms/webhook_ids Fern regeneration reverted the #825 fix and dropped the json import, breaking mypy and re-introducing the original multipart bug. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kræn Hansen <kraen@elevenlabs.io>
SDK regeneration (#842) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. * fix: preserve repeated-form-field encoding for keyterms/webhook_ids Fern regeneration reverted the #825 fix and dropped the json import, breaking mypy and re-introducing the original multipart bug. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kræn Hansen <kraen@elevenlabs.io>
SDK regeneration (#835) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. * fix: send dubbing keyterms/webhook_ids as repeated multipart form fields The create-dubbing-project endpoint gained a new webhook_ids field, which shifted the context of the Fern Replay patch #825 so its body hunk no longer applied: `import json` was removed but `json.dumps(...)` was left behind for both keyterms and webhook_ids, breaking mypy (and raising NameError at runtime). Extend the fix to both fields so it matches the TS SDK (repeated form fields). Fern Replay will re-derive the patch to cover webhook_ids on the next regen. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Kræn Hansen <kraen@elevenlabs.io> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
SDK regeneration (#833) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations Patches applied (1): - patch-560b8934: fix: send list-of-primitive multipart fields as repeated form fields (#819) (#825) --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
SDK regeneration (#826) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations 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. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
SDK regeneration (#817) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.64.1 * [fern-replay] Applied customizations Patches with unresolved conflicts (1): - patch-1b45413e: [Speech Engine] Add disable_auth parameter (#806) Run `fern-replay resolve` to apply these customizations. * Use scribe_v2 --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Paul Asjes <paul.asjes@elevenlabs.io>
SDK regeneration (#810) * [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.42.0 * [fern-replay] Applied customizations Patches with unresolved conflicts (1): - patch-1b45413e: [Speech Engine] Add disable_auth parameter (#806) Run `fern-replay resolve` to apply these customizations. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
PreviousNext
