Skip to content

Add Tags to ServiceConfiguration.replicas - #4112

Merged
un-def merged 1 commit into
masterfrom
pr_fix_run_configuration_replicas_validataion_error_message
Aug 7, 2026
Merged

Add Tags to ServiceConfiguration.replicas#4112
un-def merged 1 commit into
masterfrom
pr_fix_run_configuration_replicas_validataion_error_message

Conversation

@un-def

@un-def un-def commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Before:

2 validation errors for BaseApplyConfiguration
service.replicas.list[function-after[validate_scaling(), ReplicaGroup]].0
  Input should be a valid dictionary or instance of ReplicaGroup [type=model_type, input_value=None, input_type=NoneType]
    For further information visit https://errors.pydantic.dev/2.13/v/model_type
service.replicas.function-before[_parse(), function-before[_parse(), function-after[_post_validate(), function-before[_parse(),
function-after[_post_validate(), Range[int]]]]]]
  Input should be a valid dictionary or instance of Range[int] [type=model_type, input_value=[None], input_type=list]
    For further information visit https://errors.pydantic.dev/2.13/v/model_type

After:

2 validation errors for BaseApplyConfiguration
service.replicas.ReplicaGroup.0
  Input should be a valid dictionary or instance of ReplicaGroup [type=model_type, input_value=None, input_type=NoneType]
    For further information visit https://errors.pydantic.dev/2.13/v/model_type
service.replicas.Range[int]
  Input should be a valid dictionary or instance of Range[int] [type=model_type, input_value=[None], input_type=list]
    For further information visit https://errors.pydantic.dev/2.13/v/model_type

Before:

    2 validation errors for BaseApplyConfiguration
    service.replicas.list[function-after[validate_scaling(), ReplicaGroup]].0
      Input should be a valid dictionary or instance of ReplicaGroup [type=model_type, input_value=None, input_type=NoneType]
        For further information visit https://errors.pydantic.dev/2.13/v/model_type
    service.replicas.function-before[_parse(), function-before[_parse(), function-after[_post_validate(), function-before[_parse(),
    function-after[_post_validate(), Range[int]]]]]]
      Input should be a valid dictionary or instance of Range[int] [type=model_type, input_value=[None], input_type=list]
        For further information visit https://errors.pydantic.dev/2.13/v/model_type

After:

    2 validation errors for BaseApplyConfiguration
    service.replicas.ReplicaGroup.0
      Input should be a valid dictionary or instance of ReplicaGroup [type=model_type, input_value=None, input_type=NoneType]
        For further information visit https://errors.pydantic.dev/2.13/v/model_type
    service.replicas.Range[int]
      Input should be a valid dictionary or instance of Range[int] [type=model_type, input_value=[None], input_type=list]
        For further information visit https://errors.pydantic.dev/2.13/v/model_type
@un-def
un-def merged commit 8132077 into master Aug 7, 2026
27 checks passed
@un-def
un-def deleted the pr_fix_run_configuration_replicas_validataion_error_message branch August 7, 2026 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant