diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6c369d7..fdb16fd83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 97101e3cc..8b7c8546a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]