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 6e439f8 commit f69260dCopy full SHA for f69260d
py/BUILD.bazel
@@ -286,8 +286,8 @@ py_wheel(
286
"trio~=0.17",
287
"trio-websocket~=0.9",
288
"certifi>=2021.10.8",
289
- "typing_extensions>=4.9.0",
290
- "websocket-client>=1.8.0",
+ "typing_extensions~=4.9.0",
+ "websocket-client==1.8.0",
291
],
292
strip_path_prefixes = [
293
"py/",
py/setup.py
@@ -76,11 +76,11 @@
76
77
'include_package_data': True,
78
'install_requires': [
79
- "typing_extensions~= 4.9",
80
"urllib3[socks]>=1.26,<3",
81
82
83
+ "typing_extensions~= 4.9.0",
84
"websocket-client==1.8.0",
85
86
'zip_safe': False
0 commit comments