We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdf478 commit ea8befdCopy full SHA for ea8befd
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisearch"
3
-version = "2.1.0"
+version = "2.1.1"
4
description = "RedisSearch Python Client"
5
authors = ["RedisLabs <[email protected]>"]
6
license = "BSD-3-Clause"
@@ -23,7 +23,7 @@ keywords = ["Redis Search Extension"]
23
24
[tool.poetry.dependencies]
25
python = "^3.6.0"
26
-redis = "^3.5.3"
+redis = "3.5.3"
27
six = "^1.16.0"
28
rmtest = {git = "https://github.com/RedisLabs/rmtest"}
29
rejson = "^0.5.4"
0 commit comments