From c678e9420efc2225698f4ea3893c9759d82cd5bf Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 26 Dec 2025 16:15:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(agent)=20upgrade=20livekit-a?= =?UTF-8?q?gent=20related=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our custom LaSuite Kyutai plugin requires livekit-agent above 1.3.3. --- src/agents/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/agents/pyproject.toml b/src/agents/pyproject.toml index 0ff36ff1..6eb70bae 100644 --- a/src/agents/pyproject.toml +++ b/src/agents/pyproject.toml @@ -4,9 +4,9 @@ name = "agents" version = "1.1.0" requires-python = ">=3.12" dependencies = [ - "livekit-agents==1.2.18", - "livekit-plugins-deepgram==1.2.18", - "livekit-plugins-silero==1.2.18", + "livekit-agents==1.3.10", + "livekit-plugins-deepgram==1.3.10", + "livekit-plugins-silero==1.3.10", "python-dotenv==1.2.1" ]