koxudaxi
datamodel-code-generator
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix empty list default for GraphQL list fields
rpmcginty:bugfix/graphql-empty-list-default-bug
5 minutes ago
Fix empty list default for GraphQL list fields
rpmcginty:bugfix/graphql-empty-list-default-bug
10 minutes ago
Add SKIP_PYDANTIC_V1 decorator to pydantic v2 test
fix/issue-2953-indexerror-reuse-scope-tree
17 minutes ago
Fix empty list default for GraphQL list fields
fix/graphql-empty-list-default
59 minutes ago
Fix IndexError when using --reuse-scope=tree with single file output
fix/issue-2953-indexerror-reuse-scope-tree
1 hour ago
fix: move UnionMode import outside TYPE_CHECKING for Pydantic runtime… (#2950) * 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. * test: add regression test for UnionMode runtime access Add test that verifies UnionMode is available at runtime for Pydantic model_rebuild(). This test runs in a subprocess to ensure a clean namespace without pytest's import side effects, properly detecting when UnionMode is incorrectly placed inside TYPE_CHECKING block. --------- Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
main
5 hours ago
test: add regression test for UnionMode runtime access Add test that verifies UnionMode is available at runtime for Pydantic model_rebuild(). This test runs in a subprocess to ensure a clean namespace without pytest's import side effects, properly detecting when UnionMode is incorrectly placed inside TYPE_CHECKING block.
phil65:fix/unionmode-type-checking-import
5 hours ago
test: add regression test for UnionMode runtime access Add test that verifies UnionMode is available at runtime for Pydantic model_rebuild(). This test runs in a subprocess to ensure a clean namespace without pytest's import side effects, properly detecting when UnionMode is incorrectly placed inside TYPE_CHECKING block.
phil65:fix/unionmode-type-checking-import
6 hours ago
Active Branches
[WIP] Fix bug in handling of graphql empty list defaults
last run
5 minutes ago
#2948
CodSpeed Performance Gauge
-5%
feat: Drop Python 3.9 support, require Python 3.10+
last run
22 days ago
#2692
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs