From 995bd2234d6c87a393efde626c40f55532d8916c Mon Sep 17 00:00:00 2001 From: "ayush.goyal" Date: Tue, 22 Aug 2023 00:14:13 +0530 Subject: [PATCH] [build] Pin mysqlclient 2.1.1 in Hue build time --- tools/docker/hue/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/hue/Dockerfile b/tools/docker/hue/Dockerfile index 9e637140f63..306a05bb244 100644 --- a/tools/docker/hue/Dockerfile +++ b/tools/docker/hue/Dockerfile @@ -86,7 +86,7 @@ RUN ./build/env/bin/pip install --no-cache-dir \ # install after sqlalchemy-clickhouse and version == 1.0.4 \ # otherwise Code: 516, Authentication failed will display \ infi.clickhouse_orm==1.0.4 \ - mysqlclient \ + mysqlclient==2.1.1 \ PyAthena==2.25.2 # PyAthena == 3.x.x is latest, but not working with current configuration \ # otherwise, 'VisitableType' object is not subscriptable in Hue UI