Skip to content

Commit d92d03e

Browse files
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 d92d03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pyyaml",
2828
"rich",
2929
"trio",
30-
"trio-websocket",
30+
"trio-websocket==0.11.1",
3131
]
3232

3333
[project.scripts]

0 commit comments

Comments
 (0)