From d2f665c967a6f2e42aa0254f9bae3218a9a21ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 06:42:33 +0000 Subject: [PATCH] Update pyarrow requirement from <20,>=15 to >=15,<22 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/v15.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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c63fa42f2..7edbfdc81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "cmake<3.27", "deprecated", # Because used in csp.impl.struct, which is used in autogen "oldest-supported-numpy", - "pyarrow>=15,<20", + "pyarrow>=15,<22", "ruamel.yaml", "scikit-build", "setuptools>=69,<74", @@ -26,7 +26,7 @@ dependencies = [ "pandas<2.3; python_version<'3.10'", "pandas; python_version>='3.10'", "psutil", - "pyarrow>=15,<20", + "pyarrow>=15,<22", "pydantic>=2", "pytz", "ruamel.yaml",