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
Describe the bug
Pydantic model AuthorizationGroups has incorrect validation for the users field.
This field has the following type annotation: users: Optional[Dict[str, StrictStr]] = None. However, the validation processes the field value like a string.
Describe the bug
Pydantic model
AuthorizationGroups
has incorrect validation for theusers
field.This field has the following type annotation:
users: Optional[Dict[str, StrictStr]] = None
. However, the validation processes the field value like a string.To Reproduce
Short script for reproduction:
Expected behavior
Dict data was validated, and the model object was created.
Actual Behavior
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: