potiuk commented on a change in pull request #17671:
URL: https://github.com/apache/airflow/pull/17671#discussion_r691060083
##########
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:
Good point. I have no idea :). I added it > year ago, and without
suitable comment (my bad). But I am quite sure, whatever it was then it is not
applicable any more and we can change it to <3.0.0 - providing that it passes
all the tests.
--
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]