Below you will find pages that utilize the taxonomy term “Koxudaxi”
August 12, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.72.4.
This action is used across all versions by 3,445 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates Python data models from schema definitions in various formats and supports multiple input types, including OpenAPI 3, AsyncAPI, JSON Schema, Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, MCP tool schemas, and raw data. It can also convert existing Python types (Pydantic, dataclass, TypedDict) into different output types. The action handles complex schemas and produces type-safe, validated code ready for IDEs and type checkers.
August 5, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.72.1.
This action is used across all versions by 3,412 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator GitHub Action generates Python data models from various schema definitions, supporting OpenAPI 3, AsyncAPI, JSON Schema, Apache Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, and MCP tool schemas. It can also convert existing Python types (Pydantic, dataclass, TypedDict) into different output types. The action handles complex schemas with features like $ref, allOf, oneOf, anyOf, enums, and nested types.