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 2019/01/10 08:54:41 UTC

[GitHub] ron819 commented on a change in pull request #4466: [AIRFLOW-3657] Fix zendesk integration

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:
users@infra.apache.org


With regards,
Apache Git Services