Skip to content

Commit

Permalink
chore(deps): Allow redis 5.x dependency (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg authored Sep 15, 2023
1 parent d1847ca commit bb23cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
"protobuf >= 3.19.5, <5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"pymemcache >= 2.1.0, < 5.0.0dev",
"pytz >= 2018.3",
"redis >= 3.0.0, < 5.0.0dev",
"redis >= 3.0.0, < 6.0.0dev",
# TODO(https://github.com/googleapis/python-ndb/issues/913) remove this dependency once six is no longer used in the codebase
"six >= 1.12.0, < 2.0.0dev"
]
Expand Down

0 comments on commit bb23cb4

Please sign in to comment.