From be89da225d76166f50fb34e2bf3270130a6bf011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:50:43 +0000 Subject: [PATCH] Update dependency neo4j to ==5.28.* --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d912e39a..d52afa423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ optuna==4.3.* umap-learn==0.5.* # Dimensionality reduction to visualize node embeddings in 2D # --- Database connector --- -neo4j==5.23.* +neo4j==5.28.* # --- Native/scientific packages (may require compilation) --- # These are included but may cause install errors in pip/venv