From b1be9bec515fa78e0b339d38cd4ae6cf5c158a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:03:35 +0530 Subject: [PATCH] security(deps-dev): update pyarrow requirement (#593) Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. Updates `pyarrow` to 21.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v10.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:development dependency-group: arrow-features ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7710521d..f772fa49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,8 +118,8 @@ parse-docling = ["docling>=1.0.0"] # ---- Database Connectors ---- db-snowflake = ["snowflake-connector-python>=4.5.0", "cryptography>=48.0.0"] -db-arrow = ["pyarrow>=10.0.0"] -ingest-parquet = ["pyarrow>=10.0.0"] +db-arrow = ["pyarrow>=21.0.0"] +ingest-parquet = ["pyarrow>=21.0.0"] db-all = [ "semantica[db-snowflake,db-arrow]"