From 6a38205cd50add292e0fff7a79018cb775d2f5cd Mon Sep 17 00:00:00 2001 From: Sergio <43149357+serhio-k@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:03:38 +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 a505d332..94910746 100644 --- a/setup.py +++ b/setup.py @@ -173,7 +173,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', 'tensorflow>=2.13,<3', 'tensorflow-metadata' + select_constraint( default='>=1.14.0,<1.15.0',