From c8b7816d5ee064f4c5affe79124de4a9394e4f56 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Wed, 1 Jul 2026 16:59:18 +0200 Subject: [PATCH] marvin: install mysql-connector-python >= 8.4.0 (#13482) --- 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 919b544d133..3023158716f 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 <= 8.4.0", + "mysql-connector-python >= 8.4.0", "requests >= 2.2.1", "paramiko >= 1.13.0", "nose >= 1.3.3",