From 7c53a9b613fa086342f19af0ed501fc43e473ee6 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Mon, 8 Jun 2026 11:41:00 -0700 Subject: [PATCH] Fix dependency version specification for livekit-agents (#86) * Fix dependency version specification for livekit-agents * Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dab8f85..182eb1f 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.17", + "livekit-agents[silero,turn-detector]>=1.5.17", "livekit-plugins-ai-coustics~=0.2", "python-dotenv", ]