From ba023248d9f4bea3ad45b02f4979f1ad89840c91 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 14 Apr 2026 17:48:37 -0400 Subject: [PATCH 1/2] Add missing daily-python dependency for tavus extra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22716f93d..ee419ab90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]" ] From b834a893fee98f995281d74592f643ea9e68ba7f Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 14 Apr 2026 17:52:29 -0400 Subject: [PATCH 2/2] Add changelog for #4304 --- changelog/4304.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4304.fixed.md diff --git a/changelog/4304.fixed.md b/changelog/4304.fixed.md new file mode 100644 index 000000000..f10b5bc54 --- /dev/null +++ b/changelog/4304.fixed.md @@ -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]`.