chore(deps): pin sdk dependencies to patch version (#77)

* chore(deps): pin sdk dependencies to patch

* chore(ci): use python3.14 in CI

* feat(ci): auto-tag when sdk version change merged to main

* chore(ci): use actions/checkout@v6
This commit is contained in:
Tobias Fried
2026-05-22 15:35:16 -06:00
committed by GitHub
parent 45fcedbb46
commit e129da7cd1
5 changed files with 98 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.10, <3.15"
dependencies = [
"livekit-agents[silero,turn-detector]~=1.5",
"livekit-agents[silero,turn-detector]==1.5.12",
"livekit-plugins-ai-coustics~=0.2",
"python-dotenv",
]