Skip to content

Commit 524ee63

Browse files
committed
upgrade python packages:
- [email protected] PlayAI: Avoid websocket reconnections for each request - livekit/agents#1387 - [email protected] improved TTFB metrics for streaming TTS - livekit/agents#1431 PlayAI plugin: bump Python SDK version (fix websockets interrupt handling) - livekit/agents#1427
1 parent 0eadc66 commit 524ee63

File tree

3 files changed

+64
-171
lines changed

3 files changed

+64
-171
lines changed

apps/webrtc-server/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"livekit-agents>=0.12.8",
8+
"livekit-agents>=0.12.11",
99
"livekit-plugins-openai>=0.10.14",
10-
"livekit-plugins-playai>=1.0.5",
10+
"livekit-plugins-playai>=1.0.7",
1111
"livekit-plugins-silero>=0.7.4",
1212
"livekit-protocol>=0.8.0",
1313
"livekit>=0.18.3",

0 commit comments

Comments
 (0)