-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
TypeError: dataclass() got an unexpected keyword argument 'slots' #110
Comments
You didn't loose time here to report :) |
yeh, it broke a lot of my works CI :) so we caught it quick |
Last release is a major version number change. I broke many interface |
v2.0.1 is release and published. Should work. |
thank you for the fast turn around. much appreciated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.7 erroring with the below message
Looks like slots was only added in 3.10
https://docs.python.org/3/library/dataclasses.html
The text was updated successfully, but these errors were encountered: