From cb803c14ec4e4a4df0e89cc8eb5748a722a94c8f Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Mon, 17 Feb 2025 09:34:27 -0600 Subject: [PATCH] fix version on memgraph (#17842) --- .../llama-index-graph-stores-memgraph/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml b/llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml index 12ebbfdbb0..ab590f3fa0 100644 --- a/llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml +++ b/llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml @@ -31,11 +31,11 @@ license = "MIT" name = "llama-index-graph-stores-memgraph" packages = [{include = "llama_index/"}] readme = "README.md" -version = "0.2.1" +version = "0.3.0" [tool.poetry.dependencies] python = ">=3.9,<4.0" -llama-index-core = "^0.10.0" +llama-index-core = "^0.12.0" neo4j = "^5.24.0" [tool.poetry.group.dev.dependencies] -- GitLab