From b1ec4f205b2edb4eedd7314e3cd12de9f7129577 Mon Sep 17 00:00:00 2001 From: Kat Ahn Date: Mon, 17 Nov 2025 09:13:01 -0800 Subject: [PATCH] Update pyproject.toml Co-authored-by: Ben Cherry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4f4fd5..3f6a5ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python" requires-python = ">=3.9" dependencies = [ - "livekit-agents[silero,turn-detector]~=1.3.2", + "livekit-agents[silero,turn-detector]~=1.3", "livekit-plugins-noise-cancellation~=0.2", "python-dotenv", ]