From 9bd2f58ea7ee511e962c52d5a39306d5adc24eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:39:33 +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/v17.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.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 2039a39fb..f33baaf48 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 >= 17.0, < 21.0 +pyarrow >= 17.0, < 22.0 textdistance >= 4.0, < 5.0 tqdm >= 4.0, < 5.0 typing-extensions >= 4.0, < 5.0