From c542b747242bd71aa6ae472d5351eaa430a165fb Mon Sep 17 00:00:00 2001 From: Kat Ahn Date: Mon, 17 Nov 2025 00:14:21 -0800 Subject: [PATCH] Release updates --- README.md | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbcbdbc..01e9562 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Clone the repository and install dependencies to a virtual environment: ```console cd agent-starter-python -uv sync --prerelease=allow +uv sync ``` Sign up for [LiveKit Cloud](https://cloud.livekit.io/) then set up the environment by copying `.env.example` to `.env.local` and filling in the required keys: diff --git a/pyproject.toml b/pyproject.toml index 599965c..f4f4fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]