diff --git a/pyproject.toml b/pyproject.toml index c79ce74..408199c 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.8", + "livekit-agents==1.8.3", "livekit-plugins-ai-coustics~=0.3", "python-dotenv", ]