From a6e561d58ad8ff5ba02ebc72de4204fb3b2ff383 Mon Sep 17 00:00:00 2001 From: Jeffrey Lovitz Date: Tue, 15 Mar 2022 15:11:59 -0400 Subject: [PATCH 1/2] Add pathos as a runtime dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa60ef0..68a7794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader" python = "^3.6.0" click = "^8.0.1" redis = "^4.1.4" +pathos = "^0.2.8" [tool.poetry.dev-dependencies] codecov = "^2.1.11" @@ -42,7 +43,6 @@ tox-poetry = "^0.3.0" vulture = "^2.3.0" pytest = "^6.2.4" pytest-cov = "^2.12.1" -pathos = "^0.2.8" typing-extensions = "^4.1.1" [build-system] From 280789e140d994f9b9ebfa2f92a9cc3af8cd490f Mon Sep 17 00:00:00 2001 From: Jeffrey Lovitz Date: Tue, 15 Mar 2022 15:13:08 -0400 Subject: [PATCH 2/2] bump version to 0.10.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a7794..ac007e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisgraph-bulk-loader" -version = "0.10.1" +version = "0.10.2" description = "RedisGraph Bulk Import Tool" authors = ["Redis Inc "] license = "BSD-3-Clause"