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

   Bumps 
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
 from 0.54.0 to 0.54.1.
   <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.54.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add dismissible announce bar to docs site by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3004";>koxudaxi/datamodel-code-generator#3004</a></li>
   <li>docs: update maintainer announcement to reflect open to work status by 
<a href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3007";>koxudaxi/datamodel-code-generator#3007</a></li>
   <li>Support isort 8 by <a 
href="https://github.com/cjwatson";><code>@​cjwatson</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3011";>koxudaxi/datamodel-code-generator#3011</a></li>
   <li>Fix --allow-population-by-field-name for pydantic v2 dataclass output by 
<a href="https://github.com/butvinm";><code>@​butvinm</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3013";>koxudaxi/datamodel-code-generator#3013</a></li>
   <li>Support <code>--use-annotated</code> <em>and</em> 
<code>--use-non-positive-negative-number-constrained-types</code> by <a 
href="https://github.com/torarvid";><code>@​torarvid</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3015";>koxudaxi/datamodel-code-generator#3015</a></li>
   <li>Skip default_factory wrapping for non-callable type aliases by <a 
href="https://github.com/butvinm";><code>@​butvinm</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3012";>koxudaxi/datamodel-code-generator#3012</a></li>
   <li>Fix incorrect relative imports with --use-exact-imports and 
--collapse-root-models by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3020";>koxudaxi/datamodel-code-generator#3020</a></li>
   <li>feat: Add --external-ref-mapping to import from external packages 
instead of generating by <a 
href="https://github.com/matssun";><code>@​matssun</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3006";>koxudaxi/datamodel-code-generator#3006</a></li>
   <li>Build(deps): Bump cryptography from 46.0.3 to 46.0.5 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3016";>koxudaxi/datamodel-code-generator#3016</a></li>
   <li>Build(deps): Bump urllib3 from 2.6.2 to 2.6.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3017";>koxudaxi/datamodel-code-generator#3017</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/matssun";><code>@​matssun</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3006";>koxudaxi/datamodel-code-generator#3006</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1</a></p>
   </blockquote>
   </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.54.1";>0.54.1</a>
 - 2026-03-04</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add dismissible announce bar to docs site by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3004";>koxudaxi/datamodel-code-generator#3004</a></li>
   <li>docs: update maintainer announcement to reflect open to work status by 
<a href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3007";>koxudaxi/datamodel-code-generator#3007</a></li>
   <li>Support isort 8 by <a 
href="https://github.com/cjwatson";><code>@​cjwatson</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3011";>koxudaxi/datamodel-code-generator#3011</a></li>
   <li>Fix --allow-population-by-field-name for pydantic v2 dataclass output by 
<a href="https://github.com/butvinm";><code>@​butvinm</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3013";>koxudaxi/datamodel-code-generator#3013</a></li>
   <li>Support <code>--use-annotated</code> <em>and</em> 
<code>--use-non-positive-negative-number-constrained-types</code> by <a 
href="https://github.com/torarvid";><code>@​torarvid</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3015";>koxudaxi/datamodel-code-generator#3015</a></li>
   <li>Skip default_factory wrapping for non-callable type aliases by <a 
href="https://github.com/butvinm";><code>@​butvinm</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3012";>koxudaxi/datamodel-code-generator#3012</a></li>
   <li>Fix incorrect relative imports with --use-exact-imports and 
--collapse-root-models by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3020";>koxudaxi/datamodel-code-generator#3020</a></li>
   <li>feat: Add --external-ref-mapping to import from external packages 
instead of generating by <a 
href="https://github.com/matssun";><code>@​matssun</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3006";>koxudaxi/datamodel-code-generator#3006</a></li>
   <li>Build(deps): Bump cryptography from 46.0.3 to 46.0.5 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3016";>koxudaxi/datamodel-code-generator#3016</a></li>
   <li>Build(deps): Bump urllib3 from 2.6.2 to 2.6.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3017";>koxudaxi/datamodel-code-generator#3017</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/matssun";><code>@​matssun</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3006";>koxudaxi/datamodel-code-generator#3006</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1</a></p>
   <hr />
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/690c535cf63fa97bbfb86950b504aee1e3431165";><code>690c535</code></a>
 Build(deps): Bump urllib3 from 2.6.2 to 2.6.3 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3017";>#3017</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/b493eb9d7aeb998b189898a92e741541d2b30035";><code>b493eb9</code></a>
 Build(deps): Bump cryptography from 46.0.3 to 46.0.5 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3016";>#3016</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/c5c5852c8388279820209c691aa8601b562f36b7";><code>c5c5852</code></a>
 docs: update llms.txt files</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/24d7a358db5f5c57439becb101d66b6e6a5d4c96";><code>24d7a35</code></a>
 docs: update CLI reference documentation and prompt data</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/7b7f1e950419bf8a29fa8a5f55fe0e1868287d71";><code>7b7f1e9</code></a>
 feat: Add --external-ref-mapping to import from external packages instead of 
...</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/991f0ff58cf53b4ca647db402d4a75b9377e6065";><code>991f0ff</code></a>
 Fix incorrect relative imports with --use-exact-imports and 
--collapse-root-m...</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/69eda182d8182ff46e7c5bc721f577e44138cb94";><code>69eda18</code></a>
 Skip default_factory wrapping for non-callable type aliases (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3012";>#3012</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/5a9cdec9ac8a009d04f3b21c127d936300e936d3";><code>5a9cdec</code></a>
 docs: update llms.txt files</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/875b3cf960dc903cbe478f35f25321d7c505f1c5";><code>875b3cf</code></a>
 Support <code>--use-annotated</code> <em>and</em> 
`--use-non-positive-negative-number-constrain...</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/bff6a308715f149b15bed5d2fe52421e54a4eab4";><code>bff6a30</code></a>
 Fix --allow-population-by-field-name for pydantic v2 dataclass output (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3013";>#3013</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1";>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.54.0&new-version=0.54.1)](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