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

Milestone to v1 #164

Merged
merged 51 commits into from
Dec 17, 2024
Merged

Milestone to v1 #164

merged 51 commits into from
Dec 17, 2024

Conversation

rnag added 29 commits November 30, 2024 22:26
* Update signature of `LoadMeta`, `DumpMeta`, and `EnvMeta` to accept keyword arguments `**kwargs`
* Add loader_selection.py to allow selection of loader (`v1` or not)
* Update signature of `LoadMeta`, `DumpMeta`, and `EnvMeta` to accept keyword arguments `**kwargs`
* Add loader_selection.py to allow selection of loader (`v1` or not)
* Add support for `Sequence`, `Collection`, and `MutableSequence`
* Add support for container class with `Meta` config (#163)
* Fix for `NoneType`
dataclass_wizard/errors.py Outdated Show resolved Hide resolved
@stdedos
Copy link
Contributor

stdedos commented Dec 12, 2024

Also:

For

.venv/lib/python3.9/site-packages/dataclass_wizard/type_def.py:169: in <module>
    from typing_extensions import (Required as PyRequired,
E   ImportError: cannot import name 'ReadOnly' from 'typing_extensions' (.venv/lib/python3.9/site-packages/typing_extensions.py)

typing-extensions>=4.9.0 (python/typing_extensions@0b0166d)

'typing-extensions>=4; python_version == "3.9" or python_version == "3.10"',

@rnag rnag merged commit ad72054 into main Dec 17, 2024
6 checks passed
@rnag rnag deleted the milestone-to-V1 branch December 17, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants