Skip to content

SDK regeneration - #803

Merged
daniel-cohere merged 2 commits into
mainfrom
fern-bot/2026-08-26_21-05-39_776
Aug 26, 2026
Merged

SDK regeneration#803
daniel-cohere merged 2 commits into
mainfrom
fern-bot/2026-08-26_21-05-39_776

Conversation

@fern-api

@fern-api fern-api Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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:

File Your customization Why it conflicted
pyproject.toml fix(utils): embed(texts=[]) crashes with IndexError on empty input (#778) The new generation changed the same lines you edited
src/cohere/core/client_wrapper.py fix(utils): embed(texts=[]) crashes with IndexError on empty input (#778) The new generation changed the same lines you edited
pyproject.toml Omit Authorization header when api_key is empty (#795) The new generation changed the same lines you edited
src/cohere/core/client_wrapper.py Omit Authorization header when api_key is empty (#795) The new generation changed the same lines you edited

How to resolve

  1. Check out this branch:
    git fetch origin && git checkout -b fern-bot/2026-08-26_21-05-39_776 origin/fern-bot/2026-08-26_21-05-39_776
    Or if you don't have the repo cloned:
    git clone https://github.com/cohere-ai/cohere-python.git && cd cohere-python && git checkout -b fern-bot/2026-08-26_21-05-39_776 origin/fern-bot/2026-08-26_21-05-39_776
  2. Run: fern replay resolve
  3. Open the conflicting files in your editor — you'll see standard merge conflict markers
  4. Resolve using your editor's merge tools (VS Code, IntelliJ, etc.)
  5. Run: fern replay resolve again to finalize
  6. Push your changes

Your 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.

fern-api Bot added 2 commits August 26, 2026 21:05
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-python-sdk: 5.22.1
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.
@daniel-cohere
daniel-cohere merged commit 953f5a1 into main Aug 26, 2026
3 checks passed
@daniel-cohere
daniel-cohere deleted the fern-bot/2026-08-26_21-05-39_776 branch August 26, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant