From c8644ad7d44ff49515459e8543f53f086d14fde9 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Wed, 24 Jul 2024 10:53:56 -0500 Subject: [PATCH] Update neo4j dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d25fc6b0..9b022622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jsonstreams = "^0.6.0" linkml = "^1.7.7" linkml-runtime = "^1.7.5" mypy = "*" -neo4j = "^4.4.10" +neo4j = ">=4.4.10" networkx = "*" ordered-set = "^4.0.2" pandas = ">1.0.3"