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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pydantic/pydantic/releases";>pydantic's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.4.2 2023-09-27</h2>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Fix bug with JSON schema for sequence of discriminated union by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7647";>#7647</a></li>
   <li>Fix schema references in discriminated unions by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7646";>#7646</a></li>
   <li>Fix json schema generation for recursive models by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7653";>#7653</a></li>
   <li>Fix <code>models_json_schema</code> for generic models by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7654";>#7654</a></li>
   <li>Fix xfailed test for generic model signatures by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7658";>#7658</a></li>
   </ul>
   <h3>New Contributors</h3>
   <ul>
   <li><a href="https://github.com/austinorr";><code>@​austinorr</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7657";>#7657</a></li>
   <li><a href="https://github.com/peterHoburg";><code>@​peterHoburg</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7670";>#7670</a></li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/pydantic/pydantic/compare/v2.4.1...v2.4.2/";>https://github.com/pydantic/pydantic/compare/v2.4.1...v2.4.2/</a></p>
   <h2>v2.4.1 2023-09-26</h2>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Update pydantic-core to 2.10.1 by <a 
href="https://github.com/davidhewitt";><code>@​davidhewitt</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7633";>#7633</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Serialize unsubstituted type vars as <code>Any</code> by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7606";>#7606</a></li>
   <li>Remove schema building caches by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7624";>#7624</a></li>
   <li>Fix an issue where JSON schema extras weren't JSON encoded by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7625";>#7625</a></li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/pydantic/pydantic/compare/v2.4.0...v2.4.1/";>https://github.com/pydantic/pydantic/compare/v2.4.0...v2.4.1/</a></p>
   <h2>v2.4.0 2023-09-25</h2>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Update pydantic-core to 2.10.0 by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7542";>#7542</a></li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Add <code>Base64Url</code> types by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7286";>#7286</a></li>
   <li>Implement optional <code>number</code> to <code>str</code> coercion by 
<a href="https://github.com/lig";><code>@​lig</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7508";>#7508</a></li>
   <li>Allow access to <code>field_name</code> and <code>data</code> in all 
validators if there is data and a field name by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7542";>#7542</a></li>
   <li>Add <code>BaseModel.model_validate_strings</code> and 
<code>TypeAdapter.validate_strings</code> by <a 
href="https://github.com/hramezani";><code>@​hramezani</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7552";>#7552</a></li>
   <li>Add Pydantic <code>plugins</code> experimental implementation by <a 
href="https://github.com/lig";><code>@​lig</code></a> <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> and <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/6820";>#6820</a></li>
   </ul>
   <h4>Changes</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md";>pydantic's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v2.4.2 (2023-09-27)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.4.2";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Fix bug with JSON schema for sequence of discriminated union by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7647";>#7647</a></li>
   <li>Fix schema references in discriminated unions by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7646";>#7646</a></li>
   <li>Fix json schema generation for recursive models by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7653";>#7653</a></li>
   <li>Fix <code>models_json_schema</code> for generic models by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7654";>#7654</a></li>
   <li>Fix xfailed test for generic model signatures by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7658";>#7658</a></li>
   </ul>
   <h3>New Contributors</h3>
   <ul>
   <li><a href="https://github.com/austinorr";><code>@​austinorr</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7657";>#7657</a></li>
   <li><a href="https://github.com/peterHoburg";><code>@​peterHoburg</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7670";>#7670</a></li>
   </ul>
   <h2>v2.4.1 (2023-09-26)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.4.1";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Update pydantic-core to 2.10.1 by <a 
href="https://github.com/davidhewitt";><code>@​davidhewitt</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7633";>#7633</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Serialize unsubstituted type vars as <code>Any</code> by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7606";>#7606</a></li>
   <li>Remove schema building caches by <a 
href="https://github.com/adriangb";><code>@​adriangb</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7624";>#7624</a></li>
   <li>Fix an issue where JSON schema extras weren't JSON encoded by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7625";>#7625</a></li>
   </ul>
   <h2>v2.4.0 (2023-09-22)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.4.0";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Update pydantic-core to 2.10.0 by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7542";>#7542</a></li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Add <code>Base64Url</code> types by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7286";>#7286</a></li>
   <li>Implement optional <code>number</code> to <code>str</code> coercion by 
<a href="https://github.com/lig";><code>@​lig</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7508";>#7508</a></li>
   <li>Allow access to <code>field_name</code> and <code>data</code> in all 
validators if there is data and a field name by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/7542";>#7542</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/d1634da7d9cce1f91ae6f76bd3379b776b7de6da";><code>d1634da</code></a>
 Prepare relese 2.4.2 (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7671";>#7671</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/0e33bd050de54992266240f65292cbfa4fa36be3";><code>0e33bd0</code></a>
 Update Pydantic V1 to 1.10.13 (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7675";>#7675</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/154e6796e816569755c196028523d5ffbf2b3096";><code>154e679</code></a>
 docs: Mixing of V1/V2 models is not supported in generics (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7663";>#7663</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/7193693ef072772999dd1f41d31a65d127d7a32f";><code>7193693</code></a>
 Added small note to use ValidationInfo over FieldValidationInfo. (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7670";>#7670</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/1377c0407c03a169e977cb1c242920422b173bd9";><code>1377c04</code></a>
 Fix xfailed test for generic model signatures (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7658";>#7658</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/ea9aa13270a79475501ccc465470944f2414cb98";><code>ea9aa13</code></a>
 Fix models_json_schema for generic models (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7654";>#7654</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/97c0199089b9eb59e8beceb63a59e434e7b3a86b";><code>97c0199</code></a>
 Fix json schema generation for recursive models (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7653";>#7653</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/861cfe38cbb0ca5fa44043bb9709316973483e12";><code>861cfe3</code></a>
 Revert &quot;Fix typo in docs for new private dunder pydantic method names (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7657";>#7657</a>)...</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/24e92226c288e2ff6ce1d1eb51d8d53e9c3c58dd";><code>24e9222</code></a>
 Fix typo in docs for new private dunder pydantic method names (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7657";>#7657</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/c04e8e2816b10024477a7fa3629cf791395d65ee";><code>c04e8e2</code></a>
 Correct allowed formats for <code>datetime.timedelta</code> parsing in docs 
(<a 
href="https://redirect.github.com/pydantic/pydantic/issues/7652";>#7652</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pydantic/pydantic/compare/v2.3.0...v2.4.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=2.3.0&new-version=2.4.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