From 3abf3fba16b640b7ac2cb7c9256a94b6196dd7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:14:49 +0000 Subject: [PATCH] Update pyarrow requirement from <25,>=7 to >=7,<26 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/v7.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 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 7c809798..3a63fe6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4", "pandera >= 0.30.1, < 0.31", - "pyarrow>=7, <25", + "pyarrow>=7, <26", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git", ]