Which version of the Deepgram Python SDK can I use with Python 3.8 or Python 3.9?
The most recent version of Deepgram's Python SDK requires Python 3.10 or above. You can use v2 of the Deepgram Python SDK with older versions of Python.
Last updated
The most recent version of Deepgram's Python SDK requires Python 3.10 or above. You can use v2 of the Deepgram Python SDK with older versions of Python.
Version 2.12.0 of the Deepgram SDK supports Python 3.8 and Python 3.9. You can install it with pip install deepgram-sdk==2.12.0. Please note this version of the SDK is was last updated in November 2023 and will not include updates to the Python SDK after November 2023.
Deepgram chose Python 3.10 as the minimum Python version due to dependency requirements and Python's end-of-life status -- Python 3.8 will not be supported after October 2024, and Python 3.9 will not be supported after October 2025.
If you're able to upgrade to Python 3.10, we highly recommend doing so.
The documentation for version 2.12.0 of the Python SDK can be found in the repository under the appropriate tag: https://github.com/deepgram/deepgram-python-sdk/tree/v2.12.0
Last updated