From aa4de2da6631f3069b2dedfb22bc1bc92129f937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:11:19 +0000 Subject: [PATCH] chore(deps):(deps): bump pyarrow from 10 to 25.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 10 to 25.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v10.0.0...apache-arrow-25.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-lock.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a5fd3f..2d4c1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ ai = ["anthropic==0.7"] openai = ["openai==1.0"] # Big data -spark = ["pyspark==3.0", "pyarrow==10"] +spark = ["pyspark==3.0", "pyarrow==25.0.1"] [project.urls] Homepage = "https://github.com/Mullassery/prismnote" diff --git a/requirements-lock.txt b/requirements-lock.txt index 2c1048b..6ed6bbb 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -24,7 +24,7 @@ httpx>=0.24.0,<1.0 # Data Processing pandas>=2.0.0,<3.0 -pyarrow>=12.0.0,<13.0 +pyarrow>=12.0.0,<26.0 # Async aiohttp>=3.8.0,<4.0