API version bump to 2.32

This commit is contained in:
clearml 2025-06-04 12:00:23 +03:00
parent 0a02b7ad63
commit cfe0b4fa55
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
| Release | ApiVersion | | Release | ApiVersion |
|---------|------------| |---------|------------|
| v2.1 | 2.32 |
| v2.0 | 2.31 |
| v1.17 | 2.31 | | v1.17 | 2.31 |
| v1.16 | 2.30 | | v1.16 | 2.30 |
| v1.15 | 2.29 | | v1.15 | 2.29 |

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 """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.31") _max_version = PartialVersion("2.32")
""" 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 = (