Skip to content

Commit e587683

Browse files
luissimasdimaqq
authored andcommitted
chore: restrict websockets library version
Restricts the websockets library version to only install releases before 14.0. This is needed since websockets 14 introduces a number of breaking changes that are not compatible with python-libjuju.
1 parent 6c6d70d commit e587683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'macaroonbakery>=1.1,<2.0',
2727
'pyRFC3339>=1.0,<2.0',
2828
'pyyaml>=5.1.2',
29-
'websockets>=8.1',
29+
'websockets>=8.1,<14.0',
3030
'paramiko>=2.4.0',
3131
'pyasn1>=0.4.4',
3232
'toposort>=1.5,<2',

0 commit comments

Comments
 (0)