ashb commented on a change in pull request #12636:
URL: https://github.com/apache/airflow/pull/12636#discussion_r531521780
##########
File path: setup.py
##########
@@ -243,11 +245,11 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
flask_oauth = [
'Flask-OAuthlib>=0.9.1,<0.9.6', # Flask OAuthLib 0.9.6 requires
Flask-Login 0.5.0 - breaks FAB
'oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2',
- 'requests-oauthlib==1.1.0',
+ 'requests-oauthlib<1.2.0',
]
google = [
'PyOpenSSL',
- 'google-ads>=4.0.0',
+ 'google-ads>=4.0.0,<8.0.0',
Review comment:
Ahahahahahaah.
No, don't think so :( I'd like to be wrong here though.
----------------------------------------------------------------
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:
[email protected]