Open tsuga opened 2 years ago
While it doesn't add support for enforcing the TypedDict
schema, https://github.com/jacebrowning/datafiles/pull/269 should at least fix the TypeError
and treat the attribute as a Dict[str, Any]
, similar to how Dict
annotations are handled: https://datafiles.readthedocs.io/en/latest/types/containers/#dictionaries
Hi there,
I'm new to datafiles but found it very useful. However, my codebase has a TypedDict, which causes an error.
I got the following error: