-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failures due to TypeError: cannot inherit frozen dataclass from a non-frozen one #1524
Comments
It looks like flexparser is the likely culprit, see hgrecco/pint#2074 |
@lbianchi-lbl the issue is the latest I've temporarily pinned |
New |
This has been fixed upstream, so I'm closing this issue. |
dataclasses
is part of the Python standard library, so unlikely to have been changed in a backward-incompatible way within the same Python versionRelated
We're aware of this error affecting the following PRs
The text was updated successfully, but these errors were encountered: