potiuk commented on a change in pull request #12636:
URL: https://github.com/apache/airflow/pull/12636#discussion_r531534845



##########
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:
       See here: 4.0.0 still supports 3.6.7+  
https://pypi.org/project/google-ads/4.0.0/
   
   setup.py:
   ```
       python_requires='>=3.6',
   ```




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


Reply via email to