You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> v = ValidationTest(**data)
E pydantic_core._pydantic_core.ValidationError: 1 validation error for ValidationTest
E build_environment
E Value error, value must be a list of Annotated: [{'CGO_ENABLED': 0}] [type=value_error, input_value=[{'CGO_ENABLED': 0}], input_type=list]
E For further information visit https://errors.pydantic.dev/2.9/v/value_error
Pydantic 2 requires
coerce_numbers_to_str = True
to be set, but this does not work for annotated types, such as craft-application'sSingleEntryDict
:Parsing the following with craft-grammar
produces
See full logs in this PR: #46
The text was updated successfully, but these errors were encountered: