Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Commit c8860a6

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 ffecc5b commit c8860a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)