From 795c5e55d9c2567ffd62991b8b04e9dbeef23081 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Sat, 27 Sep 2025 08:30:37 -0400 Subject: [PATCH] Quickstart: Update to 0.0.86, removing pytorch requirements --- examples/quickstart/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart/pyproject.toml b/examples/quickstart/pyproject.toml index fb3817f90..5d9df3eb4 100644 --- a/examples/quickstart/pyproject.toml +++ b/examples/quickstart/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Quickstart example for building voice AI bots with Pipecat" requires-python = ">=3.10" dependencies = [ - "pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner]>=0.0.85", + "pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner]>=0.0.86", "pipecatcloud>=0.2.4" ]