Update max API version

This commit is contained in:
allegroai 2021-05-03 17:33:12 +03:00
parent 8f646043bb
commit 1d55710a0b

View File

@ -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 """If the check is set, parsing will fail for endpoint request with the version that is grater than the current
maximum """ maximum """
_max_version = PartialVersion("2.12") _max_version = PartialVersion("2.13")
""" Maximum version number (the highest min_version value across all endpoints) """ """ Maximum version number (the highest min_version value across all endpoints) """
_endpoint_exp = ( _endpoint_exp = (