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
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Argument of type "JsonValue" cannot be assigned to parameter "data" of type "Serializable" in function "__init__"
Type "JsonValue" is not assignable to type "Serializable"
Type "Dict[str, JsonValue]" is not assignable to type "Serializable"
"Dict[str, JsonValue]" is not assignable to "None"
"Dict[str, JsonValue]" is not assignable to "bool"
"Dict[str, JsonValue]" is not assignable to "float"
"Dict[str, JsonValue]" is not assignable to "int"
"Dict[str, JsonValue]" is not assignable to "str"
"Dict[str, JsonValue]" is not assignable to "datetime"
...Pylance[reportArgumentType](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportArgumentType)