Skip to content

Commit 6c462ee

Browse files
committed
fixes 8
1 parent 58602c7 commit 6c462ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3232
[tool.poetry.dependencies]
3333
python = ">= 3.7.0"
3434
click = "^8.0.1"
35-
# redis = "^4.5.1"
36-
redis = "~= 4.3.4"
35+
redis = "~= 4.5.1"
3736
pathos = "^0.2.8"
3837

3938
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)