From 43310f8f365c29c94df5fcda9249768d8096da87 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 12 Jul 2022 15:41:35 -0400 Subject: [PATCH] fix(deps): allow google-api-core < 3.0.0 on v1 branch (#204) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66e115c..26d06e7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 5 - Production/Stable" dependencies = [ - "google-api-core >= 1.21.0, < 2.0.0dev", + "google-api-core >= 1.21.0, < 3.0.0dev", "google-auth >= 1.24.0, < 2.0dev", # Support six==1.12.0 due to App Engine standard runtime. # https://github.com/googleapis/python-cloud-core/issues/45