From efb3862fda2dc05bcdadf931d723737f9f4cdbf0 Mon Sep 17 00:00:00 2001 From: Ans Imran Date: Thu, 5 Mar 2026 11:30:44 +0500 Subject: [PATCH 1/2] Update pyproject.toml doheny-surf-desk: bump livekit-agents min version --- complex-agents/doheny-surf-desk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex-agents/doheny-surf-desk/pyproject.toml b/complex-agents/doheny-surf-desk/pyproject.toml index c377f993..7c10f85b 100644 --- a/complex-agents/doheny-surf-desk/pyproject.toml +++ b/complex-agents/doheny-surf-desk/pyproject.toml @@ -5,7 +5,7 @@ description = "Doheny Surf Desk booking agent with multi-agent workflow" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "livekit-agents>=1.3.2", + "livekit-agents>=1.3.4", "livekit-plugins-openai>=1.3.2", "livekit-plugins-silero>=1.3.2", "livekit-plugins-turn-detector>=1.3.2", From 940727a13d60b0d0a86a798123dd2d4858d15a0b Mon Sep 17 00:00:00 2001 From: Ans Imran Date: Thu, 5 Mar 2026 12:07:14 +0500 Subject: [PATCH 2/2] Update pyproject.toml Fixes #76 --- complex-agents/doheny-surf-desk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex-agents/doheny-surf-desk/pyproject.toml b/complex-agents/doheny-surf-desk/pyproject.toml index 7c10f85b..4c33c029 100644 --- a/complex-agents/doheny-surf-desk/pyproject.toml +++ b/complex-agents/doheny-surf-desk/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "livekit-agents>=1.3.4", - "livekit-plugins-openai>=1.3.2", + "livekit-plugins-openai>=1.3.4", "livekit-plugins-silero>=1.3.2", "livekit-plugins-turn-detector>=1.3.2", "livekit-plugins-noise-cancellation~=0.2.5",