From 28d4f242950525702095420a8d519e999ae95e70 Mon Sep 17 00:00:00 2001 From: "lk-agents-sync[bot]" Date: Wed, 23 Sep 2026 19:07:24 +0000 Subject: [PATCH] chore: bump livekit-agents to 1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `livekit-agents` → `1.8.3` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c79ce74..408199c 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.8", + "livekit-agents==1.8.3", "livekit-plugins-ai-coustics~=0.3", "python-dotenv", ]