From c8ae0f336141cee4961541c51ba3f46bb02ae488 Mon Sep 17 00:00:00 2001 From: Sam Greenbury Date: Thu, 25 Apr 2024 14:50:29 +0100 Subject: [PATCH] Update pyarrow version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 135f2f7..4bce716 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -11,7 +11,7 @@ click = "^8.1.3" pandas = "^2.0.0" protobuf = "^4.22.3" polars = "^0.20.6" -pyarrow = "^13.0.0" +pyarrow = "^15.0.0" typing-extensions = "^4.9.0" # Optional