From b8944862f8567e795cad6fa8f71a48cb1d307fb4 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Thu, 9 Apr 2026 12:11:18 -0600 Subject: [PATCH] chore(deps): bump sdk version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13315ce..7911301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python" requires-python = ">=3.10, <3.15" dependencies = [ - "livekit-agents[silero,turn-detector]~=1.4", - "livekit-plugins-ai-coustics", + "livekit-agents[silero,turn-detector]~=1.5", + "livekit-plugins-ai-coustics~=0.2", "livekit-plugins-noise-cancellation~=0.2", "python-dotenv", ]