We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e58ce9 commit 2824c35Copy full SHA for 2824c35
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisgraph-bulk-loader"
3
-version = "0.9.14"
+version = "0.9.15"
4
description = "RedisGraph Bulk Import Tool"
5
authors = ["Redis Inc <oss@redis.com>"]
6
license = "BSD-3-Clause"
@@ -30,7 +30,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
30
[tool.poetry.dependencies]
31
python = "^3.8.5"
32
click = "^8.0.1"
33
-redis = "^3.5.3"
+redis = "3.5.3"
34
pathos = "^0.2.8"
35
36
[tool.poetry.dev-dependencies]
0 commit comments