Skip to content

Commit cb803c1

Browse files
fix version on memgraph (#17842)
1 parent d354c3c commit cb803c1

File tree

1 file changed

+2
-2
lines changed
  • llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph

1 file changed

+2
-2
lines changed

llama-index-integrations/graph_stores/llama-index-graph-stores-memgraph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ license = "MIT"
3131
name = "llama-index-graph-stores-memgraph"
3232
packages = [{include = "llama_index/"}]
3333
readme = "README.md"
34-
version = "0.2.1"
34+
version = "0.3.0"
3535

3636
[tool.poetry.dependencies]
3737
python = ">=3.9,<4.0"
38-
llama-index-core = "^0.10.0"
38+
llama-index-core = "^0.12.0"
3939
neo4j = "^5.24.0"
4040

4141
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)