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

##########
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:
       @busunkim96 Could you try removing `dev` from the version constraints?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to