Update required pipecat-ai version for quickstart

This commit is contained in:
Mark Backman
2025-09-01 20:52:44 -04:00
parent 447e3b28eb
commit 547b126d98
2 changed files with 2 additions and 2 deletions

View File

@@ -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,runner]>=0.0.79",
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,runner]>=0.0.82",
"pipecatcloud>=0.2.4"
]

View File

@@ -1727,7 +1727,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "pipecat-ai", extras = ["webrtc", "daily", "silero", "deepgram", "openai", "cartesia", "runner"], specifier = ">=0.0.79" },
{ name = "pipecat-ai", extras = ["webrtc", "daily", "silero", "deepgram", "openai", "cartesia", "runner"], specifier = ">=0.0.82" },
{ name = "pipecatcloud", specifier = ">=0.2.4" },
]