From bdf13e49303eb9306e1c5d19b80ca407970120c7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Mar 2022 11:11:57 -0500 Subject: [PATCH] fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#10) --- packages/google-cloud-video-stitcher/setup.py | 2 +- .../google-cloud-video-stitcher/testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-video-stitcher/setup.py b/packages/google-cloud-video-stitcher/setup.py index 04c6432b0c1b..7816a9356a50 100644 --- a/packages/google-cloud-video-stitcher/setup.py +++ b/packages/google-cloud-video-stitcher/setup.py @@ -38,7 +38,7 @@ platforms="Posix; MacOS X; Windows", include_package_data=True, install_requires=( - "google-api-core[grpc] >= 1.28.0, < 3.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "proto-plus >= 1.19.7", ), python_requires=">=3.6", diff --git a/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt b/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt index ead4cc96be9f..299195749173 100644 --- a/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt +++ b/packages/google-cloud-video-stitcher/testing/constraints-3.6.txt @@ -5,5 +5,5 @@ # # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 -google-api-core==1.28.0 +google-api-core==1.31.5 proto-plus==1.19.7