ron819 commented on a change in pull request #4466: [AIRFLOW-3657] Fix zendesk integration URL: https://github.com/apache/airflow/pull/4466#discussion_r246675795
########## File path: setup.py ########## @@ -239,7 +239,7 @@ def write_version(filename=os.path.join(*['airflow', vertica = ['vertica-python>=0.5.1'] webhdfs = ['hdfs[dataframe,avro,kerberos]>=2.0.4'] winrm = ['pywinrm==0.2.2'] -zendesk = ['zdesk'] +zendesk = ['zdesk>=2.7.0'] Review comment: Why do we want to pin the version? The change to zendesk_hook.py makes it compatible with all versions doesn't it? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
