Contributions are welcome!
Requires Python 3.12+
Fork this repo on GitHub.
git clone https://github.com/YOUR_USERNAME/deepgram-python-sdk-transport-sagemaker.git
cd deepgram-python-sdk-transport-sagemakercurl -sSL https://install.python-poetry.org | python - -y --version 1.5.1Ensure Poetry is in your $PATH.
poetry installpoetry run pytest -rP .git add .
git commit -m "feat: your change description"git push origin mainOpen a pull request from your fork to the main repository.