improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592)
This commit is contained in:
@@ -51,10 +51,10 @@ parameters:
|
||||
options:
|
||||
- value: true
|
||||
label:
|
||||
en_US: Yes
|
||||
en_US: 'Yes'
|
||||
zh_Hans: 是
|
||||
- value: false
|
||||
label:
|
||||
en_US: No
|
||||
en_US: 'No'
|
||||
zh_Hans: 否
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user