dependabot[bot] opened a new pull request, #17968:
URL: https://github.com/apache/iceberg/pull/17968

   Bumps 
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
 from 0.74.0 to 0.76.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases";>datamodel-code-generator's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.76.0</h2>
   <h2>Breaking Changes</h2>
   <h3>API/CLI Changes</h3>
   <ul>
   <li><code>--list-deprecations</code> output format changed - The 
deprecations listing now includes a new <code>Status</code> column and renames 
the <code>Warning since</code> column header to <code>Since</code> across all 
output formats (<code>table</code>, <code>json</code>, and 
<code>markdown</code>). Table rows also no longer emit trailing whitespace 
padding, so column widths and spacing differ. Scripts or tooling that parse the 
<code>--list-deprecations</code> output may need to be updated. The JSON output 
additionally gains a <code>status</code> field per entry (the existing 
<code>warning_since</code> field is retained). (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3810";>#3810</a>)</li>
   </ul>
   <pre lang="text"><code># Before
   ID   Kind   Target   Warning since   Removal   Replacement
   <h1>After</h1>
   <p>ID   Status   Kind   Target   Since   Removal   Replacement
   </code></pre></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.75.1 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3789";>koxudaxi/datamodel-code-generator#3789</a></li>
   <li>Update release benchmark data by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3790";>koxudaxi/datamodel-code-generator#3790</a></li>
   <li>Cache local reference file resolution by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3799";>koxudaxi/datamodel-code-generator#3799</a></li>
   <li>Reuse empty Pydantic field render plans by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3800";>koxudaxi/datamodel-code-generator#3800</a></li>
   <li>Optimize unconstrained array schemas by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3801";>koxudaxi/datamodel-code-generator#3801</a></li>
   <li>Skip child traversal for leaf schemas by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3802";>koxudaxi/datamodel-code-generator#3802</a></li>
   <li>Bump the github-actions group with 5 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3798";>koxudaxi/datamodel-code-generator#3798</a></li>
   <li>Install bundled Agent Skill by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3804";>koxudaxi/datamodel-code-generator#3804</a></li>
   <li>Validate Pydantic extra property names by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3794";>koxudaxi/datamodel-code-generator#3794</a></li>
   <li>Deserialize Decimal defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3792";>koxudaxi/datamodel-code-generator#3792</a></li>
   <li>Structure runtime expression imports by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3795";>koxudaxi/datamodel-code-generator#3795</a></li>
   <li>Complete scheduled deprecation support by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3810";>koxudaxi/datamodel-code-generator#3810</a></li>
   <li>Deserialize enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3811";>koxudaxi/datamodel-code-generator#3811</a></li>
   <li>Move shared parser helpers by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3805";>koxudaxi/datamodel-code-generator#3805</a></li>
   <li>Refactor input model compatibility by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3806";>koxudaxi/datamodel-code-generator#3806</a></li>
   <li>Decouple parser backend capabilities by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3807";>koxudaxi/datamodel-code-generator#3807</a></li>
   <li>Enforce architecture boundaries by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3808";>koxudaxi/datamodel-code-generator#3808</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.1...0.76.0";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.1...0.76.0</a></p>
   <h2>0.75.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.75.0 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3787";>koxudaxi/datamodel-code-generator#3787</a></li>
   <li>Update release benchmark data by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3788";>koxudaxi/datamodel-code-generator#3788</a></li>
   <li>fix(parser): preserve recursive root models by <a 
href="https://github.com/gtxy27";><code>@​gtxy27</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3786";>koxudaxi/datamodel-code-generator#3786</a></li>
   <li>[pre-commit.ci] pre-commit autoupdate by <a 
href="https://github.com/pre-commit-ci";><code>@​pre-commit-ci</code></a>[bot] 
in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3775";>koxudaxi/datamodel-code-generator#3775</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/gtxy27";><code>@​gtxy27</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3786";>koxudaxi/datamodel-code-generator#3786</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.0...0.75.1";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.0...0.75.1</a></p>
   <h2>0.75.0</h2>
   <h2>Breaking Changes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md";>datamodel-code-generator's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.76.0";>0.76.0</a>
 - 2026-08-29</h2>
   <h2>Breaking Changes</h2>
   <h3>API/CLI Changes</h3>
   <ul>
   <li><code>--list-deprecations</code> output format changed - The 
deprecations listing now includes a new <code>Status</code> column and renames 
the <code>Warning since</code> column header to <code>Since</code> across all 
output formats (<code>table</code>, <code>json</code>, and 
<code>markdown</code>). Table rows also no longer emit trailing whitespace 
padding, so column widths and spacing differ. Scripts or tooling that parse the 
<code>--list-deprecations</code> output may need to be updated. The JSON output 
additionally gains a <code>status</code> field per entry (the existing 
<code>warning_since</code> field is retained). (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3810";>#3810</a>)</li>
   </ul>
   <pre lang="text"><code># Before
   ID   Kind   Target   Warning since   Removal   Replacement
   <h1>After</h1>
   <p>ID   Status   Kind   Target   Since   Removal   Replacement
   </code></pre></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.75.1 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3789";>koxudaxi/datamodel-code-generator#3789</a></li>
   <li>Update release benchmark data by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3790";>koxudaxi/datamodel-code-generator#3790</a></li>
   <li>Cache local reference file resolution by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3799";>koxudaxi/datamodel-code-generator#3799</a></li>
   <li>Reuse empty Pydantic field render plans by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3800";>koxudaxi/datamodel-code-generator#3800</a></li>
   <li>Optimize unconstrained array schemas by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3801";>koxudaxi/datamodel-code-generator#3801</a></li>
   <li>Skip child traversal for leaf schemas by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3802";>koxudaxi/datamodel-code-generator#3802</a></li>
   <li>Bump the github-actions group with 5 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3798";>koxudaxi/datamodel-code-generator#3798</a></li>
   <li>Install bundled Agent Skill by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3804";>koxudaxi/datamodel-code-generator#3804</a></li>
   <li>Validate Pydantic extra property names by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3794";>koxudaxi/datamodel-code-generator#3794</a></li>
   <li>Deserialize Decimal defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3792";>koxudaxi/datamodel-code-generator#3792</a></li>
   <li>Structure runtime expression imports by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3795";>koxudaxi/datamodel-code-generator#3795</a></li>
   <li>Complete scheduled deprecation support by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3810";>koxudaxi/datamodel-code-generator#3810</a></li>
   <li>Deserialize enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3811";>koxudaxi/datamodel-code-generator#3811</a></li>
   <li>Move shared parser helpers by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3805";>koxudaxi/datamodel-code-generator#3805</a></li>
   <li>Refactor input model compatibility by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3806";>koxudaxi/datamodel-code-generator#3806</a></li>
   <li>Decouple parser backend capabilities by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3807";>koxudaxi/datamodel-code-generator#3807</a></li>
   <li>Enforce architecture boundaries by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3808";>koxudaxi/datamodel-code-generator#3808</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.1...0.76.0";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.75.1...0.76.0</a></p>
   <hr />
   <h2><a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.75.1";>0.75.1</a>
 - 2026-08-24</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.75.0 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3787";>koxudaxi/datamodel-code-generator#3787</a></li>
   <li>Update release benchmark data by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3788";>koxudaxi/datamodel-code-generator#3788</a></li>
   <li>fix(parser): preserve recursive root models by <a 
href="https://github.com/gtxy27";><code>@​gtxy27</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3786";>koxudaxi/datamodel-code-generator#3786</a></li>
   <li>[pre-commit.ci] pre-commit autoupdate by <a 
href="https://github.com/pre-commit-ci";><code>@​pre-commit-ci</code></a>[bot] 
in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3775";>koxudaxi/datamodel-code-generator#3775</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/gtxy27";><code>@​gtxy27</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3786";>koxudaxi/datamodel-code-generator#3786</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/1e422243c189636b11b776f29a5b42972b0cad0e";><code>1e42224</code></a>
 Enforce architecture boundaries (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3808";>#3808</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/dda15dd448eb609365e26e0195a8cc143b25ac0b";><code>dda15dd</code></a>
 Decouple parser backend capabilities (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3807";>#3807</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/2ec62956d75e2c17dd971211fa1ae673c48ca0a3";><code>2ec6295</code></a>
 Refactor input model compatibility (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3806";>#3806</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/23c77139b849d8550559d2b7f2c1f28b91e32698";><code>23c7713</code></a>
 Move shared parser helpers (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3805";>#3805</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/b1ed6aaaf22747e068ce3bfd622fa3a3edf6fb5a";><code>b1ed6aa</code></a>
 Deserialize enum defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3811";>#3811</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/a3535fd9f33276594df595b0242697303293bd30";><code>a3535fd</code></a>
 Complete scheduled deprecation support (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3810";>#3810</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/d0ffbea8cb09523202aa704cc570d1494cd489c9";><code>d0ffbea</code></a>
 Deserialize Decimal defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3792";>#3792</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/f5d17d4b2342c57bf2fe70a6cc63f3e8e2b427e6";><code>f5d17d4</code></a>
 Structure runtime expression imports (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3795";>#3795</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/158a679f2a32df4acaa9d1d803570bc12e9186fc";><code>158a679</code></a>
 Validate Pydantic extra property names (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3794";>#3794</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/3dfce3c3ff42fe94b104cde65cd0ac7607ebc1d3";><code>3dfce3c</code></a>
 Install bundled Agent Skill (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3804";>#3804</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.74.0...0.76.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datamodel-code-generator&package-manager=pip&previous-version=0.74.0&new-version=0.76.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to