diff --git a/src/agents/pyproject.toml b/src/agents/pyproject.toml index 0ff36ff1..6eb70bae 100644 --- a/src/agents/pyproject.toml +++ b/src/agents/pyproject.toml @@ -4,9 +4,9 @@ name = "agents" version = "1.1.0" requires-python = ">=3.12" dependencies = [ - "livekit-agents==1.2.18", - "livekit-plugins-deepgram==1.2.18", - "livekit-plugins-silero==1.2.18", + "livekit-agents==1.3.10", + "livekit-plugins-deepgram==1.3.10", + "livekit-plugins-silero==1.3.10", "python-dotenv==1.2.1" ]