diff --git a/pyproject.toml b/pyproject.toml index f7f4b59..cf8a7a1 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>=1.6.1", + "livekit-agents==1.6.2", "livekit-plugins-ai-coustics~=0.2", "python-dotenv", ]