From 732e2165811f538594d934afc2f47ecc6dae940e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:15:17 +0000 Subject: [PATCH] Update pyarrow requirement in /requirements/base Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v16.0.0...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base/base.txt b/requirements/base/base.txt index 9059875d7..ff76a94a3 100644 --- a/requirements/base/base.txt +++ b/requirements/base/base.txt @@ -2,7 +2,7 @@ multimethod >= 1.0, < 3.0 neo4j >= 4.4.12, < 6.0 numpy < 2.3 pandas >= 1.0, < 3.0 -pyarrow >= 16.0, < 20.0 +pyarrow >= 16.0, < 21.0 textdistance >= 4.0, < 5.0 tqdm >= 4.0, < 5.0 typing-extensions >= 4.0, < 5.0