Dataclasses-json

Latest version: v0.6.6

Safety actively analyzes 631249 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 13

0.3.3

Fix issues with decoding generic extended types (datetime, uuid, decimal).

0.3.2

Marshmallow fix. Thanks yukihiko-shinoda

0.3.1

Introduces `PascalCase` lettercase config option. Thanks jansabbe

0.3.0

**BREAKING CHANGE**

`configured_dataclass_json` has been removed in favor of a single `dataclass_json` decorator that optionally takes arguments.

To upgrade to this release, simply replace all occurrences of `configured_dataclass_json` with `dataclass_json` (a find-and-replace-in-all-files should suffice).

Note that the no arg version of the decorator:
python
dataclass_json
class Example
...

will continue to work and requires no code changes

0.2.14

- Union bugfix. Thanks FaraSeer
- Schema `datakey`. Thanks Glandos

0.2.13

Added
`field_name` to the config object. Thanks nazarewk!

Fixed
`LetterCase` now correctly applies to the generated marshmallow schema

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.