From 2061549f81a5ea14d5f3621e68c30b03c23de50e Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:40:04 +0000 Subject: [PATCH] Executing automated changes --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfc5fc201d..230ffd26a9 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>=24.0.0", "pyiceberg-core>=0.5.1,<0.9.0", ] pandas = [ "pandas>=1.0.0", - "pyarrow>=17.0.0", + "pyarrow>=24.0.0", ] duckdb = [ "duckdb>=0.5.0,<2.0.0", - "pyarrow>=17.0.0", + "pyarrow>=24.0.0", ] ray = [ "ray>=2.10.0,<3.0.0", - "pyarrow>=17.0.0", + "pyarrow>=24.0.0", "pandas>=1.0.0", ] bodo = ["bodo>=2025.7.4"] @@ -94,7 +94,7 @@ gcsfs = ["gcsfs>=2023.1.0"] rest-sigv4 = ["boto3>=1.24.59"] hf = ["huggingface-hub>=0.24.0"] pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.9.0"] -datafusion = ["datafusion>=51,<52"] +datafusion = ["datafusion>=53.0.0"] gcp-auth = ["google-auth>=2.4.0"] entra-auth = ["azure-identity>=1.25.1"]