<!-- Questions, Feature Requests, and Bug Reports are all welcome --> <!-- delete as applicable: --> # Question * OS: **Windows 10** * Python version `import sys; print(sys.version)`: **3.6.6** * Pydantic version `import pydantic; print(pydantic.VERSION)`: **0.14** How to pass the pydantic configuration to classes annotated by `@dataclass` in the correct way?