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 2021/07/13 18:44:22 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #16975: Update alias for field_mask in Google Memmcache

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



##########
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:
       Pretty sure 1.1.0 was released yesterday (from pypi):
   
   ![Screenshot 2021-07-13 20 42 53](https://user-images.githubusercontent.com/595491/125507675-eed90385-d8b2-40ec-8e11-1cce3618ffcd.png)
   




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org