Merge pull request #1551 from pipecat-ai/aleix/daily-python-0.17.0

pyproject: update daily-python to 0.17.0
This commit is contained in:
Aleix Conchillo Flaqué
2025-04-10 09:06:55 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Updated `daily-python` to 0.17.0 to fix an issue that was preventing to run on
older platforms.
- Fixed an issue in the Azure TTS services where the language was being set
incorrectly.

View File

@@ -47,7 +47,7 @@ canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.4.0", "websockets~=13.1" ]
cerebras = []
deepseek = []
daily = [ "daily-python~=0.16.1" ]
daily = [ "daily-python~=0.17.0" ]
deepgram = [ "deepgram-sdk~=3.8.0" ]
elevenlabs = [ "websockets~=13.1" ]
fal = [ "fal-client~=0.5.9" ]