Skip to content

Commit 6283891

Browse files
authored
Pinning redis version (#149)
1 parent e0988b1 commit 6283891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisgraph"
3-
version = "2.4.0"
3+
version = "2.4.2"
44
description = "RedisGraph Python Client"
55
authors = ["Redis <oss@redis.com>"]
66
license = "BSD-3-Clause"
@@ -25,7 +25,7 @@ repository = "https://github.com/RedisGraph/redisgraph-py"
2525

2626
[tool.poetry.dependencies]
2727
python = "^3.6"
28-
redis = "^3.5.3"
28+
redis = "3.5.3"
2929
hiredis = "^2.0.0"
3030
prettytable = "^2.1.0"
3131

0 commit comments

Comments
 (0)