tvalentyn commented on a change in pull request #15017:
URL: https://github.com/apache/beam/pull/15017#discussion_r652200173
##########
File path: sdks/python/setup.py
##########
@@ -184,7 +184,7 @@ def get_version():
'cachetools>=3.1.0,<5',
'google-apitools>=0.5.31,<0.5.32',
'google-auth>=1.18.0,<2',
- 'google-cloud-datastore>=1.8.0,<2',
+ 'google-cloud-datastore>=1.15.3,<2',
Review comment:
To make it easier for others to depend on Beam, it's better to keep
`python_requires` bounds as permissive as possible. I suggest to keep current
bounds here.
--
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]