From ad7bcfc40dea503bdc025476385df3256082753f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:14:53 +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 4c24a711..600f5b02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numpy>=1.18.5,<3", "pandas>= 1.4,<4", "pandera>=0.20.1,<0.31", - "pyarrow>=7,<25", + "pyarrow>=7,<26", ] [project.optional-dependencies]