From 240efb2164c1869b8e0cc0948bebd78e093215ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:03:42 +0000 Subject: [PATCH] Update pyarrow requirement from <19,>=14 to >=14,<24 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/v14.0.0...apache-arrow-23.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c55b94f..12a5ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "duckdb >= 0.7.0, < 2", "openpyxl >= 3.1.2", "pandas >= 2.1.1, < 3", - "pyarrow >= 14, < 19", + "pyarrow >= 14, < 24", "xmlschema >= 3.3.1" ] diff --git a/requirements.txt b/requirements.txt index b3e0414..e50a4ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ defusedxml>=0.7.1 duckdb>=0.7.0,<2 openpyxl>=3.1.2 pandas>=2.1.1,<3 -pyarrow>=14.0.0,<19 +pyarrow>=14.0.0,<24 xmlschema>=3.3.1