pyproject: update daily-python to 0.9.0

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-28 17:52:50 -07:00
parent 39f41ab25e
commit 6a68d9a57e
3 changed files with 15 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ Website = "https://pipecat.ai"
[project.optional-dependencies]
anthropic = [ "anthropic~=0.25.7" ]
azure = [ "azure-cognitiveservices-speech~=1.37.0" ]
daily = [ "daily-python~=0.8.0" ]
daily = [ "daily-python~=0.9.0" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ]
fal = [ "fal-client~=0.4.0" ]
google = [ "google-generativeai~=0.5.3" ]