SDK regeneration - #805
Open
fern-api[bot] wants to merge 2 commits into
Open
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.29.3
Patches with unresolved conflicts (3): - patch-c81e8a75: fix(utils): embed(texts=[]) crashes with IndexError on empty input (#778) - patch-41f344bd: feat(client): forward max_retries through Client/ClientV2 constructors (#779) - patch-bc495daa: Omit Authorization header when api_key is empty (#795) Run `fern-replay resolve` to apply these customizations.
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 4 files need your attention.
Action required: 4 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/cohere/core/client_wrapper.pypyproject.tomlsrc/cohere/core/client_wrapper.pyHow to resolve
git fetch origin && git checkout -b fern-bot/2026-08-31_21-19-03_250 origin/fern-bot/2026-08-31_21-19-03_250fern 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
Touches core HTTP request construction, Pydantic parsing, and streaming; unresolved Replay conflicts may drop the empty-api-key Authorization behavior until manually merged.
Overview
Bumps the package to 7.1.1 via automated Fern regeneration (Python SDK generator 5.22.1 → 5.29.3), with lockfile updates for pydantic, huggingface-hub, and related pins.
HTTP layer: Requests for endpoints with optional bodies now omit an empty JSON body and strip
Content-Typewhen nothing is sent, including handling of the omit sentinel so “no body” is not sent as{}.quote_path_parampercent-encodes path segments so values like/or..cannot alter routing.Models & streaming: Pydantic input alias coercion is centralized and cached;
HttpResponseexposes the underlyinghttpx.Response. V2 chat streaming skips SSE events with emptydata. Doc examples for asyncchat_stream/generate_streamno longerawaitthe stream call (iterate the returned async iterator directly).Before merge: Fern Replay reports unresolved conflicts in
pyproject.tomlandclient_wrapper.pyagainst prior customizations (emptyAuthorizationwhen API key is empty, version-only patches). Runfern replay resolveso those behaviors are not lost—the generatedget_headersstill always setsAuthorizationin this diff.Reviewed by Cursor Bugbot for commit 2de27c3. Bugbot is set up for automated code reviews on this repo. Configure here.