Skip to content

Commit

Permalink
bump to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulyalin committed Aug 27, 2023
1 parent 7b77c1e commit ec46989
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 140 deletions.
2 changes: 1 addition & 1 deletion nornir_salt/utils/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ class modelTestsProcessorTest(BaseModel):
globals_dictionary: Optional[Dict] = None
add_host: Optional[StrictBool] = None
# CerberusTest parameters
cerberus_schema: Optional[StrictStr] = Field(None, alias="schema")
cerberus_schema: Optional[Union[StrictStr, Dict]] = Field(None, alias="schema")
allow_unknown: Optional[StrictBool] = None
# EvalTest parameters
expr: Optional[StrictStr] = None
Expand Down

0 comments on commit ec46989

Please sign in to comment.