From 1d55710a0ba3f9780de6705cf1e04e087ef3778d Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 3 May 2021 17:33:12 +0300 Subject: [PATCH] Update max API version --- apiserver/service_repo/service_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/service_repo/service_repo.py b/apiserver/service_repo/service_repo.py index ca8a8f9..2c02004 100644 --- a/apiserver/service_repo/service_repo.py +++ b/apiserver/service_repo/service_repo.py @@ -32,7 +32,7 @@ class ServiceRepo(object): """If the check is set, parsing will fail for endpoint request with the version that is grater than the current maximum """ - _max_version = PartialVersion("2.12") + _max_version = PartialVersion("2.13") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (