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

   Bumps 
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
 from 0.23.0 to 0.24.2.
   <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.24.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix join_url bug when httpx 2.4.0 or later by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1699";>koxudaxi/datamodel-code-generator#1699</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.1...0.24.2";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.1...0.24.2</a></p>
   <h2>0.24.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add pyyaml by <a 
href="https://github.com/mmwinther";><code>@​mmwinther</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1698";>koxudaxi/datamodel-code-generator#1698</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mmwinther";><code>@​mmwinther</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1698";>koxudaxi/datamodel-code-generator#1698</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.0...0.24.1";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.24.0...0.24.1</a></p>
   <h2>0.24.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix UnionIntFloat json schema generation. by <a 
href="https://github.com/jboulmier";><code>@​jboulmier</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1669";>koxudaxi/datamodel-code-generator#1669</a></li>
   <li>Move pysnooper to optional by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1672";>koxudaxi/datamodel-code-generator#1672</a></li>
   <li>use tomllib in 3.11 or later by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1674";>koxudaxi/datamodel-code-generator#1674</a></li>
   <li>Change --validation option to optional by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1675";>koxudaxi/datamodel-code-generator#1675</a></li>
   <li>Remove black in lint.sh and format.sh by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1676";>koxudaxi/datamodel-code-generator#1676</a></li>
   <li>Resolve ref before adding references for allOf items by <a 
href="https://github.com/pimzero";><code>@​pimzero</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1678";>koxudaxi/datamodel-code-generator#1678</a></li>
   <li>Change master to main by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1681";>koxudaxi/datamodel-code-generator#1681</a></li>
   <li>Fix error when JsonSchemaObject is bool with Pydantic v2 by <a 
href="https://github.com/sbussard-vareto";><code>@​sbussard-vareto</code></a> in 
<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1691";>koxudaxi/datamodel-code-generator#1691</a></li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>The version drop  <code>pysnooper</code>, <code>prance</code>, 
<code>openapi-spec-validator</code> from the default dependencies list.
   If you want to use <code>--debug</code> and <code> --validation</code>, 
please add the extra option when you install packages 
<code>datamodel-code-generator[debug]</code> and 
<code>datamodel-code-generator[validation]</code></li>
   </ul>
   <h2>Depreacated</h2>
   <ul>
   <li><code>--validation</code> option will be removed in the new future. 
please use other tools to validate OpenAPI Schema.</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/jboulmier";><code>@​jboulmier</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1669";>koxudaxi/datamodel-code-generator#1669</a></li>
   <li><a href="https://github.com/pimzero";><code>@​pimzero</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1678";>koxudaxi/datamodel-code-generator#1678</a></li>
   <li><a 
href="https://github.com/sbussard-vareto";><code>@​sbussard-vareto</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/1691";>koxudaxi/datamodel-code-generator#1691</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.23.0...0.24.0";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.23.0...0.24.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/0ffcfd1845c19c0fcc54801499d12033f8852101";><code>0ffcfd1</code></a>
 Fix join_url bug when httpx 2.4.0 or later (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1699";>#1699</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/65edaef0298f36acc3523dc3d89934e1504d702f";><code>65edaef</code></a>
 Add pyyaml (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1698";>#1698</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/c2487ae4fe09b3c143758ffa541f3b78afcdeb3a";><code>c2487ae</code></a>
 Bump pydantic from 2.5.0 to 2.5.1 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1696";>#1696</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/61a0acf5150d5bc6579b94130de0d0feb3004d5a";><code>61a0acf</code></a>
 Bump pre-commit from 2.20.0 to 2.21.0 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1695";>#1695</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/0e106768ebe1340cdbc5b75ece1b16dd2d59a8fb";><code>0e10676</code></a>
 Bump virtualenv from 20.4.7 to 20.24.6 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1693";>#1693</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/97b23f0a83071bf30c9daca0e94884a7f3bd879d";><code>97b23f0</code></a>
 Bump pydantic from 1.10.10 to 2.5.0 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1688";>#1688</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/1e016a3b079a9dd6b9c63fa26a45aca1051e168f";><code>1e016a3</code></a>
 Bump platformdirs from 3.10.0 to 4.0.0 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1686";>#1686</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/29c06e15c330fffb9591aa8ee176a781f57817f3";><code>29c06e1</code></a>
 Bump pytest-xdist from 3.3.1 to 3.4.0 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1685";>#1685</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/02ebbe19f3c476d40ba6ded961bdcbebf2ac569b";><code>02ebbe1</code></a>
 Fix error when JsonSchemaObject is bool with Pydantic v2 (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1691";>#1691</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/74deebd43c133d9416807331b0b472be0cf3a310";><code>74deebd</code></a>
 Change master to main (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/1681";>#1681</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.23.0...0.24.2";>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.23.0&new-version=0.24.2)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to