Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit a8eb752

Browse files
authored
Specifying explicit transitive dependency for uvloop due to Python version conflict (#3675)
Adding a temporary fix until uvicorn fix is released
1 parent a945338 commit a8eb752

File tree

1 file changed

+1
-0
lines changed
  • heron/tools/ui/src/python

1 file changed

+1
-0
lines changed

heron/tools/ui/src/python/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pex_library(
1313
"jinja2==2.11.2",
1414
"aiofiles==0.5.0",
1515
"uvicorn==0.11.7",
16+
"uvloop==0.14.0",
1617
],
1718
deps = [
1819
"//heron/common/src/python:common-py",

0 commit comments

Comments
 (0)