Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e12f576

Browse files
authored
chore(deps): Fix possible dependency conflict with google-api-core 2.17.1 (#280)
1 parent 2d9f05b commit e12f576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"google.cloud.documentai_toolbox": ["templates/*.xml.j2"],
5353
},
5454
install_requires=(
55-
"google-api-core>=2.17.1, <3.0.0dev",
55+
"google-api-core>=2.15.0, <3.0.0dev",
5656
"pandas[performance,gcp]>=2.0.0, <3.0.0",
5757
"pyarrow>=15.0.0, <16.0.0",
5858
"tabulate>=0.9.0, <1.0.0",

testing/constraints-3.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Pin the version to the lower bound.
66
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.17.1
8+
google-api-core==2.15.0
99
pandas==2.0.0
1010
proto-plus==1.22.3
1111
grpc-google-iam-v1==0.12.6

0 commit comments

Comments
 (0)