We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac71f0 commit 17b01c1Copy full SHA for 17b01c1
.gitignore
@@ -9,4 +9,4 @@ KMS
9
.vscode
10
*.egg-info
11
.pytest_cache
12
-.ruff_cache
+.ruff_cache
pyproject.toml
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9"
dependencies = [
- "livekit-agents[turn-detector,silero]~=1.2.11",
+ "livekit-agents[turn-detector,silero]~=1.2",
13
"livekit-plugins-noise-cancellation~=0.2",
14
"python-dotenv",
15
]
0 commit comments