Skip to content

Commit

Permalink
module websocket: limit websocket version to prevent error due to inc…
Browse files Browse the repository at this point in the history
…ompatible changes in websocket lib with version 13.0
  • Loading branch information
bmxp committed Nov 12, 2024
1 parent ee70bd1 commit a545e1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/websocket/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# modules: websocket
websockets>=8.1

# websocket module has breaking change in 13.0:
# see at https://websockets.readthedocs.io/en/stable/project/changelog.html#id14
websockets>=8.1,<13.0
janus>=0.5.0

0 comments on commit a545e1e

Please sign in to comment.