From f69a7344eb7db5ac4b2bed16eeeb4d38a194f5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:17:58 +0000 Subject: [PATCH] build(deps): bump pyarrow from 24.0.0 to 25.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 24.0.0 to 25.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-24.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- desktop/runtime-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/runtime-constraints.txt b/desktop/runtime-constraints.txt index d564a7c..397f251 100644 --- a/desktop/runtime-constraints.txt +++ b/desktop/runtime-constraints.txt @@ -277,7 +277,7 @@ psycopg==3.3.4 # via dbos psycopg-binary==3.3.4 ; implementation_name != 'pypy' # via psycopg -pyarrow==24.0.0 +pyarrow==25.0.0 # via streamlit pybase64==1.4.3 # via chromadb