From 276c1bac47466c5a2cae9b21d7c0f8a5dc5d47fa Mon Sep 17 00:00:00 2001 From: smartvibs8876 <34799590+smartvibs8876@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:08:49 +0530 Subject: [PATCH] Update pyarrow dependency (#12) Co-authored-by: User for Building --- recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch | 4 ++-- recipe/0001-Relax-dependencies.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch b/recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch index 2a33726..6878b03 100644 --- a/recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch +++ b/recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch @@ -42,7 +42,7 @@ index 7e6d2217d75..0f3e0643b28 100644 # segmentation fault at exit. Keep pyarrow<13 until this is resolved. pyarrow_dependency = [ - 'pyarrow>=3.0.0,<12.0.0', -+ 'pyarrow>=3.0.0,<=14.0.1', ++ 'pyarrow>=3.0.0,<=15.0.1', # NOTE: We can remove this once Beam increases the pyarrow lower bound # to a version that fixes CVE. - 'pyarrow-hotfix<1' @@ -51,7 +51,7 @@ index 7e6d2217d75..0f3e0643b28 100644 else: pyarrow_dependency = [ - 'pyarrow>=3.0.0,<15.0.0', -+ 'pyarrow>=3.0.0,<=14.0.1', ++ 'pyarrow>=3.0.0,<=15.0.1', # NOTE(https://github.com/apache/beam/issues/29392): We can remove this # once Beam increases the pyarrow lower bound to a version that fixes CVE. - 'pyarrow-hotfix<1' diff --git a/recipe/0001-Relax-dependencies.patch b/recipe/0001-Relax-dependencies.patch index 6f81974..f83548e 100644 --- a/recipe/0001-Relax-dependencies.patch +++ b/recipe/0001-Relax-dependencies.patch @@ -36,7 +36,7 @@ index 7e6d2217d75..277fec1cf2f 100644 # segmentation fault at exit. Keep pyarrow<13 until this is resolved. pyarrow_dependency = [ - 'pyarrow>=3.0.0,<12.0.0', -+ 'pyarrow>=3.0.0,<=14.0.1', ++ 'pyarrow>=3.0.0,<=15.0.1', # NOTE: We can remove this once Beam increases the pyarrow lower bound # to a version that fixes CVE. - 'pyarrow-hotfix<1' @@ -45,7 +45,7 @@ index 7e6d2217d75..277fec1cf2f 100644 else: pyarrow_dependency = [ - 'pyarrow>=3.0.0,<15.0.0', -+ 'pyarrow>=3.0.0,<=14.0.1', ++ 'pyarrow>=3.0.0,<=15.0.1', # NOTE(https://github.com/apache/beam/issues/29392): We can remove this # once Beam increases the pyarrow lower bound to a version that fixes CVE. - 'pyarrow-hotfix<1'