pyproject: depend on daily-python 0.8.0

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-23 13:10:48 -07:00
parent 8d7d1a7e24
commit 95bd58cced

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.7.4" ]
daily = [ "daily-python~=0.8.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" ]