mik-laj commented on a change in pull request #16975:
URL: https://github.com/apache/airflow/pull/16975#discussion_r669018787
##########
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:
Are you sure `google-cloud-memcache v1.1.0` is compatible? These two
versions were released within a short period of time.
> 1.1.0 (2021-06-30)
> 1.0.0 (2021-05-28)
--
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]