From 24276b0b9d80ef806cc5dec3caff9912f1c539cc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Mar 2022 11:39:09 -0500 Subject: [PATCH] fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#334) fix(deps): require proto-plus>=1.15.0 --- packages/google-cloud-python-speech/setup.py | 4 ++-- .../google-cloud-python-speech/testing/constraints-3.6.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-python-speech/setup.py b/packages/google-cloud-python-speech/setup.py index 5ff1b3bf9161..f738550a0f2a 100644 --- a/packages/google-cloud-python-speech/setup.py +++ b/packages/google-cloud-python-speech/setup.py @@ -32,8 +32,8 @@ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 - "google-api-core[grpc] >= 1.28.0, <3.0.0dev", - "proto-plus >= 1.4.0", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", + "proto-plus >= 1.15.0", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/packages/google-cloud-python-speech/testing/constraints-3.6.txt b/packages/google-cloud-python-speech/testing/constraints-3.6.txt index 96d36040bdfe..2bdebaf039b3 100644 --- a/packages/google-cloud-python-speech/testing/constraints-3.6.txt +++ b/packages/google-cloud-python-speech/testing/constraints-3.6.txt @@ -5,6 +5,6 @@ # # 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 libcst==0.2.5 -proto-plus==1.4.0 +proto-plus==1.15.0