From b82a34ea5ca8e65d085fc363d2fe56df410288c0 Mon Sep 17 00:00:00 2001 From: Rustam Mehmandarov Date: Tue, 18 Jul 2017 23:06:22 +0200 Subject: [PATCH] Update v1beta1 to v1. Ver. v1beta1 is deprecated. --- webapp/candysorter/ext/google/cloud/ml/_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/candysorter/ext/google/cloud/ml/_http.py b/webapp/candysorter/ext/google/cloud/ml/_http.py index 5811c3d..cc1045f 100644 --- a/webapp/candysorter/ext/google/cloud/ml/_http.py +++ b/webapp/candysorter/ext/google/cloud/ml/_http.py @@ -20,5 +20,5 @@ class Connection(_http.JSONConnection): API_BASE_URL = 'https://ml.googleapis.com' - API_VERSION = 'v1beta1' + API_VERSION = 'v1' API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'