From f57884aa016250d9bc892cc723a3e0682ad4133b Mon Sep 17 00:00:00 2001 From: Gnought <1684105+gnought@users.noreply.github.com> Date: Sun, 28 Nov 2021 03:22:43 +0800 Subject: [PATCH] Update setup.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 039e58d37999c..4f63c284f7807 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ def get_git_sha() -> str: "impala": ["impyla>0.16.2, <0.17"], "kylin": ["kylinpy>=2.8.1, <2.9"], "mmsql": ["pymssql>=2.1.4, <2.2"], - "mysql": ["mysqlclient>=2.1.0"], + "mysql": ["mysqlclient>=2.1.0, <3"], "oracle": ["cx-Oracle>8.0.0, <8.1"], "pinot": ["pinotdb>=0.3.3, <0.4"], "postgres": ["psycopg2-binary==2.8.5"],