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 2021/08/18 05:51:11 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #17671: Allow google-auth < 3

uranusjr commented on a change in pull request #17671:
URL: https://github.com/apache/airflow/pull/17671#discussion_r690920880



##########
File path: setup.py
##########
@@ -319,7 +319,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
     'pandas-gbq<0.15.0',
 ]
 grpc = [
-    'google-auth>=1.0.0, <2.0.0dev',
+    'google-auth>=1.0.0, <3.0.0dev',

Review comment:
       (Not directly related to this PR) @potiuk Why was the `dev` suffix added in the first place and can we remove it? This seems to be the only place we are specifying prereleases explicitly (in cdb3f25456e49d0199cd7ccd680626dac01c9be6).




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org