From 740ee4e343b7511509e7cc0b065d9a3160c76aea Mon Sep 17 00:00:00 2001 From: "lk-agents-sync[bot]" Date: Mon, 1 Jun 2026 21:12:15 +0000 Subject: [PATCH] chore: bump livekit-agents to 1.5.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `livekit-agents` → `1.5.16` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f352db..f554964 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.12", + "livekit-agents[silero,turn-detector]==1.5.16", "livekit-plugins-ai-coustics~=0.2", "python-dotenv", ]