Update API version to 2.26

This commit is contained in:
allegroai
2023-07-26 18:44:20 +03:00
parent 6885d07462
commit 752020c66a
9 changed files with 14 additions and 14 deletions

View File

@@ -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.25")
_max_version = PartialVersion("2.26")
""" Maximum version number (the highest min_version value across all endpoints) """
_endpoint_exp = (