From ad748cbd5bc1da64fb7087854cdc993e9b0bd9c7 Mon Sep 17 00:00:00 2001 From: DmsAnhr Date: Thu, 29 Jan 2026 13:38:33 +0700 Subject: [PATCH] add pyarrow version on requirements --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d961154..8d0dff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ Shapely==2.1.2 SQLAlchemy==2.0.46 asyncpg psycopg2 -python-multipart -pyarrow \ No newline at end of file +python-multipart==0.0.22 +pyarrow==21.0.0 \ No newline at end of file