Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"
name = "agent-starter-python"
version = "1.0.0"
description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.10, <3.14"
requires-python = ">=3.10, <3.15"

dependencies = [
"livekit-agents[silero,turn-detector]~=1.3",
"livekit-agents[silero,turn-detector]~=1.4",
"livekit-plugins-noise-cancellation~=0.2",
"python-dotenv",
]
Expand Down