Skip to content

Commit e2b595b

Browse files
[py] Correct typing_extension dependency for wheel generation
1 parent 9a044b8 commit e2b595b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ py_wheel(
242242
"trio~=0.17",
243243
"trio-websocket~=0.9",
244244
"certifi>=2021.10.8",
245+
"typing_extensions>=4.9.0",
245246
],
246247
strip_path_prefixes = [
247248
"py/",

0 commit comments

Comments
 (0)