From 22d3a9706bc542bd3302ece9c31c10b0a5a4257e Mon Sep 17 00:00:00 2001 From: Sylvain Joubert Date: Fri, 9 May 2025 11:55:02 +0200 Subject: [PATCH] Update pyarrow to version 20 This version supports Python 3.13 (with a pre-packaged wheel) which we'll need soon as it will be the default version on the upcoming Debian 13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74e73799..98eb1b6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ singlestoredb~=1.10.0 cosmotech-run-orchestrator~=2.0.0 # Data store requirements -pyarrow~=17.0.0 +pyarrow~=20.0.0 adbc-driver-manager~=1.1.0 adbc-driver-sqlite~=1.1.0 adbc-driver-postgresql~=1.1.0