Skip to content

Commit 292d9ed

Browse files
authored
version and redis pin (#88)
1 parent a3d8aaf commit 292d9ed

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 = "redisai"
3-
version = "1.0.2"
3+
version = "1.2.1"
44
description = "RedisAI Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -24,7 +24,7 @@ classifiers = [
2424

2525
[tool.poetry.dependencies]
2626
python = ">=3.6,<3.10"
27-
redis = ">=2.10"
27+
redis = "3.5.3"
2828
hiredis = ">=0.20"
2929
numpy = ">=1.19.5"
3030
six = ">=1.10.0"

0 commit comments

Comments
 (0)