We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0988b1 commit 6283891Copy full SHA for 6283891
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisgraph"
3
-version = "2.4.0"
+version = "2.4.2"
4
description = "RedisGraph Python Client"
5
authors = ["Redis <oss@redis.com>"]
6
license = "BSD-3-Clause"
@@ -25,7 +25,7 @@ repository = "https://github.com/RedisGraph/redisgraph-py"
25
26
[tool.poetry.dependencies]
27
python = "^3.6"
28
-redis = "^3.5.3"
+redis = "3.5.3"
29
hiredis = "^2.0.0"
30
prettytable = "^2.1.0"
31
0 commit comments