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 9 of 11

3.0.0alpha.1

What's Changed
* adds python-v3 files by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/156
* Restructure Python v3 (Part 2) - Update Project Settings by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/172
* Restructure Python v3 (Part 3) - Separation of Concerns by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/173
* Restructure Python v3 (Part 4) - Removes `__pycache__` Dirs by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/174
* Restructure Python v3 (Part 5) - Rename Files to Remove Redundancy by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/175
* Restructure Python v3 (Part 6) - Add License Headers by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/176
* Restructure Python v3 (Part 7) - Support API Versioning by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/177
* Implement All Examples for API Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/182
* Refactor Live Client for v3 by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/186

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-alpha.1

2.12.0

What's Changed
* Bump cryptography from 41.0.2 to 41.0.3 in /sample-projects/streaming-audio/Django/live-transcription-django/stream by dependabot in https://github.com/deepgram/deepgram-python-sdk/pull/125
* feat: Add KeepAlive by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/120
* docs: Add testing instructions by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/128
* docs: adds instructions for getting test coverage report by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/129
* test: fixed pytests and added a new one by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/124
* test: fixed tests! by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/132
* feat: Error and warning improvements by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/122
* test: added test cases for features & testing for JSON structure by SaarthShah in https://github.com/deepgram/deepgram-python-sdk/pull/133
* feat: added regex validation for API key by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/135
* docs: Add setup section to readme to install test packages by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/130
* test: Added Tests for Billing and Projects by SaarthShah in https://github.com/deepgram/deepgram-python-sdk/pull/134
* docs: updates readme with tagline by jpvajda in https://github.com/deepgram/deepgram-python-sdk/pull/136
* test: adds examples folder with projects to do local testing by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/137
* fix: process messages after websocket closes by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/123
* docs: Add Discord badge to README by robertlent in https://github.com/deepgram/deepgram-python-sdk/pull/142
* docs: fixed readme badge alignment by jpvajda in https://github.com/deepgram/deepgram-python-sdk/pull/147
* docs: Update README.md by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/148
* docs: Update README.md to add on prem info by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/150
* docs: Update README.md to remove json language identifier by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/149

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

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

2.11.0

What's Changed
* feat: filler words release by lukeocodes in https://github.com/deepgram/deepgram-python-sdk/pull/119
* feat: Update deprecated empty-byte close-stream by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/121

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/2.10.0...2.11.0

2.10.0

What's Changed
* Fix: Extend multiple-term Find & Replace to <=py3.9 by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/115


**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/2.9.0...2.10.0

2.9.0

What's Changed
* chore: updated to working BBC url by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/98
* fix: Fix build for Windows machines by bd-g in https://github.com/deepgram/deepgram-python-sdk/pull/102
* feat: Multiple-terms Find and Replace by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/99
* feat: Caption enhancements - punctuation and testing by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/97
* feat: add warning metadata and summarisation result to response type by lukeocodes in https://github.com/deepgram/deepgram-python-sdk/pull/107

New Contributors
* SandraRodgers made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/98
* bd-g made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/102
* lukeocodes made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/107

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/2.8.0...2.9.0

2.8.0

What's Changed
* feat: add keyword_boost option by briancbarrow in https://github.com/deepgram/deepgram-python-sdk/pull/82
* feat: added endpoint option to transcription classes by briancbarrow in https://github.com/deepgram/deepgram-python-sdk/pull/85
* feat: added timeout parameter for prerecorded requests by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/89
* chore: readme updates by jpvajda in https://github.com/deepgram/deepgram-python-sdk/pull/93
* feat: Add extra post-processing to generate SRT and WebVTT captions by jkroll-deepgram in https://github.com/deepgram/deepgram-python-sdk/pull/95
* feat: Fixed class types for the request by SaarthShah in https://github.com/deepgram/deepgram-python-sdk/pull/96
* feat: changed summarize to be string or boolean to support new v2 by briancbarrow in https://github.com/deepgram/deepgram-python-sdk/pull/94

New Contributors
* jjmaldonis made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/89
* jpvajda made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/93
* jkroll-deepgram made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/95
* SaarthShah made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/96

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/2.5.0...2.8.0

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.