Skip to content

Commit

Permalink
Merge branch 'trunk' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 authored Jul 24, 2024
2 parents 15ae3e6 + 2f720a9 commit bed1e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ py_library(
imports = ["."],
visibility = ["//visibility:public"],
deps = [
requirement("typing_extensions"),
requirement("urllib3"),
requirement("trio"),
requirement("trio_websocket"),
requirement("urllib3"),
requirement("certifi"),
requirement("typing_extensions"),
requirement("websocket-client"),
],
)
Expand Down Expand Up @@ -295,8 +295,8 @@ py_wheel(
"trio~=0.17",
"trio-websocket~=0.9",
"certifi>=2021.10.8",
"typing_extensions~=4.9.0",
"websocket-client==1.8.0",
"typing_extensions~=4.9",
"websocket-client~=1.8",
],
strip_path_prefixes = [
"py/",
Expand Down
4 changes: 2 additions & 2 deletions py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"trio~=0.17",
"trio-websocket~=0.9",
"certifi>=2021.10.8",
"typing_extensions~= 4.9.0",
"websocket-client==1.8.0",
"typing_extensions~=4.9",
"websocket-client~=1.8",
],
'rust_extensions': [
RustExtension(
Expand Down

0 comments on commit bed1e90

Please sign in to comment.