From e12f576179eb99f87050708ae70af313decbcd51 Mon Sep 17 00:00:00 2001 From: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:02:24 -0500 Subject: [PATCH] chore(deps): Fix possible dependency conflict with `google-api-core` `2.17.1` (#280) --- setup.py | 2 +- testing/constraints-3.8.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02ca97bd..23265516 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "google.cloud.documentai_toolbox": ["templates/*.xml.j2"], }, install_requires=( - "google-api-core>=2.17.1, <3.0.0dev", + "google-api-core>=2.15.0, <3.0.0dev", "pandas[performance,gcp]>=2.0.0, <3.0.0", "pyarrow>=15.0.0, <16.0.0", "tabulate>=0.9.0, <1.0.0", diff --git a/testing/constraints-3.8.txt b/testing/constraints-3.8.txt index b47fd160..9214782a 100644 --- a/testing/constraints-3.8.txt +++ b/testing/constraints-3.8.txt @@ -5,7 +5,7 @@ # Pin the version to the lower bound. # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", # Then this file should have google-cloud-foo==1.14.0 -google-api-core==2.17.1 +google-api-core==2.15.0 pandas==2.0.0 proto-plus==1.22.3 grpc-google-iam-v1==0.12.6