From f2fc9980eaf86e9bc1118445df7f199ab2d34ed0 Mon Sep 17 00:00:00 2001 From: "campaigner-prod[bot]" <87874424+campaigner-prod[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:25:16 +0000 Subject: [PATCH] Executing automated changes --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfc5fc201d..902936a6ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,20 +54,20 @@ pyiceberg = "pyiceberg.cli.console:run" [project.optional-dependencies] pyarrow = [ - "pyarrow>=17.0.0", + "pyarrow>=23.0.0", "pyiceberg-core>=0.5.1,<0.9.0", ] pandas = [ "pandas>=1.0.0", - "pyarrow>=17.0.0", + "pyarrow>=23.0.0", ] duckdb = [ "duckdb>=0.5.0,<2.0.0", - "pyarrow>=17.0.0", + "pyarrow>=23.0.0", ] ray = [ "ray>=2.10.0,<3.0.0", - "pyarrow>=17.0.0", + "pyarrow>=23.0.0", "pandas>=1.0.0", ] bodo = ["bodo>=2025.7.4"]