From b3e4556e016ba11afce4fdd9fe7dba50ce23dbb7 Mon Sep 17 00:00:00 2001 From: Sergio <43149357+serhio-k@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:18:28 +0300 Subject: [PATCH] Update pyarrow>=14.0.1,<15' Fix CVE-2023-47248 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92129a77..f0e65880 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ def select_constraint(default, nightly=None, git_master=None): 'numpy>=1.22.0', 'pandas>=1.0,<2', 'protobuf>=3.20.3,<5', - 'pyarrow>=10,<11', + 'pyarrow>=14.0.1,<15', 'pyfarmhash>=0.2.2,<0.4', 'six>=1.12,<2', 'tensorflow>=2.13,<3',