From 8251c7fb101e32f6a03c0801941ed6ff38e327af Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 10 Mar 2022 23:41:41 +0000 Subject: [PATCH] chore(deps): allow google-api-core v2 on v1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08ba0a46..cdcd6fa6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 5 - Production/Stable" dependencies = [ - "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", ] extras = {}