Skip to content

Commit ea8befd

Browse files
authored
pinning redis to 3.5.3 and updating minor version (#160)
1 parent 5cdf478 commit ea8befd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisearch"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "RedisSearch Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -23,7 +23,7 @@ keywords = ["Redis Search Extension"]
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.6.0"
26-
redis = "^3.5.3"
26+
redis = "3.5.3"
2727
six = "^1.16.0"
2828
rmtest = {git = "https://github.com/RedisLabs/rmtest"}
2929
rejson = "^0.5.4"

0 commit comments

Comments
 (0)