From f68a9fce8e2b2c14ff518c5a14782f86e34dc2c9 Mon Sep 17 00:00:00 2001 From: Dave Hirschfeld Date: Mon, 2 Sep 2024 15:48:03 +1000 Subject: [PATCH] Relax `pyarrow` pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69d0c2747..ec02a4c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ thrift = ">=0.16.0,<0.21.0" pandas = [ { version = ">=1.2.5,<2.3.0", python = ">=3.8" } ] -pyarrow = ">=14.0.1,<17" +pyarrow = ">=14.0.1,<18" lz4 = "^4.0.2" requests = "^2.18.1"