From f31b78f6d6697eee21b43511dc3de9aed7295577 Mon Sep 17 00:00:00 2001 From: Topherhindman Date: Fri, 5 Jun 2026 07:50:08 -0700 Subject: [PATCH] chore: bump livekit-agents to 1.5.17 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `livekit-agents` → `1.5.17` Co-authored-by: lk-agents-sync[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f554964..dab8f85 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.10, <3.15" dependencies = [ - "livekit-agents[silero,turn-detector]==1.5.16", + "livekit-agents[silero,turn-detector]==1.5.17", "livekit-plugins-ai-coustics~=0.2", "python-dotenv", ]