Skip to content

Commit 581b670

Browse files
royalfigclaude
andcommitted
Untrack uv.lock and loosen livekit-agents version constraint
uv.lock should not be tracked in the template (enforced by template-check.yml CI). Also change livekit-agents from ==1.6.0 to >=1.6.0 so the starter picks up newer compatible releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ee1b8cf commit 581b670

2 files changed

Lines changed: 1 addition & 2552 deletions

File tree

pyproject.toml

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

1111
dependencies = [
12-
"livekit-agents==1.6.0",
12+
"livekit-agents>=1.6.0",
1313
"livekit-plugins-ai-coustics~=0.2",
1414
"python-dotenv",
1515
]

0 commit comments

Comments
 (0)