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 12ebbfdbb00c3a3372fc273d71ea7c2a04a188b8..ab590f3fa058fc0b74319e49ec1fcd6faef82bc0 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]