From 10fbd0e8e5ac1360518014f49ed4501b9e1001ba Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 22 Apr 2025 10:11:17 -0500 Subject: [PATCH] Support Apache Arrow 19 (#2782) (cherry picked from commit 821e77e7ad17e141eb9fca9330c74b57b6b2b1d7) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e1d20628..a48f13681 100644 --- a/package.json +++ b/package.json @@ -91,8 +91,8 @@ "zx": "7.2.3" }, "dependencies": { - "@elastic/transport": "^9.0.0", - "apache-arrow": "^18.0.0", + "@elastic/transport": "^9.0.1", + "apache-arrow": "18.x - 19.x", "tslib": "^2.4.0" }, "tap": {