You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/28 21:08:14 UTC

[GitHub] [airflow] RosterIn commented on a change in pull request #12688: attempt to upgrade mysqlclient

RosterIn commented on a change in pull request #12688:
URL: https://github.com/apache/airflow/pull/12688#discussion_r584360961



##########
File path: setup.py
##########
@@ -363,8 +363,8 @@ def get_sphinx_theme_version() -> str:
     'pymssql~=2.1,>=2.1.5',
 ]
 mysql = [
-    'mysql-connector-python>=8.0.11, <=8.0.22',
-    'mysqlclient>=1.3.6,<1.4',
+    'mysql-connector-python>=8.0.11, <=8.0.18',

Review comment:
       why do you want to use older version of `mysql-connector-python`?
   see https://github.com/apache/airflow/pull/13370




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org