Merge pull request #4304 from pipecat-ai/mb/tavus-deps

Add missing daily-python dependency for tavus extra
This commit is contained in:
Mark Backman
2026-04-14 18:14:19 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
changelog/4304.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `pipecat-ai[tavus]` not installing the required `daily-python` dependency. Installing the `tavus` extra now correctly pulls in `pipecat-ai[daily]`.

View File

@@ -115,7 +115,7 @@ soniox = [ "pipecat-ai[websockets-base]" ]
soundfile = [ "soundfile~=0.13.1" ]
speechmatics = [ "speechmatics-voice[smart]~=0.2.8" ]
strands = [ "strands-agents>=1.9.1,<2" ]
tavus=[]
tavus = [ "pipecat-ai[daily]" ]
together = []
tracing = [ "opentelemetry-sdk>=1.33.0,<2", "opentelemetry-api>=1.33.0,<2", "opentelemetry-instrumentation>=0.54b0,<1" ]
ultravox = [ "pipecat-ai[websockets-base]" ]