build(deps-dev): bump datamodel-code-generator to 0.63.0 - #1130
Merged
Conversation
Bumps the pip group with 1 update in the / directory: [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator). Updates `datamodel-code-generator` from 0.56.1 to 0.64.0 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](koxudaxi/datamodel-code-generator@0.56.1...0.64.0) --- updated-dependencies: - dependency-name: datamodel-code-generator dependency-version: 0.64.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
bokelley
previously approved these changes
Sep 5, 2026
bokelley
left a comment
Contributor
There was a problem hiding this comment.
Expert and local review complete. Clean regeneration, generated-tree static checks, codegen safety tests, runtime/public API tests, and adopter type checks pass.
bokelley
enabled auto-merge (squash)
September 5, 2026 14:45
|
Ladon does not review bot-authored PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades datamodel-code-generator from 0.56.1 to the security-fixed 0.63.0 line.
The original 0.64.0 bump was not safe for this SDK: clean regeneration changed public request/response classes into RootModel unions. This update adds compatibility normalization and regression coverage while keeping the public models concrete and subclassable.
It also makes the prerelease code-generation CI job perform a real cached-schema regeneration; previously that step was skipped, allowing the dependency bump to appear green without exercising the generator.
Validated locally:
0.64.0 remains deferred until its root-model output changes can be adopted without breaking the SDK public API.