SDK regeneration#781
Open
fern-api[bot] wants to merge 2 commits into
Open
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.20.0
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 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:
pyproject.tomlsrc/cohere/core/client_wrapper.pyHow to resolve
git fetch origin && git checkout -b fern-bot/2026-07-20_13-21-57_380 origin/fern-bot/2026-07-20_13-21-57_380fern 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
Unresolved Fern replay conflicts on version headers may drop prior manual SDK fixes if merged without resolution; the broader regen also changes HTTP client behavior (keepalive, dependency floors).
Overview
This PR updates Fern generation metadata for SDK 7.0.6 (CLI 5.55.0, Python generator 5.20.0) and adds
tcp_keepalivegenerator settings (60s idle, 30s interval, 5 probes), which drive default HTTP transport keepalive in the regenerated client..fern/replay.lockrecords the new generation commit and two unresolved replay patches: prior customizations that only bumpedpyproject.tomlandclient_wrapper.pyversion /User-Agentstrings (from #778 and #779) overlap the same lines the new generation rewrote, so those customizations were not auto-reapplied. Merge or resolve viafern replay resolvebefore shipping so embed /max_retriesfixes are not lost on the next run.Reviewed by Cursor Bugbot for commit 152858f. Bugbot is set up for automated code reviews on this repo. Configure here.