issues
search
konradhalas
/
dacite
Simple creation of data classes from dictionaries.
MIT License
1.76k
stars
106
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CI Fails on Authentication Error
#267
asgeirrr
opened
1 week ago
1
Fix CI
#266
m-aciek
opened
3 weeks ago
0
Suppress context in ForwardReferenceError and MissingValueError
#265
m-aciek
opened
3 weeks ago
1
Union matches: select type by number of matching fields
#264
m-aciek
opened
3 weeks ago
1
When parsing with Union Optional values are swallowing the input
#263
m-aciek
opened
3 weeks ago
0
Caching helper functions broadly do not work
#262
russellp17
opened
1 month ago
0
Caching can lead to runtime errors due to subtle differences between `T | V` and `Union[T, V]`
#261
russellp17
closed
1 month ago
1
improve Data typing
#260
trim21
opened
2 months ago
0
Missing sdist for `dacite==1.8.1`
#259
woodruffw
opened
3 months ago
0
Fix issues with caching internal function calls
#258
jasisz
closed
4 months ago
1
Adding a special case for floats that are passed the strings "nan" or "inf"
#257
djpadz
opened
5 months ago
0
Python 3.9+ style collections with forward references fails to resolve types
#256
mwoods-familiaris
opened
5 months ago
2
subclassing support for type_hooks
#255
maticus
opened
6 months ago
1
`WrongTypeError` - `should be "str" instead of value ... of type "int"` - Important when loading data from yaml
#254
JakeSummers
opened
7 months ago
1
dacite.from_dict: `NamedTuple` type hook does not work with `cast=[tuple]` (regression from v1.7.0)
#253
idanmiara
opened
9 months ago
0
Dictionary matching errors with object type key
#252
ali-raza-zaidi
opened
9 months ago
0
dataclass does not accept union of dataclasses?
#251
victorgabillon
opened
11 months ago
0
Add support for Python 3.12
#250
1stDimension
opened
11 months ago
2
Adding python 3.12 to setup and testing
#249
1stDimension
opened
11 months ago
1
Feature/from tuple
#248
Tesla2000
opened
1 year ago
0
Should it work with Dict[sometype, sometype]?
#247
belonesox
opened
1 year ago
0
feat: Field Name in builts-in support with _ in end
#246
JCHacking
opened
1 year ago
0
Dacite will put an `int` into an `Optional[float]` field but not a `float | None` field.
#245
aquirdTurtle
opened
1 year ago
0
from_dict resets `dataclasses.field` with argument `init=False` and `default_factory`
#244
tzah4748
opened
1 year ago
1
ValueError: dictionary update sequence element #0 has length 1; 2 is required
#243
rafaelfalcaro
closed
1 year ago
1
`strict_union_match` shadows the Error raised in `__post_init__`
#242
DyeKuu
opened
1 year ago
0
DefaultValueNotFoundError for Optional fields
#241
eroller
opened
1 year ago
0
Using dacite fails at runtime with pkg_resources.DistributionNotFound
#240
Cypher1
closed
1 year ago
2
dict cannot be matched if keys are specified as enums in dataclass
#239
gryznar
opened
1 year ago
3
Add missing value factory for from_dict()
#238
evan0greenup
opened
1 year ago
0
Fixed incorrect caching that caused throwing exception
#237
TomaszBorczyk
opened
1 year ago
1
Subsequent calls of from_dict on dataclasses that contain Optional[type] and type | None breaks behaviour because of caching
#236
TomaszBorczyk
opened
1 year ago
1
missing pypi source tarball for 1.8.1 release
#235
chenrui333
opened
1 year ago
3
With strict_unions_match, KeyError is raised instead of UnionMatchError
#234
object-Object
opened
1 year ago
3
Check for non empty union matches
#233
kkg4theweb
opened
1 year ago
1
Mapping key names to class attributes
#232
Mettwasser
opened
1 year ago
2
Regression in recognizing the type of the dataclass in case of inheritance
#231
redlickigrzegorz
opened
1 year ago
1
Return value of custom type hook is discarded when decoding generic type in union
#230
Feuermurmel
opened
1 year ago
0
Type hooks applied to deserialized values when hook for union type is defined
#229
Feuermurmel
opened
1 year ago
0
Improving type casting from list of values to mixed tuples
#228
plonerma
opened
1 year ago
0
Tuple of mixed values from list of strings
#227
plonerma
opened
1 year ago
1
Regression with nested classes
#226
quimey
opened
1 year ago
0
Support of a custom mapping to the fields with different names
#225
scrobot
opened
1 year ago
1
Better error messages for nested structs
#224
virtuald
opened
1 year ago
0
default_factory does not create new instance of an object
#223
soapun
closed
1 year ago
4
Better support for primitive numeric types
#222
ltn100
opened
1 year ago
0
Is there a functionality like this in dacite?
#221
isaackogan
opened
1 year ago
1
add possibility use keywords from reserved names.
#220
AlexSamarsky
opened
1 year ago
0
Allow type_hooks for substituted objects of the same parent type
#219
SnijderC
opened
1 year ago
3
Exception thrown by custom code inside a Union are caught by mistake
#218
jsangmeister
opened
1 year ago
6
Next