Datamodel Code Generator Versions Save

Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.

0.25.6

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.5...0.25.6

0.25.5

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.4...0.25.5

0.25.4

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.3...0.25.4

0.25.3

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.2...0.25.3

0.25.2

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.1...0.25.2

0.25.1

5 months ago

What's Changed

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.0...0.25.1

0.25.0

5 months ago

What's Changed

Breaking Changes

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.2...0.25.0

0.24.2

5 months ago

What's Changed

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.1...0.24.2

0.24.1

5 months ago

0.24.0

5 months ago

What's Changed

Breaking Changes

  • The version drop pysnooper, prance, openapi-spec-validator from the default dependencies list. If you want to use --debug and --validation, please add the extra option when you install packages datamodel-code-generator[debug] and datamodel-code-generator[validation]

Depreacated

  • --validation option will be removed in the new future. please use other tools to validate OpenAPI Schema.

New Contributors

Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.23.0...0.24.0