Skip to content

Commit

Permalink
Merge pull request #363 from deepgram/readme-updates
Browse files Browse the repository at this point in the history
adds section on backwards compatability
  • Loading branch information
dvonthenen committed Apr 10, 2024
2 parents b638dc2 + 9e1bbf3 commit 3904fcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps w
- [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
- [Examples](#examples)
- [Logging](#logging)
- [Backwards Compatibility](#backwards-compatibility)
- [Development and Contributing](#development-and-contributing)
- [Getting Help](#getting-help)

Expand Down Expand Up @@ -221,6 +222,9 @@ config: DeepgramClientOptions = DeepgramClientOptions(
)
deepgram: DeepgramClient = DeepgramClient("", config)
```
# Backwards Compatibility

Older SDK versions will receive Priority 1 (P1) bug support only. Security issues, both in our code and dependencies, are promptly addressed. Significant bugs without clear workarounds are also given priority attention.

# Development and Contributing

Expand Down

0 comments on commit 3904fcc

Please sign in to comment.