diff --git a/pyproject.toml b/pyproject.toml index 69d0c274..ec02a4c7 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"