From a81a3ec6e77f6bb897ef81e7c655684192524b2b Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 22 Apr 2025 09:49:57 -0500 Subject: [PATCH] Support Apache Arrow 19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28946e5be..6212c9f81 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ }, "dependencies": { "@elastic/transport": "^9.0.1", - "apache-arrow": "^18.0.0", + "apache-arrow": "18.x - 19.x", "tslib": "^2.4.0" }, "tap": {