Release updates

This commit is contained in:
Kat Ahn
2025-11-17 00:14:21 -08:00
parent 56b28e369c
commit c542b74724
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9"
dependencies = [
"livekit-agents[turn-detector]~=1.3.0rc2",
"livekit-plugins-silero~=1.3.0rc1",
"livekit-agents[silero,turn-detector]~=1.3.2",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]