From 932b012b85ae1c85dde0793f8664b148bfdfee85 Mon Sep 17 00:00:00 2001
From: Prashanth Rao <35005448+prrao87@users.noreply.github.com>
Date: Wed, 15 May 2024 12:23:06 -0400
Subject: [PATCH] Update kuzu version for new storage layer (#13516)

* Update kuzu version for new storage layer

* bump version

---------

Co-authored-by: Andrei Fajardo <92402603+nerdai@users.noreply.github.com>
---
 .../graph_stores/llama-index-graph-stores-kuzu/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/pyproject.toml b/llama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/pyproject.toml
index 56b265098e..88976b66e8 100644
--- a/llama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/pyproject.toml
+++ b/llama-index-integrations/graph_stores/llama-index-graph-stores-kuzu/pyproject.toml
@@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-graph-stores-kuzu"
 readme = "README.md"
-version = "0.1.3"
+version = "0.1.4"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
 llama-index-core = "^0.10.1"
-kuzu = "^0.1.0"
+kuzu = "^0.4.0"
 
 [tool.poetry.group.dev.dependencies]
 ipython = "8.10.0"
-- 
GitLab