Skip to content

Commit a270982

Browse files
committed
fixes #3031
1 parent a575f5c commit a270982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def str_to_bool(val: str) -> bool:
110110
uvloop,
111111
ujson,
112112
"aiofiles>=0.6.0",
113-
"websockets>=10.0",
113+
"websockets==14.1",
114114
"multidict>=5.0,<7.0",
115115
"html5tagger>=1.2.1",
116116
"tracerite>=1.0.0",

0 commit comments

Comments
 (0)