Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/google-cloud-ndb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
"protobuf >= 4.25.8, < 8.0.0",
"pymemcache >= 2.1.0, < 5.0.0",
"pytz >= 2018.3",
"redis >= 3.0.0, < 7.0.0",
"redis >= 3.0.0, < 8.0.0",
]

setuptools.setup(
Expand Down
Loading