Releases: deepgram/deepgram-python-sdk
Releases · deepgram/deepgram-python-sdk
v7.1.1
v7.1.0
v7.0.0
v6.1.1
v6.1.0
v6.0.1
v6.0.0
6.0.0 (2026-02-23)
⚠ BREAKING CHANGES
- promote v6.0.0-rc.2 to v6.0.0 stable
- Fully generated WebSocket clients for Listen v1/v2, Speak v1, and Agent v1, replacing all hand-rolled WebSocket code from v5
- Simplified send methods: send_media() accepts raw bytes directly, control messages use dedicated methods (send_keep_alive(), send_finalize(), send_flush()) instead of generic send_control()
- New domain-specific type system (deepgram.listen.v1.types, deepgram.agent.v1.types) replacing shared barrel imports from deepgram.extensions.types.sockets
- Agent settings types renamed to match generated schema hierarchy (e.g. AgentV1SettingsMessage → AgentV1Settings)
Features
- promote v6.0.0-rc.2 to v6.0.0 stable (34f543e)
- feat!: v6.0.0 stable — fully generated SDK with WebSocket support
- Custom WebSocket transport support for alternative runtimes
- TextBuilder class for TTS pronunciation and pause controls
- SageMaker transport extracted to separate deepgram-sagemaker package
- 22 production-ready examples covering auth, transcription, voice agents, TTS, text intelligence, and management APIs
- CI matrix testing across Python 3.8–3.13
v6.0.0-rc.2
v6.0.0-rc.1
⚠ BREAKING CHANGES
- v6 — fully generated SDK with latest APIs and WebSocket support (#640)
Features
- helpers: add TextBuilder class for TTS pronunciation and pause controls (#660)
- sagemaker: add SageMaker transport for running Deepgram on AWS SageMaker endpoints (#659)
- v6 — fully generated SDK with latest APIs and WebSocket support (#640)
- websockets: add custom WebSocket transport support (#658)
Install
pip install deepgram-sdk==6.0.0rc1v5.3.2
5.3.2 (2026-01-29)
Bug Fixes
- speak: correct TTS warning event field names to match API response (#653) (f7ab1da)
- types: change speaker and related fields from float to int (#652) (00ee485), closes #641
- websockets: support array parameters in Listen v1 and v2 clients (#650) (38cc1e5)
Miscellaneous Chores
- release 5.3.2 (d61ce8c)