From ec14d8e9f497b5eadf26befea5f66e6f6df5e54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:11:05 +0000 Subject: [PATCH] Update pyarrow requirement from >=14.0.0 to >=23.0.1 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.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 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 8d651f7..baa2ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "pydantic>=2.5.0", "tenacity>=8.2.0", "loguru>=0.7.0", - "pyarrow>=14.0.0", + "pyarrow>=23.0.1", ] [project.optional-dependencies]