From 74eb5202d4fa48ee32df5af78fcdd5f219ca57aa Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Mon, 24 Feb 2025 11:48:41 +0000 Subject: [PATCH 1/2] Update dev dependency versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 838f55c7d3..69c1bf4f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -249,7 +249,7 @@ types = [ ] lint = [ - "ruff==0.9.6", + "ruff==0.9.7", "codespell==2.4.1", "pyupgrade-directories==0.3.0", ] @@ -259,7 +259,7 @@ dev = [ "pyautogen[lint,test,types,docs]", "pre-commit==4.1.0", "detect-secrets==1.5.0", - "uv==0.6.0", + "uv==0.6.2", ] From 883a8841bc3f797e57cd9e2b179dac384125d5fe Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Mon, 24 Feb 2025 11:50:28 +0000 Subject: [PATCH 2/2] Update graphrag and neo4j dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69c1bf4f94..5836c10c19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ retrievechat-couchbase = [ ] graph-rag-falkor-db = [ - "graphrag_sdk==0.6.0", + "graphrag_sdk==0.6.1", "falkordb>=1.0.10", ] @@ -149,9 +149,9 @@ browser-use = [ neo4j = [ "docx2txt==0.8", - "llama-index==0.12.17", + "llama-index==0.12.19", "llama-index-graph-stores-neo4j==0.4.6", - "llama-index-core==0.12.18", + "llama-index-core==0.12.19", "llama-index-readers-web==0.3.5", ]