chore(deps): bump deepgram-sdk from 6.1.1 to 7.1.0#543
Conversation
Bumps [deepgram-sdk](https://github.com/deepgram/deepgram-python-sdk) from 6.1.1 to 7.1.0. - [Release notes](https://github.com/deepgram/deepgram-python-sdk/releases) - [Changelog](https://github.com/deepgram/deepgram-python-sdk/blob/main/CHANGELOG.md) - [Commits](deepgram/deepgram-python-sdk@v6.1.1...v7.1.0) --- updated-dependencies: - dependency-name: deepgram-sdk dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
6 similar comments
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
…m-sdk-7.1.0 # Conflicts: # uv.lock
On deepgram-sdk 7.x the regenerated V2SocketClientResponse union includes typing.Any, so the listen websocket delivers every message as a plain dict instead of a typed object. The STT handler used attribute access (message.type, getattr(message, ...), w.confidence), which silently dropped every TurnInfo and emitted zero transcripts. Read the dict directly and add a unit-lane regression test so this is caught without the integration suite.
Bumps deepgram-sdk from 6.1.1 to 7.1.0.
Release notes
Sourced from deepgram-sdk's releases.
Changelog
Sourced from deepgram-sdk's changelog.
Commits
cba025fchore(main): release 7.1.0 (#700)e79493bchore: add Copilot prompt for PR interface review [no-ci] (#706)0b820c9feat: update generated SDK models and restore agent settings compatibility (#...6038942chore: sdk regeneration 2026-04-29 (#703)d20927bchore: remove maintenance skills from .claude/ and .agents/ (moved to deepgra...a232eb8docs: target Context7 benchmark gaps in Python skills [no-ci] (#699)e1b01fechore(main): release 7.0.0 (#691)e38e06achore: add v6 to v7 migration guide and README link (#697)4714207feat!: sdk regeneration 2026-04-24 (#696)77d4845chore: add agent skills for product usage and maintenance [no-ci] (#695)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)