Merge pull request #1421 from pipecat-ai/aleix/rollback-deepgram-to-3.8.0

pyproject: rollback deepgram-sdk to 3.8.0
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-20 16:16:08 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Rollback to `deepgram-sdk` 3.8.0 since 3.10.1 was causing connections issues.
- Changed the default `InputAudioTranscription` model to `gpt-4o-transcribe`
for `OpenAIRealtimeBetaLLMService`.

View File

@@ -49,7 +49,7 @@ neuphonic = [ "pyneuphonic~=1.5.13", "websockets~=13.1" ]
cerebras = []
deepseek = []
daily = [ "daily-python~=0.15.0" ]
deepgram = [ "deepgram-sdk~=3.10.1" ]
deepgram = [ "deepgram-sdk~=3.8.0" ]
elevenlabs = [ "websockets~=13.1" ]
fal = [ "fal-client~=0.5.9" ]
fish = [ "ormsgpack~=1.7.0", "websockets~=13.1" ]