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 2020/11/28 11:56:13 UTC

[GitHub] [airflow] auvipy opened a new pull request #12688: attempt to upgrade mysqlclient

auvipy opened a new pull request #12688:
URL: https://github.com/apache/airflow/pull/12688


   https://github.com/apache/airflow/issues/8292


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
auvipy commented on a change in pull request #12688:
URL: https://github.com/apache/airflow/pull/12688#discussion_r584909687



##########
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:
       this PR is older then that




----------------------------------------------------------------
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



[GitHub] [airflow] github-actions[bot] commented on pull request #12688: attempt to upgrade mysqlclient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12688:
URL: https://github.com/apache/airflow/pull/12688#issuecomment-787209779


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.


----------------------------------------------------------------
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



[GitHub] [airflow] github-actions[bot] closed pull request #12688: attempt to upgrade mysqlclient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #12688:
URL: https://github.com/apache/airflow/pull/12688


   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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