diff --git a/pyproject.toml b/pyproject.toml index cfc5fc201d..dae575013d 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"]