Skip to content

Commit 3904fcc

Browse files
Merge pull request #363 from deepgram/readme-updates
adds section on backwards compatability
2 parents b638dc2 + 9e1bbf3 commit 3904fcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps w
1515
- [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
1616
- [Examples](#examples)
1717
- [Logging](#logging)
18+
- [Backwards Compatibility](#backwards-compatibility)
1819
- [Development and Contributing](#development-and-contributing)
1920
- [Getting Help](#getting-help)
2021

@@ -221,6 +222,9 @@ config: DeepgramClientOptions = DeepgramClientOptions(
221222
)
222223
deepgram: DeepgramClient = DeepgramClient("", config)
223224
```
225+
# Backwards Compatibility
226+
227+
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.
224228

225229
# Development and Contributing
226230

0 commit comments

Comments
 (0)