Resul Yurttakalan
Resul Yurttakalan
Is there any progress? Actually no need custom dataclass support. Need to recognizing dataclass on indirect importations like following. ``` # base/__init__.py from pydantic.dataclasses import dataclass __all__ = [ "dataclass",...
Hey, @koxudaxi Actually there is no need recognizing of custom dataclass. If plugin could support indirect importations like [here](https://github.com/koxudaxi/pydantic-pycharm-plugin/issues/402#issuecomment-1027932254), we can use all custom dataclasses.
I suppose you are right, it's about PyCharm. I tried with python builtin dataclass, pycharm gives warning even on this. 
There is a bug report in jetbrains about this topic. Link is [here](https://youtrack.jetbrains.com/issue/PY-45409). I hope it will pan out. 🙏
Is there any solution about that issue?
i have same problem. did you any progress? 
Is there any obstacle to the review of this PR?
still not working :/
Is there any workaround solution for that issue?
hi team, what is the last status about this task?