From ddc8a762791be3b8838604e66b68f7edbbb8dc45 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 18 Mar 2024 16:02:45 +0200 Subject: [PATCH] Set API version to v2.29 --- 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 95f855f..ea8ee2f 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.28") + _max_version = PartialVersion("2.29") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (