diff --git a/pyproject.toml b/pyproject.toml index f19c9f8..9538018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisgraph-bulk-loader" -version = "0.9.14" +version = "0.9.15" description = "RedisGraph Bulk Import Tool" authors = ["RedisLabs "] license = "BSD-3-Clause" @@ -29,7 +29,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader" [tool.poetry.dependencies] python = "^3.8.5" click = "^8.0.1" -redis = "^3.5.3" +redis = "3.5.3" pathos = "^0.2.8" [tool.poetry.dev-dependencies]