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/04/21 18:16:15 UTC

[GitHub] [airflow] serkef commented on a change in pull request #5519: [AIRFLOW-4543] Update slack operator to support slackclient v2

serkef commented on a change in pull request #5519:
URL: https://github.com/apache/airflow/pull/5519#discussion_r412384446



##########
File path: setup.py
##########
@@ -256,7 +256,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])):
 segment = ['analytics-python>=1.2.9']
 sendgrid = ['sendgrid>=5.2.0,<6']
 sentry = ['sentry-sdk>=0.8.0', "blinker>=1.1"]
-slack = ['slackclient>=1.0.0,<2.0.0']
+slack = ['slackclient>=2.0.0,<3.0.0']

Review comment:
       v.2.5.0 is already out. Shall I restrict minimum version?




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