From 6100b0ea866598acb33e6133b8fe0a7d56eaf532 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Thu, 25 Sep 2025 18:24:42 +0530 Subject: [PATCH] chore: update pipecat sha --- api/Dockerfile | 2 +- api/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 1e861cf..abe7b66 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -21,7 +21,7 @@ RUN pip install --user --no-cache-dir -r requirements.txt && \ # Force reinstall of pipecat on every build (cache bust) ARG CACHEBUST=1 -RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@bcbd158#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \ +RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@f88c8a0#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \ # Clean up pip cache after pipecat installation rm -rf /root/.cache/pip diff --git a/api/requirements.txt b/api/requirements.txt index e8acbc0..4e3644c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure,soundfile,silero,webrtc] @ git+https://github.com/dograh-hq/pipecat.git@bcbd158 +pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure,soundfile,silero,webrtc] @ git+https://github.com/dograh-hq/pipecat.git@f88c8a0 langfuse==3.4.0 fastapi==0.116.2 asyncpg==0.30.0