Skip to main content
Question

Toolkit version 0.7.219 failing in dry-run

  • April 20, 2026
  • 2 replies
  • 14 views

I used to run this version to upload simulator connector, model and routines, but it is not working anymore

here is the error I

 

pydantic_core._pydantic_core.ValidationError: 3 validation errors for PagedResponse[GroupResponse]

items.324.capabilities.6.acl.scope.scope_name

Input should be 'all' [type=literal_error, input_value='agentExternalIdScope', input_type=str]

For further information visit https://errors.pydantic.dev/2.13/v/literal_error

items.526.capabilities.6.acl.scope.scope_name

Input should be 'all' [type=literal_error, input_value='agentExternalIdScope', input_type=str]

For further information visit https://errors.pydantic.dev/2.13/v/literal_error

items.639.capabilities.6.acl.scope.scope_name

Input should be 'all' [type=literal_error, input_value='agentExternalIdScope', input_type=str]

For further information visit https://errors.pydantic.dev/2.13/v/literal_error

2 replies

Peter  Arwanitis
Practitioner ⭐️⭐️⭐️
Forum|alt.badge.img
  • Practitioner ⭐️⭐️⭐️
  • April 20, 2026

I’m reaching out to ​@Ricardo V Soares to check the config files, and what has changed since last time it succeded.
Pydantic errors typically mean that a given yaml-configuration does not match the expected schema, but for that to check I need to see the config yaml.


Forum|alt.badge.img

Hi ​@Ricardo V Soares

This error should be resolved by updating your local version of Toolkit to a more recent version. Can you try updating to version 0.7.235 or later?