ron819 commented on issue #4466: [AIRFLOW-3657] Specify zdesk package version in setup.py URL: https://github.com/apache/airflow/pull/4466#issuecomment-452700315 Then why not simply change the hook to: `return Zendesk(zdesk_url=self.__url, zdesk_email=conn.login, zdesk_password=conn.password, zdesk_token=True)` as immediate fix? Later one may raise a PR to support the other parameters. Isn't that better than pinning the package version?
---------------------------------------------------------------- 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
