From 051580498559155f9c9873c473553eb0fba3cbe4 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 7 Jul 2020 16:35:03 -0700 Subject: [PATCH] chore(deps): widen pin for google-cloud-monitoring This pin is overly restrictive and will likely lead to dependency conflicts with other libraries in the near future. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb508e20c..406034064 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ 'configparser>=3.5.0', 'mock>=2.0.0', 'future>=0.16.0', - 'google-cloud-monitoring==0.31.1', + 'google-cloud-monitoring>=1.0.0, <2.0dev', 'google-api-core>=1.10.0', 'google-api-python-client>=1.6.2', 'seaborn>=0.7.0',