From 462824c116c7d00a2c2dd55bb1c30b8e59f2bb18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:12 +0000 Subject: [PATCH] Update pyarrow requirement from <24.0,>=12.0 to >=12.0,<25.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-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.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 e0fccc8..22999ce 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -150,7 +150,7 @@ sql = [ ] usearch = [ "usearch ~= 2.16", - "pyarrow>=12.0,<24.0" + "pyarrow>=12.0,<25.0" ] weaviate = [ "weaviate-client>=4.17.0,<5.0",