From b915f4fc73fd8a8f95957bc296413b4a355b9f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:04:55 +0000 Subject: [PATCH] fix: bump pyarrow in /packages/google-cloud-documentai-toolbox Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v15.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/google-cloud-documentai-toolbox/setup.py | 2 +- .../testing/constraints-3.10.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-documentai-toolbox/setup.py b/packages/google-cloud-documentai-toolbox/setup.py index 481a8d5aba1d..a9e82ad0211a 100644 --- a/packages/google-cloud-documentai-toolbox/setup.py +++ b/packages/google-cloud-documentai-toolbox/setup.py @@ -55,7 +55,7 @@ install_requires=( "google-api-core>=2.15.0, <3.0.0", "pandas[performance,gcp]>=2.0.0, <3.0.0", - "pyarrow>=15.0.0, <23.0.0", + "pyarrow>=15.0.0, <24.0.0", "tabulate>=0.9.0, <1.0.0", "proto-plus>=1.22.3, <2.0.0", "proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'", diff --git a/packages/google-cloud-documentai-toolbox/testing/constraints-3.10.txt b/packages/google-cloud-documentai-toolbox/testing/constraints-3.10.txt index 8e7a004d3732..155f85aef34d 100644 --- a/packages/google-cloud-documentai-toolbox/testing/constraints-3.10.txt +++ b/packages/google-cloud-documentai-toolbox/testing/constraints-3.10.txt @@ -6,7 +6,7 @@ # then this file should have google-cloud-foo==1.14.0 google-api-core==2.15.0 pandas==2.0.0 -pyarrow==15.0.0 +pyarrow==23.0.1 tabulate==0.9.0 proto-plus==1.22.3 grpc-google-iam-v1==0.12.6