Skip to content

Commit 7c53a9b

Browse files
authored
Fix dependency version specification for livekit-agents (#86)
* Fix dependency version specification for livekit-agents * Update pyproject.toml
1 parent f31b78f commit 7c53a9b

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)