dataclass-wizard icon indicating copy to clipboard operation
dataclass-wizard copied to clipboard

A simple, yet elegant, set of wizarding tools for interacting with Python dataclasses.

Results 31 dataclass-wizard issues
Sort by recently updated
recently updated
newest added

### Update [tox](https://pypi.org/project/tox) from **3.24.5** to **4.15.0**. Changelog ### 3.28.0 ``` -------------------- Features ^^^^^^^^ - Support provision of tox 4 with the ``min_version`` option - by :user:`hroncok` `2661 <https://github.com/tox-dev/tox/issues/2661>`_ ```...

update

Closes #67. Instead of checking that `type(item)` is `self.base_type` (like is implemented in the base class `AbstractParser`), we need to check if the `item` is in the values of the...

* Dataclass Wizard version: 0.22.3 * Python version: Python 3.11.8 * Operating System: Ubuntu 20.04.6 LTS ### Description You should be able to reproduce problem with [A (More) Complete Example](https://dataclass-wizard.readthedocs.io/en/latest/examples.html#a-more-complete-example)....

* Dataclass Wizard version: 0.22.3 * Python version: 3.12.2 * Operating System: macOS Sonoma 14.4.1 ### Description How can I store kwargs not explicitly called out as an attribute in...

* Dataclass Wizard version: 0.22.1 * Python version: 3.10.4 * Operating System: Ubuntu 22.04 ### Description Using the dataclass-wizard to deserialize a YAML file fails when trying to use string...

bug
help wanted
acknowledged

* Dataclass Wizard version: 0.22.2 * Python version: 3.10.6 * Operating System: Pop!_OS 22.04 LTS ### Description I found that by default, when serializing a dataclass, all the key names...

In next iteration (probably minor release) I want to drop support for Python 3.6 and 3.7. This will also have other benefits, such as: * fix `pyup` errors - currently...

case when ``` class A: b: B class B: a: A ``` As an example. My theory is that `cls_fromdict` is generated for class `A` twice, because of self-reference. I...

* Dataclass Wizard version: 0.22.2 * Python version: 3.11 * Operating System: Linux ### Description I've been using this library a lot and had noticed that I get an error...

* Dataclass Wizard version: 0.22.1 * Python version: 3.10.5 * Operating System: Linux 5.18.7-arch1-1 ### Description I am modeling some data that is self-referential, as in it may contain references...

bug
enhancement
acknowledged