From 399db8a9288ee9ebcfcf0d5641a18965ffbd562a Mon Sep 17 00:00:00 2001 From: "lk-agents-sync[bot]" Date: Thu, 27 Aug 2026 03:37:38 +0000 Subject: [PATCH] chore: bump livekit-agents to 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `livekit-agents` → `1.7.1` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87520d3..7b1f8d5 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>=1.6.9", + "livekit-agents==1.7.1", "livekit-plugins-ai-coustics~=0.2", "python-dotenv", ]