From d059af5844b24c79e1a0cab2c5c90b4c458810e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:50:37 +0000 Subject: [PATCH] Update pyarrow requirement from <21,>=19.0.0 to >=19.0.0,<22 --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e034aa2..cd97dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "constructs >=10.0.0,<10.5", "matplotlib >=3.4,<3.11", "pandas >=2.0.0,<3", - "pyarrow >=19.0.0,<21", + "pyarrow >=19.0.0,<22", "pyyaml >=5.4,<7", "ray[default] >=2.6.3,<3", "tqdm >=4.64.0,<=5",