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 2020/11/27 10:09:51 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12636: Upgrade to stable constraints

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



##########
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:
       Does 4.0 drop support for Py 3.6?
   
   If so we'll need a more complex thing here including `; python_version...`




----------------------------------------------------------------
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:
users@infra.apache.org