From cad8d8a216d96375431a0074421ad16e0c418d28 Mon Sep 17 00:00:00 2001 From: Riley Bauer Date: Fri, 17 Aug 2018 13:45:43 -0700 Subject: [PATCH] Pins the google-cloud-monitoring version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9112f2780..d4721a43e 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ 'configparser>=3.5.0', 'mock>=2.0.0', 'future>=0.16.0', - 'google-cloud>=0.30.0', + 'google-cloud-monitoring==0.28.0', 'google-api-python-client>=1.6.2', 'seaborn>=0.7.0', 'plotly>=1.12.5',