Skip to content

feat: SDK regeneration (21 Oct 2025) - #609

Merged
lukeocodes merged 2 commits into
mainfrom
fern-bot/2025-10-21T18-19Z
Oct 21, 2025
Merged

feat: SDK regeneration (21 Oct 2025)#609
lukeocodes merged 2 commits into
mainfrom
fern-bot/2025-10-21T18-19Z

Conversation

@fern-api

@fern-api fern-api Bot commented Oct 21, 2025

Copy link
Copy Markdown
Contributor
  • Added mip_opt_out parameter to Listen V1 Media endpoints (transcribe_url and transcribe_file) allowing users to opt out of the Deepgram Model Improvement Program (docs)
  • Updated parameter documentation across sync and async clients to reflect this new field.
  • Changed ttl_seconds type from int → float in Auth V1 Tokens clients for more precise expiry values.
  • Simplified Listen V1 WebSocket clients by removing the unused filler_words parameter.
  • Made encoding and sample_rate optional in Listen V2 clients for improved flexibility.
  • Standard regeneration from latest Fern API definitions.

Closes #606 #590

@fern-api
fern-api Bot requested a review from lukeocodes as a code owner October 21, 2025 18:19
@coderabbitai

coderabbitai Bot commented Oct 21, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@lukeocodes
lukeocodes requested a review from Copilot October 21, 2025 18:20
@lukeocodes lukeocodes changed the title 🌿 Fern Regeneration -- October 21, 2025 feat: SDK regeneration (21 Oct 2025) Oct 21, 2025
@lukeocodes lukeocodes linked an issue Oct 21, 2025 that may be closed by this pull request
2 tasks

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

The Fern-generated code now includes a 'tag' parameter in the Read API's
analyze method. This commit updates all test mock assertions to include
tag=None to match the actual method signature.

Fixes 6 failing tests in test_read_client.py:
- test_text_client_analyze_url
- test_text_client_analyze_text_with_all_features
- test_text_client_analyze_with_callback
- test_text_client_analyze_with_request_options
- test_async_text_client_analyze_url
- test_async_text_client_analyze_with_all_features
@lukeocodes
lukeocodes merged commit 5b21460 into main Oct 21, 2025
13 of 14 checks passed
@lukeocodes
lukeocodes deleted the fern-bot/2025-10-21T18-19Z branch October 21, 2025 20:03
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.

[Bug]: Unexpected keyword argument "mip_opt_out" [Bug]: Pydantic Validation Error for speaker_confidence in v5.0.0

2 participants