Skip to content

Tags: mpkocher/pydantic-cli

Tags

v9.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #70 from mpkocher/use-pydantic-repr

Use FieldInfo repr. This non-trivially changes how the output is displayed.

v9.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #66 from mpkocher/fix-build-2

More fixes to fix issue with hatchling build

v7.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #62 from mpkocher/ci-py-versions

Update CI to use py 3.10-3.12

v6.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #61 from mpkocher/run-exit-overload

Migrate to a Cmd interface with 6.0.0. Backwards incompatible.

v4.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from Julian-Brendel/feature/enum-by-name

Add support for Enum by name

v4.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #47 from mpkocher/bump-version-421

Bump version to include manifest.in

v4.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from mpkocher/fix-doc-typo

Fix typos in docs.

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from mpkocher/improve-ergonomics

Improve ergonomics by using cli= in Field.

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from mpkocher/fix-unhashable-bug

Fix issue with assuming defaults are hashable

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from mpkocher/new-bool-model

New bool model with backward incompatible changes for 4.0.0. Use Field instead of CLI_EXTRA_OPTIONS