Skip to content

Commit 670e0bc

Browse files
committed
Update to livekit-agents 1.4, add Python 3.14 support
1 parent 45eb65b commit 670e0bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"
66
name = "agent-starter-python"
77
version = "1.0.0"
88
description = "Simple voice AI assistant built with LiveKit Agents for Python"
9-
requires-python = ">=3.10, <3.14"
9+
requires-python = ">=3.10, <3.15"
1010

1111
dependencies = [
12-
"livekit-agents[silero,turn-detector]~=1.3",
12+
"livekit-agents[silero,turn-detector]~=1.4",
1313
"livekit-plugins-noise-cancellation~=0.2",
1414
"python-dotenv",
1515
]

0 commit comments

Comments
 (0)