pyproject: update daily-python to 0.19.4

This commit is contained in:
Aleix Conchillo Flaqué
2025-07-02 09:51:36 -07:00
parent f9086ee3a2
commit de5f9c9217
2 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `session_token` parameter to `AWSNovaSonicLLMService`.
### Changed
- Upgraded `daily-python` to 0.19.4.
### Fixed
- Fixed a race condition that occurs in Python 3.10+ where the task could miss

View File

@@ -48,7 +48,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"]
cartesia = [ "cartesia~=2.0.3", "websockets~=13.1" ]
cerebras = []
deepseek = []
daily = [ "daily-python~=0.19.3" ]
daily = [ "daily-python~=0.19.4" ]
deepgram = [ "deepgram-sdk~=4.1.0" ]
elevenlabs = [ "websockets~=13.1" ]
fal = [ "fal-client~=0.5.9" ]