From fe53a1ee2214c754736210df20cc0ce2654fcc1a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Oct 2025 10:35:54 +0000 Subject: [PATCH] fix(deps): Update dependency pyarrow to v21 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05bb7e9..b69cc4f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pandas==2.3.2", "pluggy==1.6.0", "protobuf>=6.31.1", - "pyarrow==19.0.1", + "pyarrow==21.0.0", "pytest==8.4.2", "python-dateutil>=2.8.1", "pytz==2025.2",