dependabot[bot] opened a new pull request, #152: URL: https://github.com/apache/iceberg-python/pull/152
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.5.1. <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.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> <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> <ul> <li>Allow plugins to catch non <code>ValidationError</code> errors by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7806">#7806</a></li> <li>Support <code>__doc__</code> argument in <code>create_model()</code> by <a href="https://github.com/chris-spann"><code>@chris-spann</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7863">#7863</a></li> <li>Expose <code>regex_engine</code> flag - meaning you can use with the Rust or Python regex libraries in constraints by <a href="https://github.com/utkini"><code>@utkini</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7768">#7768</a></li> <li>Save return type generated from type annotation in <code>ComputedFieldInfo</code> by <a href="https://github.com/alexmojaki"><code>@alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7889">#7889</a></li> <li>Adopting <code>ruff</code> formatter by <a href="https://github.com/Luca-Blight"><code>@Luca-Blight</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7930">#7930</a></li> <li>Added <code>validation_error_cause</code> to config by <a href="https://github.com/zakstucke"><code>@zakstucke</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7626">#7626</a></li> <li>Make path of the item to validate available in plugin by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7861">#7861</a></li> <li>Add <code>CallableDiscriminator</code> and <code>Tag</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7983">#7983</a> <ul> <li><code>CallableDiscriminator</code> renamed to <code>Discriminator</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8047">#8047</a></li> </ul> </li> <li>Make union case tags affect union error messages by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8001">#8001</a></li> <li>Add <code>examples</code> and <code>json_schema_extra</code> to <code>@computed_field</code> by <a href="https://github.com/alexmojaki"><code>@alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8013">#8013</a></li> <li>Add <code>JsonValue</code> type by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7998">#7998</a></li> <li>Allow <code>str</code> as argument to <code>Discriminator</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8047">#8047</a></li> <li>Add <code>SchemaSerializer.__reduce__</code> method to enable pickle serialization by <a href="https://github.com/edoakes"><code>@edoakes</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1006">pydantic/pydantic-core#1006</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.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> <ul> <li>Allow plugins to catch non <code>ValidationError</code> errors by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7806">#7806</a></li> <li>Support <code>__doc__</code> argument in <code>create_model()</code> by <a href="https://github.com/chris-spann"><code>@chris-spann</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7863">#7863</a></li> <li>Expose <code>regex_engine</code> flag - meaning you can use with the Rust or Python regex libraries in constraints by <a href="https://github.com/utkini"><code>@utkini</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7768">#7768</a></li> <li>Save return type generated from type annotation in <code>ComputedFieldInfo</code> by <a href="https://github.com/alexmojaki"><code>@alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7889">#7889</a></li> <li>Adopting <code>ruff</code> formatter by <a href="https://github.com/Luca-Blight"><code>@Luca-Blight</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7930">#7930</a></li> <li>Added <code>validation_error_cause</code> to config by <a href="https://github.com/zakstucke"><code>@zakstucke</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7626">#7626</a></li> <li>Make path of the item to validate available in plugin by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7861">#7861</a></li> <li>Add <code>CallableDiscriminator</code> and <code>Tag</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7983">#7983</a> <ul> <li><code>CallableDiscriminator</code> renamed to <code>Discriminator</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8047">#8047</a></li> </ul> </li> <li>Make union case tags affect union error messages by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8001">#8001</a></li> <li>Add <code>examples</code> and <code>json_schema_extra</code> to <code>@computed_field</code> by <a href="https://github.com/alexmojaki"><code>@alexmojaki</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8013">#8013</a></li> <li>Add <code>JsonValue</code> type by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7998">#7998</a></li> <li>Allow <code>str</code> as argument to <code>Discriminator</code> by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8047">#8047</a></li> <li>Add <code>SchemaSerializer.__reduce__</code> method to enable pickle serialization by <a href="https://github.com/edoakes"><code>@edoakes</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1006">pydantic/pydantic-core#1006</a></li> </ul> <h4>Changes</h4> <ul> <li><strong>Significant Change:</strong> replace <code>ultra_strict</code> with new smart union implementation, the way unions are validated has changed significantly to improve performance and correctness, we have worked hard to absolutely minimise the number of cases where behaviour has changed, see the PR for details - by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/867">pydantic/pydantic-core#867</a></li> <li>Add support for instance method reassignment when <code>extra='allow'</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7683">#7683</a></li> <li>Support JSON schema generation for <code>Enum</code> types with no cases by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7927">#7927</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/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 "from_json" 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><a href="https://github.com/pydantic/pydantic/commit/3126fc4fe47b64129cf5dc3bd0bae140ca3aad2e"><code>3126fc4</code></a> Fixes to add to <code>2.5.1</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/8110">#8110</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/2519d20a1f21a8d1c81d6ba673753518e12362e4"><code>2519d20</code></a> Move the package description limit in HISTORY.md (<a href="https://redirect.github.com/pydantic/pydantic/issues/8097">#8097</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/d465ec5542a611ffefab45736859f37b0b251eb8"><code>d465ec5</code></a> <code>v2.5.0</code> release (<a href="https://redirect.github.com/pydantic/pydantic/issues/8091">#8091</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/b514c43e039afd62e748c3e1e225bc5eb74a4a15"><code>b514c43</code></a> Add note to docs explaining the use of <code>"validation"</code> vs <code>"parse"</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/8080">#8080</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/e63715653272f5f62e5b91e6ae7ce74793e2649f"><code>e637156</code></a> Cross link API docs and concepts docs more throughly (<a href="https://redirect.github.com/pydantic/pydantic/issues/8082">#8082</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/951bc15df3ea33f5ecbc6fae13fdba4f6d5fb447"><code>951bc15</code></a> Simplify <code>ConfigWrapperStack.push</code> context manager (<a href="https://redirect.github.com/pydantic/pydantic/issues/8018">#8018</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/2358e63fef5cbafd4e55317c00f3f6144387751b"><code>2358e63</code></a> Update to <code>pyright==1.1.335</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/8075">#8075</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.4.2...v2.5.1">compare view</a></li> </ul> </details> <br /> [](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