Skip to content

Commit

Permalink
Relax redis constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
  • Loading branch information
judahrand committed Jan 19, 2022
1 parent 39ffbec commit 1697aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
]

REDIS_REQUIRED = [
"redis==4.1.*",
"redis>=4.1.0",
"hiredis>=2.0.0",
]

Expand Down

0 comments on commit 1697aa0

Please sign in to comment.