Skip to content

Commit c4a9c1f

Browse files
authored
Fix dependency version specification for livekit-agents
1 parent f31b78f commit c4a9c1f

1 file changed

Lines changed: 1 addition & 1 deletion

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[silero,turn-detector]==1.5.17",
12+
"livekit-agents[silero,turn-detector]^=1.5.17",
1313
"livekit-plugins-ai-coustics~=0.2",
1414
"python-dotenv",
1515
]

0 commit comments

Comments
 (0)