Skip to content

Commit 0d3f64e

Browse files
authoredNov 17, 2021
Merge pull request #43 from RedisBloom/ck-pinredis
2 parents d25be14 + da7a55f commit 0d3f64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = ["Redis", "Extension", "Probabilistic", "TopK", "Cuckoo-Filter", "Blo
2727
[tool.poetry.dependencies]
2828
python = "^3.6"
2929
hiredis = "^2.0.0"
30-
redis = "^3.5.3"
30+
redis = "3.5.3"
3131
rmtest = "^0.7.0"
3232
six = "^1.16.0"
3333

0 commit comments

Comments
 (0)
Please sign in to comment.