1.3 update

This commit is contained in:
Kat Ahn
2025-11-06 12:57:33 -08:00
parent 3121b12840
commit e397f1d05a
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9"
dependencies = [
"livekit-agents[silero,turn-detector]~=1.2",
"livekit-agents[silero,turn-detector]~=1.3.0rc1",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]