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:
+1
-1
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user