From 0ee61641c4e1b075d6cf20791091525ff72943b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:18:03 +0000 Subject: [PATCH] Update pyarrow requirement in /bindings/python 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/apache-arrow-20.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 9f7d0048..92d0fe53 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -6,7 +6,7 @@ requires = [ # Needed for numpy headers. "numpy>=2.0", # Must be kept in sync with "project.dependencies" below. - "pyarrow>=20.0,<20.1.0", + "pyarrow>=20.0,<21.1.0", ] [project]