mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Set API version to v2.29
This commit is contained in:
parent
ac7ea0d477
commit
ddc8a76279
@ -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
|
"""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.28")
|
_max_version = PartialVersion("2.29")
|
||||||
""" 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 = (
|
||||||
|
Loading…
Reference in New Issue
Block a user