From e7b7efe1177cc26a0b8c2a6d5007b92f8a3407d1 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 24 Jan 2023 14:24:02 +0530 Subject: [PATCH] marvin: install mysql-connector-python version 8.0.31 (#7111) --- tools/marvin/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index b49d9f62781..59dbfd2b52a 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -46,7 +46,7 @@ setup(name="Marvin", "marvin.sandbox.basic"], license="LICENSE.txt", install_requires=[ - "mysql-connector-python >= 1.1.6", + "mysql-connector-python <= 8.0.30", "requests >= 2.2.1", "paramiko >= 1.13.0", "nose >= 1.3.3",