koxudaxi
datamodel-code-generator
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: move UnionMode import outside TYPE_CHECKING for Pydantic runtime access The UnionMode type is used in GenerateConfig.union_mode field annotation. Pydantic needs to access this type at runtime for model validation, but it was only imported inside TYPE_CHECKING block, causing: PydanticUserError: GenerateConfig is not fully defined; you should define UnionMode, then call GenerateConfig.model_rebuild(). This follows the same pattern as other runtime-required imports in this file (Path, DataModel, DataModelFieldBase, etc.) which have noqa: TC001 comments.
phil65:fix/unionmode-type-checking-import
18 hours ago
fix previous test that did not specify assert_func
rpmcginty:bugfix/graphql-empty-list-default-bug
19 hours ago
Add comprehensive feature metadata to schema version dataclasses (#2946) * Add comprehensive feature metadata to schema version dataclasses * docs: update schema feature documentation 🤖 Generated by GitHub Actions * docs: update llms.txt files Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
19 hours ago
docs: update llms.txt files Generated by GitHub Actions
feature/comprehensive-schema-feature-metadata
20 hours ago
Add schema-docs auto-generation with pre-commit and CI (#2949) * Add schema-docs auto-generation with pre-commit and CI * docs: update llms.txt files Generated by GitHub Actions * Add schema-docs to lint SKIP list * Improve conditional git handling in schema-docs workflow --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
20 hours ago
Improve conditional git handling in schema-docs workflow
feature/schema-docs-automation
20 hours ago
Add schema-docs to lint SKIP list
feature/schema-docs-automation
20 hours ago
adding tests to highlight the graphql bug
rpmcginty:bugfix/graphql-empty-list-default-bug
20 hours ago
Active Branches
fix: move UnionMode import outside TYPE_CHECKING for Pydantic runtime…
last run
18 hours ago
#2950
CodSpeed Performance Gauge
-15%
[WIP] Fix bug in handling of graphql empty list defaults
last run
19 hours ago
#2948
CodSpeed Performance Gauge
-19%
feat: Drop Python 3.9 support, require Python 3.10+
last run
19 days ago
#2692
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs