Skip to content
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

fix: ValueError: mutable default <class 'list'> for field x is not alowed: use default_factory #18

Merged
merged 2 commits into from
Nov 18, 2023

Conversation

flobz
Copy link

@flobz flobz commented Nov 18, 2023

Hello,
This PR allow to use list of element in dataclass.

@flobz
Copy link
Author

flobz commented Nov 18, 2023

I fixed the compatibility with python3.7

@christianhelle christianhelle added bug Something isn't working enhancement New feature or request labels Nov 18, 2023
@christianhelle christianhelle self-assigned this Nov 18, 2023
@christianhelle
Copy link
Owner

@flobz Thanks for your contribution. The changes look good to me and my only concern was that the tests were failing in Python 3.7 and 3.8

Let's get these changes merged in and released as soon as all tests are green

@christianhelle christianhelle merged commit 47ab0fe into christianhelle:main Nov 18, 2023
32 checks passed
@christianhelle
Copy link
Owner

@flobz your contribution is now released to PyPi as v1.0.19

@flobz
Copy link
Author

flobz commented Nov 20, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants