Deepgram-sdk

Latest version: v3.7.7

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

3.0.2

What's Changed
* Fix `__getitem__` In Repsonses by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/238
* Improved Exception Message for REST Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/242
* Revert Unintented Marshalling Changes by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/241
* Enforce Python Version (3.10+) With Deps by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/239
* Missing Speaker Index on Live Stream by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/243
* Fix Missing Values After Audit by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/244

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.1...v3.0.2

3.0.1

What's Changed
* Update README for SemVer Guidance by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/221
* Fix Async Live Callback Definition by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/227
* Deprecation Warning on Deepgram Class from Version 2 by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/229
* Update README.md - Firm Min Support by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/224
* Fix dup/merge conflict for `examples/streaming/http` by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/218
* Expose Response Classes for Inheritance by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/232
* Implements UtteranceEnd Message for Live/Streaming Client by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/233

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0...v3.0.1

3.0.0

What's Changed
* [FEATURE] adds python-v3 files by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/156
* [FEATURE] Restructure Python v3 (Part 2) - Update Project Settings by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/172
* [FEATURE] Restructure Python v3 (Part 3) - Separation of Concerns by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/173
* [FEATURE] Restructure Python v3 (Part 4) - Removes `__pycache__` Dirs by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/174
* [FEATURE] Restructure Python v3 (Part 5) - Rename Files to Remove Redundancy by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/175
* [FEATURE] Restructure Python v3 (Part 6) - Add License Headers by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/176
* [FEATURE] Restructure Python v3 (Part 7) - Support API Versioning by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/177
* [FEATURE] Implement All Examples for API Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/182
* [FEATURE] Refactor Live Client for v3 by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/186
* [CHORE] Fix SetupTools Packaging by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/189
* [FEATURE] Refactor and Improve Versioning Mechanism by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/190
* [BUG] Fix README Spacing Breaking CD Publishing by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/191
* [CHORE] Update All Files Using Black Formatter by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/193
* [BUG] CD Release Fixes & SetupTools by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/192
* [FEATURE] Implement Logging Levels for Supportability, Fixes for Prerecorded Response Types by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/194
* [FEATURE] Implements Additional Logging (Logging Input Structs) by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/195
* [FEATURE] Suggested Poetry Config by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/197
* [FEATURE] made the api key optional for on-prem by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/198
* [CHORE] Separate Options from Responses, Favor Using Option Classes by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/199
* [FEATURE] Implement Sync (Default) and Async For All Functions/Classes by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/200
* [CHORE] Dont CheckIn IDE Settings (VSCode) by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/201
* [CHORE] update readme by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/202
* [FEATURE] Enable Development Releases by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/204
* [BUG] Fix Dev Workflow to Get Tag Name Only by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/205
* [FEATURE] Fix Dynamic Loading of PyAudio by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/206
* [FEATURE] Provide Timeout Capabilities for Sync Functions by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/207
* [BUG] Query options appended by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/208
* [FEATURE] Updates to README, examples, and More PyDocs by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/209
* [FEATURE] LiveClient: Pass Self in Callbacks, Make Async/Sync Client StartUp Same by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/213
* [FEATURE] Custom Query Parameters on URL for API Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/215
* [CHORE] Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/214
* [CHORE] WS Protocol Ping & Some Clean Up by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/216

New Contributors
* dvonthenen made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/172

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v2.12.0...v3.0.0

3.0.0rc.3

What's Changed
* Custom Query Parameters on URL for API Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/215
* Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/214

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-rc.2...v3.0.0-rc.3

3.0.0rc.2

What's Changed
* Updates to README, examples, and More PyDocs by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/209
* [LiveClient] Pass Self in Callbacks, Make Async/Sync Client StartUp Same by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/213

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-rc.1...v3.0.0-rc.2

3.0.0rc.1

What's Changed
* Provide Timeout Capabilities for Sync Functions by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/207
* Query options appended by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/208

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-beta.2...v3.0.0-rc.1

Page 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.