chore(main): release 7.6.0#747
Merged
GregHolmes merged 1 commit intoJul 22, 2026
Merged
Conversation
github-actions
Bot
requested review from
deepgram-kiley and
dg-coreylweathers
as code owners
July 22, 2026 13:24
GregHolmes
approved these changes
Jul 22, 2026
GregHolmes
deleted the
release-please--branches--main--components--deepgram-sdk
branch
July 22, 2026 13:28
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
7.6.0 (2026-07-22)
Features
What's in this release
SDK regeneration for 2026-07-20 (Fern generator
5.14.18, specff8fd2b7).Flux STT
numeralsListenV2Numeralstype (Literal["true", "false"]) intypes/listen_v2numerals.py, exported from the package root andtypes.numeralsquery param onlisten.v2.connect()and the raw client (connection-time only). See [docs #1020].examples/14-transcription-live-websocket-v2.py.tests/custom/test_listen_v2_connect_wire.py(sync + async) pins that/v2/listenserializesnumerals=trueand omits it when absent — the/v2/listenhandshake previously had no wire test.New Aura-2 multilingual TTS voices
SpeakV1ModelandAudioGenerateRequestModel(es / de / nl / fr / it / ja).Breaking change from spec — mitigated (stays non-breaking)
stt_latencyfromAgentV1LatencyReport(docs #1006). BecauseAgentV1LatencyReportis a server-emitted (read-only) message,stt_latencyis re-added by hand as a read-side backward-compat field (frozen in.fernignore):report.stt_latencykeeps resolving toNoneinstead of raisingAttributeError, with no request/wire impact. Covered bytests/custom/test_latency_report_stt_compat.py. This keeps the release a minor bump rather than a major.Verification
mypy src/deepgram— clean (857 files)pytest— 331 passed, 1 skippedruff check src/deepgram— cleanThis PR was generated with Release Please. See documentation.