Skip to content

Commit ee2c263

Browse files
committed
[py] Fix typo
1 parent b213d22 commit ee2c263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ py_wheel(
332332
"trio-websocket>=0.12.2,<1.0",
333333
"certifi>=2025.6.15",
334334
"typing_extensions>=4.14.0,<5.0",
335-
"websocket-client>=1.8.0<2.0",
335+
"websocket-client>=1.8.0,<2.0",
336336
],
337337
strip_path_prefixes = [
338338
"py/",

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"trio-websocket>=0.12.2,<1.0",
3232
"certifi>=2025.6.15",
3333
"typing_extensions>=4.14.0,<5.0",
34-
"websocket-client>=1.8.0<2.0",
34+
"websocket-client>=1.8.0,<2.0",
3535
]
3636

3737
[project.urls]

0 commit comments

Comments
 (0)