From 73597d68cb8b0a0becf3887e63c23e90d75ee57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:56:03 +0000 Subject: [PATCH] Bump pyarrow from 22.0.0 to 23.0.1 in /EdgeCraftRAG/edgecraftrag Bumps [pyarrow](https://github.com/apache/arrow) from 22.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- EdgeCraftRAG/edgecraftrag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdgeCraftRAG/edgecraftrag/requirements.txt b/EdgeCraftRAG/edgecraftrag/requirements.txt index 74f2084355..0ce12f64de 100644 --- a/EdgeCraftRAG/edgecraftrag/requirements.txt +++ b/EdgeCraftRAG/edgecraftrag/requirements.txt @@ -19,7 +19,7 @@ transformers==4.53.3 unstructured[all-docs]==0.18.27 werkzeug==3.1.3 llama-index==0.14.13 -pyarrow==22.0.0 +pyarrow==23.0.1 llama-index-embeddings-openvino==0.6.1 llama-index-embeddings-openvino-genai==0.6.1 llama-index-llms-openai==0.6.13