From d5feaf5923b8fac573e78be6601eee6136a2f854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:14:09 +0000 Subject: [PATCH] Update pyarrow requirement from <24.0,>=12.0 to >=12.0,<26.0 in /python 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/v12.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d1d0b57b59f0..cab1014ac59e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -152,7 +152,7 @@ sql = [ ] usearch = [ "usearch >= 2.16,< 2.25", - "pyarrow>=12.0,<24.0" + "pyarrow>=12.0,<26.0" ] weaviate = [ "weaviate-client>=4.17.0,<5.0",