From 19563dc86b9f6892bcea9cfbc89eda3818362352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:16 +0000 Subject: [PATCH] Update graphbrain requirement from >=0.5.0 to >=0.7.0 Updates the requirements on [graphbrain](https://graphbrain.net) to permit the latest version. --- updated-dependencies: - dependency-name: graphbrain dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..8eca15e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] graphbrain = [ - "graphbrain>=0.5.0", # Optional semantic hypergraph library + "graphbrain>=0.7.0", # Optional semantic hypergraph library ] train = [ "accelerate>=1.6.0",