Skip to content

Commit c542b74

Browse files
committed
Release updates
1 parent 56b28e3 commit c542b74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Clone the repository and install dependencies to a virtual environment:
5353

5454
```console
5555
cd agent-starter-python
56-
uv sync --prerelease=allow
56+
uv sync
5757
```
5858

5959
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:

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
99
requires-python = ">=3.9"
1010

1111
dependencies = [
12-
"livekit-agents[turn-detector]~=1.3.0rc2",
13-
"livekit-plugins-silero~=1.3.0rc1",
12+
"livekit-agents[silero,turn-detector]~=1.3.2",
1413
"livekit-plugins-noise-cancellation~=0.2",
1514
"python-dotenv",
1615
]

0 commit comments

Comments
 (0)