From f59ef65fa62d66c9f79f6be33080e011b319dc0d Mon Sep 17 00:00:00 2001 From: clearml <> Date: Thu, 5 Dec 2024 19:07:34 +0200 Subject: [PATCH] Update API version to v2.31 --- 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 643b2d8..17e8928 100644 --- a/apiserver/service_repo/service_repo.py +++ b/apiserver/service_repo/service_repo.py @@ -39,7 +39,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.30") + _max_version = PartialVersion("2.31") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (