From c367ba0701e078437d501a62bbd370e3adae4a6c Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Sat, 25 Jul 2026 23:51:50 -0700 Subject: [PATCH] Update pyarrow to 25.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 627378e..7450fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "numpy~=2.0", "pandas~=2.2", "polars~=1.30", - "pyarrow>=21,<23", + "pyarrow>=25", "pybind11~=2.13", "pytest", "pytest-asyncio~=1.0",