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
Hello, i cant use type Dict from typing
I get the error NotImplementedError: Unsupported type: typing.Dict[str, str]
And also if i use (class) dict, i get error Input should be a valid string [type=string_type, input_value={'English': 'B1', 'Russian': 'NATIVE'}, input_type=dict]
How can I use this type to construct an object with previously unknown keys and values?
The text was updated successfully, but these errors were encountered:
Hello, i cant use type Dict from typing
I get the error
NotImplementedError: Unsupported type: typing.Dict[str, str]
And also if i use
(class) dict
, i get errorInput should be a valid string [type=string_type, input_value={'English': 'B1', 'Russian': 'NATIVE'}, input_type=dict]
How can I use this type to construct an object with previously unknown keys and values?
The text was updated successfully, but these errors were encountered: