Skip to content

Commit a327e48

Browse files
committed
Force websockets to version 13.1
1 parent 2c0cfe7 commit a327e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='python-banyan',
8-
version='3.14',
8+
version='3.15',
99
packages=[
1010
'python_banyan',
1111
'python_banyan.banyan_base',
@@ -27,7 +27,7 @@
2727
'msgpack-numpy',
2828
'psutil',
2929
'apscheduler',
30-
'websockets'
30+
'websockets==13.1'
3131
],
3232

3333
entry_points={

0 commit comments

Comments
 (0)