From f709a68baa17f239f35367bc1ef1552d5aaa3a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:14:07 +0000 Subject: [PATCH] deps: update pyarrow requirement from >=12.0.0 to >=24.0.0 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/v12.0.0...apache-arrow-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.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 1d9e2f3..b478a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "rich>=13.0.0", "pyyaml>=6.0", "pandas>=2.0.0", - "pyarrow>=12.0.0", + "pyarrow>=24.0.0", "fastavro>=1.8.0", ]