When creating a `DagsterType` from a `dict` type a...
# ask-community
d
When creating a
DagsterType
from a
dict
type annotation, Dagster is converting it into
Dict
typing_type
internally. This can mess up user code in some scenarios (e.g. when manually checking the
typing_type
in the IOManager). @sandy is this done to support older Python versions? Is there a way to preserve the provided annotation in the newer versions (3.9+)?