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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.5.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.5.2 2023-11-22</h2>
   <h2>v2.5.2 (2023-11-22)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.2";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>uprev <code>pydantic-core</code> to 2.14.5</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Add <code>ConfigDict.ser_json_inf_nan</code> by <a 
href="https://github.com/davidhewitt";><code>@​davidhewitt</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8159";>#8159</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Fix validation of <code>Literal</code> from JSON keys when used as 
<code>dict</code> key by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1075";>pydantic/pydantic-core#1075</a></li>
   <li>Fix bug re <code>custom_init</code> on members of <code>Union</code> by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1076";>pydantic/pydantic-core#1076</a></li>
   <li>Fix <code>JsonValue</code> <code>bool</code> serialization by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8159";>#8190</a></li>
   <li>Fix handling of unhashable inputs with <code>Literal</code> in 
<code>Union</code>s by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1089";>pydantic/pydantic-core#1089</a></li>
   </ul>
   <p><a 
href="https://github.com/pydantic/pydantic/compare/v2.5.1...v2.5.2/";>https://github.com/pydantic/pydantic/compare/v2.5.1...v2.5.2/</a></p>
   <h2>v2.5.1 2023-11-15</h2>
   <h2>v2.5.1 (2023-11-15)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.1";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>uprev pydantic-core to 2.14.3 by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8120";>#8120</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Fix package description limit by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8097";>#8097</a></li>
   <li>Fix <code>ValidateCallWrapper</code> error when creating a model which 
has a <a href="https://github.com/validate";><code>@​validate</code></a>_call 
wrapped field annotation by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8110";>#8110</a></li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/pydantic/pydantic/compare/v2.5.0...v2.5.1/";>https://github.com/pydantic/pydantic/compare/v2.5.0...v2.5.1/</a></p>
   <h2>v2.5.0 2023-11-13</h2>
   <h2>v2.5.0 (2023-11-13)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.0";>GitHub 
release</a></p>
   <p>The code released in v2.5.0 is functionally identical to that of 
v2.5.0b1.</p>
   <h3>What's Changed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md";>pydantic's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v2.5.2 (2023-11-122)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.2";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>uprev <code>pydantic-core</code> to 2.14.5</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Add <code>ConfigDict.ser_json_inf_nan</code> by <a 
href="https://github.com/davidhewitt";><code>@​davidhewitt</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8159";>#8159</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Fix validation of <code>Literal</code> from JSON keys when used as 
<code>dict</code> key by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1075";>pydantic/pydantic-core#1075</a></li>
   <li>Fix bug re <code>custom_init</code> on members of <code>Union</code> by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1076";>pydantic/pydantic-core#1076</a></li>
   <li>Fix <code>JsonValue</code> <code>bool</code> serialization by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8159";>#8190</a></li>
   <li>Fix handling of unhashable inputs with <code>Literal</code> in 
<code>Union</code>s by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1089";>pydantic/pydantic-core#1089</a></li>
   </ul>
   <h2>v2.5.1 (2023-11-15)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.1";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>uprev pydantic-core to 2.14.3 by <a 
href="https://github.com/samuelcolvin";><code>@​samuelcolvin</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8120";>#8120</a></li>
   </ul>
   <h4>Fixes</h4>
   <ul>
   <li>Fix package description limit by <a 
href="https://github.com/dmontagu";><code>@​dmontagu</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8097";>#8097</a></li>
   <li>Fix <code>ValidateCallWrapper</code> error when creating a model which 
has a <a href="https://github.com/validate";><code>@​validate</code></a>_call 
wrapped field annotation by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8110";>#8110</a></li>
   </ul>
   <h2>v2.5.0 (2023-11-13)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.5.0";>GitHub 
release</a></p>
   <p>The code released in v2.5.0 is functionally identical to that of 
v2.5.0b1.</p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Update pydantic-core from 2.10.1 to 2.14.1, significant changes from 
these updates are described below, full changelog <a 
href="https://github.com/pydantic/pydantic-core/compare/v2.10.1...v2.14.1";>here</a></li>
   <li>Update to <code>pyright==1.1.335</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/8075";>#8075</a></li>
   </ul>
   <h4>New Features</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/b75cb28e64a57c5656574f244ec4eb59e656dc75";><code>b75cb28</code></a>
 updating history for patch release based on new core changes</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/365e587ef0af88b9b49dd4ba031d936e1ddfe3e1";><code>365e587</code></a>
 bumping core to 2.14.5</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/20331193b2d8d20a980a6526312980ed0f4b210e";><code>2033119</code></a>
 Fix: <code>JsonValue</code> <code>bool</code> serialization (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8190";>#8190</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/34ef158457fd134214de03949a4f62a205451104";><code>34ef158</code></a>
 prep for 2.5.2 release (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8169";>#8169</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/25d11974e6d5591514bfb0c97984268ac68eea72";><code>25d1197</code></a>
 uprev core</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/cc168a8dfd2811e5e8dbb1ebfdcaccc0ed76d7a9";><code>cc168a8</code></a>
 Add <code>ConfigDict.ser_json_inf_nan</code> (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8159";>#8159</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/01c970b620fc8fec62bc1e0d1f363e8444fa5cda";><code>01c970b</code></a>
 Fix <code>model_validator</code> example usage code (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8141";>#8141</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/4982d57cc72c46abb9cbb781d2e38cdf86095a90";><code>4982d57</code></a>
 Prepare release 2.5.1 (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8132";>#8132</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/0a139007c3069de93e37afc18eb9fd92cba35dc1";><code>0a13900</code></a>
 fix &quot;from_json&quot; docs</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/5cd45f2bc8574aa3f21d96250f9059c23c73f179";><code>5cd45f2</code></a>
 uprev pydantic-core to 2.14.3 (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/8120";>#8120</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pydantic/pydantic/compare/v2.4.2...v2.5.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.4.2&new-version=2.5.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