Issues
- 0
Drop Python 3.8 support
#258 opened by Fatal1ty - 6
- 4
- 5
Suppress warning about Union type
#221 opened by marcelveldt - 0
- 1
- 4
Packaging for openSUSE: checks failing due to "invalid syntax", "ImportError"
#248 opened by kastl-ars - 2
Is it possible to serialise a dataclass-mixin within another dataclass-mixin?
#246 opened by casparvitch - 3
Unable to use PEP 604 annotations
#245 opened by epenet - 6
- 7
Tuples are not hashable.
#243 opened by victora-openai - 1
Support slices as fields
#242 opened by victora-openai - 2
- 2
- 1
unable to serialize torch.tensor as float
#238 opened by Ryang20718 - 1
strict_map_keys for DataClassMessagePackMixin
#237 opened by Ryang20718 - 1
- 6
- 4
Take description from docstring
#222 opened by Peter9192 - 3
- 1
[BUG] to_msgpack doesn't behave properly with Discriminator(include_subtypes=True)
#233 opened by fps7806 - 5
More issues on Python 3.12.4
#231 opened by mweinelt - 0
Some tests error out with typing_extensions>=4.12
#227 opened by devdanzin - 0
Incorrect type annotation for the result of `to_json` in `DataClassORJSONMixin`
#223 opened by Fatal1ty - 0
Python 3.12.4 Compatibility
#226 opened by jretz - 2
Investigate support for recursive Union types
#206 opened by JWCS - 0
Annotated SerializationStrategy used as a field serialization strategy leads to RecursionError
#219 opened by Fatal1ty - 0
Add support for PEP 696
#216 opened by Fatal1ty - 0
- 0
Add support for PEP 695
#211 opened by Fatal1ty - 2
- 2
Supports `numpy.ndarray` type for `orjson`
#207 opened by function2-llx - 3
- 7
Reject extra keys on deserialization
#197 opened by real-or-random - 6
Unserializable field in 3.12 if defined as a Generic TypeVar with mixin bounds
#195 opened by stamostz - 6
InitVar with no default value
#179 opened by subbyte - 3
- 2
Not parsing Generics correctly
#193 opened by GuyKh - 6
Multiple aliases for field
#176 opened by CralixRaev - 2
- 1
omit_default breaks IntFlag serialization
#188 opened by xrun1 - 0
The types defined inside the function result in syntactically invalid generated code
#182 opened by Fatal1ty - 3
- 2
"`dict[str, T]` as a field type is not supported"
#177 opened by aldanor - 5
Query string support
#172 opened by tkukushkin - 3
omit_default=True evaluates default_factory value at declaration time which can cause a circular reference
#174 opened by m3talstorm - 3
- 2
Benchmark is not working in master branch
#173 opened by meshin-dev - 0
Add support for LiteralString
#166 opened by Fatal1ty - 0
Add an option to avoid collection data types copying
#163 opened by Fatal1ty