Skip to content

Commit

Permalink
PlayAI plugin: bump Python SDK version (fix websockets interrupt hand…
Browse files Browse the repository at this point in the history
…ling) (#1427)
  • Loading branch information
bryananderson authored Jan 29, 2025
1 parent ab37531 commit 4ebbb87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-ducks-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-plugins-playai": patch
---

PlayAI plugin: bump Python SDK version (fix websockets interrupt handling)
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-playai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
python_requires=">=3.9.0",
install_requires=[
"livekit-agents[codecs]>=0.12.3",
"pyht>=0.1.11",
"pyht>=0.1.12",
"aiohttp",
"livekit",
],
Expand Down

0 comments on commit 4ebbb87

Please sign in to comment.