From a179ec20432483f7a81c9b14be0b25925a84c5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:57:22 +0000 Subject: [PATCH] Update pyarrow requirement from <24,>=7 to >=7,<25 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-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.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 4300ad56..5ffe4302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 3.0", "pandera >= 0.20.1, < 0.31", - "pyarrow>=7, <24", + "pyarrow>=7, <25", ] [project.optional-dependencies]