Skip to content

Commit 6d9b455

Browse files
authored
fix(dependencies): Pin to less than 2.0.0 for google-cloud-datastore (#569)
there are breaking changes in the next major version of datastore and pinning below 2.0.0 will stop those changes from breaking ndb. Fixes #568
1 parent b13f5cd commit 6d9b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-ndb/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main():
2525
with io.open(readme_filename, encoding="utf-8") as readme_file:
2626
readme = readme_file.read()
2727
dependencies = [
28-
"google-cloud-datastore >= 1.7.0",
28+
"google-cloud-datastore >= 1.7.0, < 2.0.0dev",
2929
"pymemcache",
3030
"redis",
3131
]

0 commit comments

Comments
 (0)