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
emmmm, this can be fixed by changing import pydantic to from pydantic import dataclasses and replace @pydantic.dataclasses.dataclass with @dataclasses.dataclass
Describe the bug
A clear and concise description of what the bug is.
@pydantic.dataclasses.dataclass
's__init__
type hint stop workingTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
should work as stdlib
dataclasses
Screenshots
If applicable, add screenshots to help explain your problem.
Also, gif movies are recommended.
Environments (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: