diff --git a/pyproject.toml b/pyproject.toml index c9a52c3..a71155f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gearsclient" -version = "1.0.2" +version = "1.1.0" description = "RedisGears Python Client" authors = ["Redis "] license = "BSD-3-Clause" @@ -19,8 +19,8 @@ classifiers = [ keywords = ["Redis JSON Extension"] [tool.poetry.dependencies] -python = "^3.6, <3.8" -redis = "3.5.3" +python = "^3.6" +redis = "^4.1.3" six = "^1.16.0" cloudpickle = "^1.6.0" @@ -36,7 +36,7 @@ tox-poetry = "^0.3.0" bandit = "^1.7.0" vulture = "^2.3" distro = "^1.5.0" -rltest = "0.4.2" +rltest = "0.5.0" [build-system] requires = ["poetry-core>=1.0.0"]