Skip to content

Commit

Permalink
version and redis pin (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Nov 17, 2021
1 parent a3d8aaf commit 292d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisai"
version = "1.0.2"
version = "1.2.1"
description = "RedisAI Python Client"
authors = ["RedisLabs <oss@redislabs.com>"]
license = "BSD-3-Clause"
Expand All @@ -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"
Expand Down

0 comments on commit 292d9ed

Please sign in to comment.