Pydantic2zod

Latest version: v0.1.1

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

Scan your dependencies

0.1.1

What's Changed

* fix(parser): Fix incorrectly parsed dict default values by mimre25 in https://github.com/argyle-engineering/pydantic2zod/pull/163

Maintenance

* Fix publish-to-pypi by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/154
* Bump pytest-cov from 5.0.0 to 6.0.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/157
* Bump pyright from 1.1.386 to 1.1.387 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/158
* Bump pyright from 1.1.387 to 1.1.388 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/160
* Bump ruff from 0.7.1 to 0.7.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/161
* Bump typer from 0.12.5 to 0.13.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/162
* Relese prep by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/164

New Contributors
* mimre25 made their first contribution in https://github.com/argyle-engineering/pydantic2zod/pull/163

**Full Changelog**: https://github.com/argyle-engineering/pydantic2zod/compare/0.1.0...0.1.1

0.1.0

What's Changed

* Bump networkx from 2.8.8 to 3.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/1
* Bump taskipy from 1.10.3 to 1.10.4 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/2
* Bump black from 23.1.0 to 23.3.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/3
* Bump pytest from 7.2.2 to 7.3.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/5
* Bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/6
* Resolve import aliases by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/7
* Added ability to rename models when compiling TypeScript declarations by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/8
* Misc improvements by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/9
* Basic generic model support by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/10
* Bump typer from 0.7.0 to 0.8.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/11
* Resolve fully qualified class names for classes from the same module by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/13
* Add option to ignore parsing specific types by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/14
* Fix generic model base class by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/15
* Restructure the project by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/16
* Fix type alias resolution when parsing types recursively by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/17
* Loosen up typer requirement by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/18
* Allow to override source code header by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/19
* Bump taskipy from 1.10.4 to 1.11.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/20
* Fix parsing with model config by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/29
* Generate zod objects with .strict() by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/31
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/32
* User defined builtins by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/33
* Update pyright by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/34
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/35
* Bump typing-extensions from 4.6.3 to 4.7.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/36
* Improve alias resolution by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/37
* Bump typing-extensions from 4.7.0 to 4.7.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/38
* Bump black from 23.3.0 to 23.7.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/42
* Fix dependency specifications by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/43
* Bump taskipy from 1.11.0 to 1.12.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/46
* Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/50
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/51
* Bump black from 23.7.0 to 23.9.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/52
* Bump black from 23.9.1 to 23.10.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/58
* Bump black from 23.10.0 to 23.10.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/60
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/61
* Bump libcst from 0.4.10 to 1.1.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/57
* Exclude `ClassVar` fields by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/62
* Update to pydantic v2 by breathe in https://github.com/argyle-engineering/pydantic2zod/pull/64
* Run QA on pydantic v1 and v2 by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/67
* Bump black from 23.10.1 to 23.11.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/66
* Bump pydantic from 2.4.2 to 2.5.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/68
* Bump pydantic from 2.5.0 to 2.5.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/69
* Bump pydantic from 2.5.1 to 2.5.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/70
* Bump taskipy from 1.12.0 to 1.12.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/71
* Bump typing-extensions from 4.7.1 to 4.9.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/72
* Bump black from 23.11.0 to 23.12.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/73
* Bump pydantic from 2.5.2 to 2.5.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/74
* Bump black from 23.12.0 to 23.12.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/75
* Bump pytest from 7.4.3 to 8.0.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/80
* Bump pydantic from 2.5.3 to 2.6.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/82
* Bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/84
* Bump libcst from 1.1.0 to 1.2.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/85
* Bump typing-extensions from 4.9.0 to 4.10.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/86
* Bump pydantic from 2.6.1 to 2.6.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/89
* Bump pytest from 8.0.1 to 8.1.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/90
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/91
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/95
* Bump typer from 0.9.0 to 0.11.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/96
* Bump libcst from 1.2.0 to 1.3.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/99
* Bump typer from 0.11.0 to 0.12.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/100
* Bump pydantic from 2.6.3 to 2.7.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/105
* Bump pydantic from 2.7.0 to 2.7.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/107
* Bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/110
* Bump typer from 0.12.1 to 0.12.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/104
* Bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/111
* Bump libcst from 1.3.1 to 1.4.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/112
* Bump pydantic from 2.7.1 to 2.7.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/116
* Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/117
* Bump typing-extensions from 4.10.0 to 4.12.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/115
* Bump pydantic from 2.7.3 to 2.7.4 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/119
* Bump taskipy from 1.12.2 to 1.13.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/120
* Bump typing-extensions from 4.12.1 to 4.12.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/118
* Add some docs by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/121
* Bump pydantic from 2.7.4 to 2.8.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/122
* Bump pydantic from 2.8.0 to 2.8.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/123
* Fix type definition that typer chokes on by floatplane in https://github.com/argyle-engineering/pydantic2zod/pull/127
* doc: tiny fix by matasar in https://github.com/argyle-engineering/pydantic2zod/pull/128
* Bump networkx from 3.1 to 3.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/102
* Bump typer from 0.12.3 to 0.12.5 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/130
* Bump networkx from 3.3 to 3.4 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/139
* Bump networkx from 3.4 to 3.4.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/140
* Bump pytest from 8.2.2 to 8.3.3 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/134
* Bump networkx from 3.4.1 to 3.4.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/141
* Bump pydantic from 2.8.2 to 2.9.2 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/135
* Add support for datetime by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/142
* Refactoring by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/143
* Update pyright by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/144
* Support some annotated constraints on numerical fields by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/145
* Use ruff by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/146
* Update workflows by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/147
* Add workflow to publish pkg to test.pypi.org by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/148
* Fix publish-to-test-pypi by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/149
* Use absolute imports by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/150
* Bump taskipy from 1.13.0 to 1.14.0 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/151
* Bump ruff from 0.7.0 to 0.7.1 by dependabot in https://github.com/argyle-engineering/pydantic2zod/pull/152
* Add workflow to publish Python package by povilasb in https://github.com/argyle-engineering/pydantic2zod/pull/153

New Contributors
* povilasb made their first contribution in https://github.com/argyle-engineering/pydantic2zod/pull/7
* breathe made their first contribution in https://github.com/argyle-engineering/pydantic2zod/pull/64
* floatplane made their first contribution in https://github.com/argyle-engineering/pydantic2zod/pull/127
* matasar made their first contribution in https://github.com/argyle-engineering/pydantic2zod/pull/128

**Full Changelog**: https://github.com/argyle-engineering/pydantic2zod/commits/0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.