| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-13 | 1.1 kB | |
| Version 0.18.5 source code.tar.gz | 2023-12-13 | 1.3 MB | |
| Version 0.18.5 source code.zip | 2023-12-13 | 1.3 MB | |
| Totals: 3 Items | 2.6 MB | 0 | |
- Support unhashable
Annotatedmetadata inmsgspec.inspect.type_info(#566). - Fix bug preventing decoding dataclasses/attrs types with default values and
slots=True, frozen=True(#569). - Support passing parametrized generic struct types to
msgspec.structs.fields(#571). - Validate
strconstraints on dict keys when decoding msgpack (#577). - Support
UUIDsubclasses as inputs tomsgspec.convert(#592). - Call
__eq__from generated__ne__if user defines manual__eq__method on aStructtype (#593). - Include the
Structtype in the generated hash (#595). - Add a
cache_hashstruct option (#596). - Fix a bug around caching of dataclass type info when dealing with subclasses of dataclasses (#599).
- Add
msgspec.structs.force_setattr(#600). - Support custom dict key types in JSON encoder and decoder (#602).
- Include
dictkey constraints in generated JSON schema via thepropertyNamesfield (#604). - Add a
schema_hookfor generating JSON schemas for custom types (#605). - Add support for Python 3.12's
typealiases (#606).