Skip to content

Commit c3b6692

Browse files
pacrobfselmo
authored andcommitted
pin websockets <14 due to breaking changes
1 parent dc46ee3 commit c3b6692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3529.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin ``websockets<14`` due to breaking changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"requests>=2.23.0",
7979
"typing-extensions>=4.0.1",
8080
"types-requests>=2.0.0",
81-
"websockets>=10.0.0",
81+
"websockets>=10.0.0,<14.0.0",
8282
"pyunormalize>=15.0.0",
8383
],
8484
python_requires=">=3.8, <4",

0 commit comments

Comments
 (0)