We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b213d22 commit ee2c263Copy full SHA for ee2c263
py/BUILD.bazel
@@ -332,7 +332,7 @@ py_wheel(
332
"trio-websocket>=0.12.2,<1.0",
333
"certifi>=2025.6.15",
334
"typing_extensions>=4.14.0,<5.0",
335
- "websocket-client>=1.8.0<2.0",
+ "websocket-client>=1.8.0,<2.0",
336
],
337
strip_path_prefixes = [
338
"py/",
py/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
32
33
34
35
]
36
37
[project.urls]
0 commit comments