Merge pull request #1906 from pipecat-ai/aleix/daily-python-0.19.1

pyproject: update daily-python to 0.19.1
This commit is contained in:
Aleix Conchillo Flaqué
2025-05-28 09:05:13 -07:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Upgraded `daily-python` to 0.19.1.
- ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle - ⚠️ Updated `SmallWebRTCTransport` to align with how other transports handle
`on_client_disconnected`. Now, when the connection is closed and no reconnection `on_client_disconnected`. Now, when the connection is closed and no reconnection
is attempted, `on_client_disconnected` is called instead of `on_client_close`. The is attempted, `on_client_disconnected` is called instead of `on_client_close`. The

View File

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