Set API version to 2.17

This commit is contained in:
allegroai 2022-03-15 16:22:51 +02:00
parent 941927dfcd
commit 5acc7eebc3
3 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ create_credentials {
} }
} }
} }
"999.0": ${create_credentials."2.1"} { "2.17": ${create_credentials."2.1"} {
request.properties.label { request.properties.label {
type: string type: string
description: Optional credentials label description: Optional credentials label

View File

@ -914,7 +914,7 @@ get_hyper_parameters {
} }
} }
get_model_metadata_keys { get_model_metadata_keys {
"999.0" { "2.17" {
description: """Get a list of all metadata keys used in models within the given project.""" description: """Get a list of all metadata keys used in models within the given project."""
request { request {
type: object type: object

View File

@ -38,7 +38,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.16") _max_version = PartialVersion("2.17")
""" 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 = (