From eb31c553784c9cd0965c85b16a88b6a18b6daa55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:16:05 +0000 Subject: [PATCH] Chore(deps): update pyarrow requirement from >=14.0.0 to >=23.0.1 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v14.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5503093..92a036f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "uvicorn[standard]", "r2r", "pydantic>=2.0,<3.0", - "pyarrow>=14.0.0", + "pyarrow>=23.0.1", "matplotlib", "seaborn>=0.13.0", "networkx",