Release updates

This commit is contained in:
Kat Ahn
2025-11-17 00:14:21 -08:00
parent 56b28e369c
commit c542b74724
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -2
View File
@@ -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",
]