Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fern/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"originGitCommit": "03f06776bbb692c49f8d76c4230bca7f4bc4bca7",
"originGitCommitIsDirty": true,
"invokedBy": "manual",
"sdkVersion": "7.7.0"
"sdkVersion": "7.7.1"
}
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.7.0"
".": "7.7.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.7.1](https://github.com/deepgram/deepgram-python-sdk/compare/v7.7.0...v7.7.1) (2026-08-21)


### Bug Fixes

* **listen/v2:** restore subscript access on typed responses ([c4d2580](https://github.com/deepgram/deepgram-python-sdk/commit/c4d2580951edac24c08c4ade1c79930a91bee9a9))
* narrow listen v2 compatibility to subscript access ([aac5e0a](https://github.com/deepgram/deepgram-python-sdk/commit/aac5e0a5ad84665bc8c46e1ee829320c52553801))
* preserve dict access on typed response models ([b9f544a](https://github.com/deepgram/deepgram-python-sdk/commit/b9f544a1e6c1fb0db38fefb1b31da425fd476c9f))
* restore listen v2 mapping behavior ([8a18e3b](https://github.com/deepgram/deepgram-python-sdk/commit/8a18e3bbea68f649772f2bf3b6aa993e2c596661))
* scope dict compatibility to listen v2 responses ([0c67f00](https://github.com/deepgram/deepgram-python-sdk/commit/0c67f0038ea7de4829212afa2e550d64eb9847ec))

## [7.7.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.6.0...v7.7.0) (2026-08-12)

Flux TTS streaming controls and Listen v2 redaction.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]

[tool.poetry]
name = "deepgram-sdk"
version = "7.7.0"
version = "7.7.1"
description = ""
readme = "README.md"
authors = []
Expand Down