mik-laj commented on a change in pull request #16975:
URL: https://github.com/apache/airflow/pull/16975#discussion_r669020251



##########
File path: setup.py
##########
@@ -292,7 +292,9 @@ def write_version(filename: str = os.path.join(*[my_dir, 
"airflow", "git_version
     'google-cloud-kms>=2.0.0,<3.0.0',
     'google-cloud-language>=1.1.1,<2.0.0',
     'google-cloud-logging>=2.1.1,<3.0.0',
-    'google-cloud-memcache>=0.2.0',
+    # 1.1.0 removed field_mask and broke import for released providers
+    # We can remove the <1.1.0 limitation after we release new Google Provider
+    'google-cloud-memcache>=0.2.0,<1.1.0',

Review comment:
       The new version may have some compatibility, but not enough for the 
operator to be successfully executed.




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