Datamodel-code-generator

Latest version: v0.26.5

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

Scan your dependencies

Page 2 of 33

0.25.9

What's Changed
* Fix merging config and args by mahdilamb in https://github.com/koxudaxi/datamodel-code-generator/pull/2015
* Fix missing imports for collapsed models by kmichel-aiven in https://github.com/koxudaxi/datamodel-code-generator/pull/2043
* Don't generate files without model by kmichel-aiven in https://github.com/koxudaxi/datamodel-code-generator/pull/2044
* Escaping apostophes in mark-down by ben05allen in https://github.com/koxudaxi/datamodel-code-generator/pull/2047
* Typo: Fix missing whitespace in CLI help by meliache in https://github.com/koxudaxi/datamodel-code-generator/pull/2053

New Contributors
* mahdilamb made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/2015
* ben05allen made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/2047
* meliache made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/2053

**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.8...0.25.9

0.25.8

What's Changed
* feat: new cli option --use-exact-imports by alpoi-x in https://github.com/koxudaxi/datamodel-code-generator/pull/1983
* patch pydantic v1.10.9 conflict with py3.12 by luca-knaack-webcom in https://github.com/koxudaxi/datamodel-code-generator/pull/2014
* feature: dots in paths by luca-knaack-webcom in https://github.com/koxudaxi/datamodel-code-generator/pull/2008
* docs: Update airbyte use case + fix broken link by natikgadzhi in https://github.com/koxudaxi/datamodel-code-generator/pull/2021
* Fix Missing Imports by luca-knaack-webcom in https://github.com/koxudaxi/datamodel-code-generator/pull/2009
* 🚑 fixes graphql parser --use-standard-collections --use-union-operator --use-annotated by bpsoos in https://github.com/koxudaxi/datamodel-code-generator/pull/2016

New Contributors
* alpoi-x made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1983
* natikgadzhi made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/2021
* bpsoos made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/2016

**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.7...0.25.8

0.25.7

What's Changed
* Add from_attributes to ConfigDict by michael2to3 in https://github.com/koxudaxi/datamodel-code-generator/pull/1946
* Fix msgspec template to add field by ianbuss in https://github.com/koxudaxi/datamodel-code-generator/pull/1942
* Add regex_engine="python-re" if regex uses lookaround by camillol in https://github.com/koxudaxi/datamodel-code-generator/pull/1945
* Fix broken unittest by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1987
* fix: Fix subschema array items with oneOf showing up as Any type by jdweav in https://github.com/koxudaxi/datamodel-code-generator/pull/1962
* Fix reuse_models not using the custom_template_dir by atti92 in https://github.com/koxudaxi/datamodel-code-generator/pull/1954
* Fix alias for superclass with identical name by kmichel-aiven in https://github.com/koxudaxi/datamodel-code-generator/pull/1981
* feat: support for external referenced discriminators by luca-knaack-webcom in https://github.com/koxudaxi/datamodel-code-generator/pull/1991
* fix: external references to parent folder by luca-knaack-webcom in https://github.com/koxudaxi/datamodel-code-generator/pull/1999

New Contributors
* michael2to3 made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1946
* ianbuss made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1942
* camillol made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1945
* jdweav made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1962
* kmichel-aiven made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1981
* luca-knaack-webcom made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1991

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

0.25.6

What's Changed
* Fix missing Union by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1905
* fix(ModuleImports): This PR fixes the module import resolver for module of type `BaseClassDataType` by rshah-evertz in https://github.com/koxudaxi/datamodel-code-generator/pull/1862
* Support http query parameters by kevin-lithic in https://github.com/koxudaxi/datamodel-code-generator/pull/1911
* feat: add examples to meta fields by nampereira in https://github.com/koxudaxi/datamodel-code-generator/pull/1899
* Fix Rootmodel template with reuse-model by atti92 in https://github.com/koxudaxi/datamodel-code-generator/pull/1902
* Support pendulum by kevin-lithic in https://github.com/koxudaxi/datamodel-code-generator/pull/1914

New Contributors
* rshah-evertz made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1862
* kevin-lithic made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1911
* nampereira made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1899
* atti92 made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1902

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

0.25.5

What's Changed
* Fix overriden required by fft001 in https://github.com/koxudaxi/datamodel-code-generator/pull/1868
* Added support for passing pathlib.Path as a format to JSON schema by brandonsorensen in https://github.com/koxudaxi/datamodel-code-generator/pull/1879
* Make discriminators work with multiple keys pointing to the same schema by ldej in https://github.com/koxudaxi/datamodel-code-generator/pull/1885

New Contributors
* fft001 made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1868
* brandonsorensen made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1879
* ldej made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1885

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

0.25.4

What's Changed
* Fix object instance comparison. Add test. by jamesbezuk in https://github.com/koxudaxi/datamodel-code-generator/pull/1849
* Added graphql to `--input-file-type` options by JoeHCQ1 in https://github.com/koxudaxi/datamodel-code-generator/pull/1846
* Add codespell configuration, workflow, pre-commit config and fix few typos by yarikoptic in https://github.com/koxudaxi/datamodel-code-generator/pull/1842
* has_constraints should return true for falsy values by ericvandever in https://github.com/koxudaxi/datamodel-code-generator/pull/1844
* Fix black module error when 19.10b0 is installed by koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/1855

New Contributors
* jamesbezuk made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1849
* JoeHCQ1 made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1846
* yarikoptic made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1842
* ericvandever made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/1844

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

Page 2 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.