Commit ab073a5
committed
dependencies: pin trio-websocket to 0.11.1
trio-websocket v0.12 introduced a bug that causes the library to use
port 80 for wss urls instead of port 443. Details are in the PR:
python-trio/trio-websocket#197
Pin the trio-websocket dependency to v0.11.1 until the fix is
merged and released.
Signed-off-by: Sam Friedman <[email protected]>1 parent aaa3325 commit ab073a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments