Skip to content

fix: bump elevenlabs-js SDK to 2.41.1#71

Merged
PennyroyalTea merged 1 commit into
elevenlabs:mainfrom
carlos-cubas:bump/elevenlabs-js-2.41.1
Apr 3, 2026
Merged

fix: bump elevenlabs-js SDK to 2.41.1#71
PennyroyalTea merged 1 commit into
elevenlabs:mainfrom
carlos-cubas:bump/elevenlabs-js-2.41.1

Conversation

@carlos-cubas
Copy link
Copy Markdown
Contributor

Summary

Bumps @elevenlabs/elevenlabs-js from 2.36.0 to 2.41.1.

Problem

The SDK at 2.36.0 contains a stale LLM enum that rejects claude-sonnet-4-6 during agents push validation, even though the API (per the OpenAPI spec at api.elevenlabs.io/openapi.json) accepts it:

Error processing Interactive Student Tutor: conversationConfig -> agent -> prompt -> llm: Expected enum. Received "claude-sonnet-4-6"

Fix

SDK 2.41.1 includes claude-sonnet-4-6 in the LLM enum.

Testing

All 192 existing tests pass.

Adds support for claude-sonnet-4-6 LLM enum value. The previous version
(2.36.0) rejected this model during push validation even though the API
accepts it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PennyroyalTea PennyroyalTea merged commit fc4425c into elevenlabs:main Apr 3, 2026
0 of 4 checks passed
@PennyroyalTea
Copy link
Copy Markdown
Collaborator

thanks for your contribution!

PennyroyalTea added a commit that referenced this pull request Apr 4, 2026
The lock file was not updated in #71, causing frozen-lockfile installs
to fail with ERR_PNPM_OUTDATED_LOCKFILE.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PennyroyalTea added a commit that referenced this pull request Apr 4, 2026
)

The lock file was not updated in #71, causing frozen-lockfile installs
to fail with ERR_PNPM_OUTDATED_LOCKFILE.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

2 participants