From 292d9ed6dc19a5775fd3eeda5afa3ccc9d8cd6c8 Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 17 Nov 2021 12:44:38 +0200 Subject: [PATCH] version and redis pin (#88) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f63cf0..287acac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisai" -version = "1.0.2" +version = "1.2.1" description = "RedisAI Python Client" authors = ["RedisLabs "] license = "BSD-3-Clause" @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.6,<3.10" -redis = ">=2.10" +redis = "3.5.3" hiredis = ">=0.20" numpy = ">=1.19.5" six = ">=1.10.0"