Issues
- 1
CI Fails on Authentication Error
#267 opened by asgeirrr - 0
- 2
Python 3.9+ style collections with forward references fails to resolve types
#256 opened by mwoods-familiaris - 0
Caching helper functions broadly do not work
#262 opened by russellp17 - 1
Caching can lead to runtime errors due to subtle differences between `T | V` and `Union[T, V]`
#261 opened by russellp17 - 0
Missing sdist for `dacite==1.8.1`
#259 opened by woodruffw - 2
Add support for Python 3.12
#250 opened by 1stDimension - 1
subclassing support for type_hooks
#255 opened by maticus - 1
`WrongTypeError` - `should be "str" instead of value ... of type "int"` - Important when loading data from yaml
#254 opened by JakeSummers - 3
- 0
- 0
dacite.from_dict: `NamedTuple` type hook does not work with `cast=[tuple]` (regression from v1.7.0)
#253 opened by idanmiara - 3
- 1
from_dict resets `dataclasses.field` with argument `init=False` and `default_factory`
#244 opened by tzah4748 - 1
Regression in recognizing the type of the dataclass in case of inheritance
#231 opened by redlickigrzegorz - 0
- 0
Should it work with Dict[sometype, sometype]?
#247 opened by belonesox - 1
- 0
Dacite will put an `int` into an `Optional[float]` field but not a `float | None` field.
#245 opened by aquirdTurtle - 3
missing pypi source tarball for 1.8.1 release
#235 opened by chenrui333 - 1
ValueError: dictionary update sequence element #0 has length 1; 2 is required
#243 opened by rafaelfalcaro - 0
- 0
DefaultValueNotFoundError for Optional fields
#241 opened by eroller - 2
- 0
Add missing value factory for from_dict()
#238 opened by evan0greenup - 1
Subsequent calls of from_dict on dataclasses that contain Optional[type] and type | None breaks behaviour because of caching
#236 opened by TomaszBorczyk - 4
Regression in handling type_hooks for dict keys between dacite version 1.7 and 1.8
#217 opened by kkg4theweb - 2
Mapping key names to class attributes
#232 opened by Mettwasser - 3
- 4
- 1
Is there a functionality like this in dacite?
#221 opened by isaackogan - 4
- 1
- 0
Return value of custom type hook is discarded when decoding generic type in union
#230 opened by Feuermurmel - 0
Type hooks applied to deserialized values when hook for union type is defined
#229 opened by Feuermurmel - 1
Tuple of mixed values from list of strings
#227 opened by plonerma - 0
Regression with nested classes
#226 opened by quimey - 6
- 0
Better support for primitive numeric types
#222 opened by ltn100 - 2
Optional with default None gives a TypeError for python3.9 with modern annotation syntax
#213 opened by gaatjeniksaan - 1
[request] Update pypi release
#188 opened by yozachar - 1
Enums inside frozenset didn't casted well
#187 opened by artemmyhda - 1
Compatibility in from_dict for frozen dataclasses where dict doesn't contain non-init fields
#195 opened by das-intensity - 2
MissingValueError using union operator with None (`| None`) but `Optional` works
#201 opened by dylanmorroll - 1
support non-default value field missing in dict
#198 opened by thincal - 2
- 2
identifier aliases
#194 opened by chebureki - 1
- 2
[request] as_dict method
#190 opened by kiflowb777 - 1
WrongTypeError after correctly casting dict keys
#192 opened by sh-at-cs