From c4b38c4dd2b02079766413c0d467974df67c95c2 Mon Sep 17 00:00:00 2001 From: Facundo Dalmau Date: Thu, 16 Nov 2023 15:08:28 -0300 Subject: [PATCH] Add pyarrow_hotfix dependency --- .../amazon/services/prerequisites/dependencies.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/cloud-security/amazon/services/prerequisites/dependencies.rst b/source/cloud-security/amazon/services/prerequisites/dependencies.rst index 2ab146cf5d..a257339997 100644 --- a/source/cloud-security/amazon/services/prerequisites/dependencies.rst +++ b/source/cloud-security/amazon/services/prerequisites/dependencies.rst @@ -89,13 +89,13 @@ To install the dependencies, execute the following command: .. code-block:: console - # pip3 install boto3==1.17.85 botocore==1.20.85 jmespath==0.9.5 python-dateutil==2.8.1 six==1.14.0 urllib3==1.26.5 s3transfer==0.4.2 pyarrow==8.0.0 + # pip3 install boto3==1.17.85 botocore==1.20.85 jmespath==0.9.5 python-dateutil==2.8.1 six==1.14.0 urllib3==1.26.5 s3transfer==0.4.2 pyarrow==8.0.0 pyarrow_hotfix==0.5 .. group-tab:: Python 3.11 .. code-block:: console - # pip3 install --break-system-packages boto3==1.17.85 botocore==1.20.85 jmespath==0.9.5 python-dateutil==2.8.1 six==1.14.0 urllib3==1.26.5 s3transfer==0.4.2 pyarrow==13.0.0 + # pip3 install --break-system-packages boto3==1.17.85 botocore==1.20.85 jmespath==0.9.5 python-dateutil==2.8.1 six==1.14.0 urllib3==1.26.5 s3transfer==0.4.2 pyarrow==13.0.0 pyarrow_hotfix==0.5 .. note::