Skip to content

Commit b915f4f

Browse files
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](apache/arrow@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] <support@github.com>
1 parent af1c6c8 commit b915f4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-documentai-toolbox/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
install_requires=(
5656
"google-api-core>=2.15.0, <3.0.0",
5757
"pandas[performance,gcp]>=2.0.0, <3.0.0",
58-
"pyarrow>=15.0.0, <23.0.0",
58+
"pyarrow>=15.0.0, <24.0.0",
5959
"tabulate>=0.9.0, <1.0.0",
6060
"proto-plus>=1.22.3, <2.0.0",
6161
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",

packages/google-cloud-documentai-toolbox/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# then this file should have google-cloud-foo==1.14.0
77
google-api-core==2.15.0
88
pandas==2.0.0
9-
pyarrow==15.0.0
9+
pyarrow==23.0.1
1010
tabulate==0.9.0
1111
proto-plus==1.22.3
1212
grpc-google-iam-v1==0.12.6

0 commit comments

Comments
 (0)