From 56ed41715f046dd498b80876ebbdaf2a857b177b Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 16 Nov 2021 10:58:14 +0200 Subject: [PATCH 1/2] pinning redis to 3.5.3 and updating minor version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d259d3a..d6e967f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisgraph" -version = "2.4.0" +version = "2.4.1" description = "RedisGraph Python Client" authors = ["Redis "] license = "BSD-3-Clause" @@ -25,7 +25,7 @@ repository = "https://github.com/RedisGraph/redisgraph-py" [tool.poetry.dependencies] python = "^3.6" -redis = "^3.5.3" +redis = "3.5.3" hiredis = "^2.0.0" prettytable = "^2.1.0" From 1d698cb6c22d9fd7ae276d4f486b8815cf88bece Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 16 Nov 2021 11:11:13 +0200 Subject: [PATCH 2/2] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6e967f..6db24f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisgraph" -version = "2.4.1" +version = "2.4.2" description = "RedisGraph Python Client" authors = ["Redis "] license = "BSD-3-Clause"