You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/19 05:00:14 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #6881: Build: Bump pydantic from 1.10.4 to 1.10.5 in /python

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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.5.
   <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>v1.10.5 (2023-02-15)</h2>
   <ul>
   <li>Fix broken parametrized bases handling with <code>GenericModel</code>s with complex sets of models, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5052">#5052</a> by <a href="https://github.com/MarkusSintonen"><code>@​MarkusSintonen</code></a></li>
   <li>Invalidate mypy cache if plugin config changes, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5007">#5007</a> by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a></li>
   <li>Fix <code>RecursionError</code> when deep-copying dataclass types wrapped by pydantic, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4949">#4949</a> by <a href="https://github.com/mbillingr"><code>@​mbillingr</code></a></li>
   <li>Fix <code>X | Y</code> union syntax breaking <code>GenericModel</code>, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4146">#4146</a> by <a href="https://github.com/thenx"><code>@​thenx</code></a></li>
   <li>Switch coverage badge to show coverage for this branch/release, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5060">#5060</a> by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/thenx"><code>@​thenx</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pydantic/pydantic/pull/4977">pydantic/pydantic#4977</a></li>
   <li><a href="https://github.com/mbillingr"><code>@​mbillingr</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pydantic/pydantic/pull/4963">pydantic/pydantic#4963</a></li>
   <li><a href="https://github.com/MarkusSintonen"><code>@​MarkusSintonen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pydantic/pydantic/pull/5052">pydantic/pydantic#5052</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5">https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md">pydantic's changelog</a>.</em></p>
   <blockquote>
   <h2>v1.10.5 (2023-02-15)</h2>
   <ul>
   <li>Fix broken parametrized bases handling with <code>GenericModel</code>s with complex sets of models, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5052">#5052</a> by <a href="https://github.com/MarkusSintonen"><code>@​MarkusSintonen</code></a></li>
   <li>Invalidate mypy cache if plugin config changes, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5007">#5007</a> by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a></li>
   <li>Fix <code>RecursionError</code> when deep-copying dataclass types wrapped by pydantic, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4949">#4949</a> by <a href="https://github.com/mbillingr"><code>@​mbillingr</code></a></li>
   <li>Fix <code>X | Y</code> union syntax breaking <code>GenericModel</code>, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4146">#4146</a> by <a href="https://github.com/thenx"><code>@​thenx</code></a></li>
   <li>Switch coverage badge to show coverage for this branch/release, <a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5060">#5060</a> by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pydantic/pydantic/commit/b0215d175ace2a3db76307c5f18819b021f48ab5"><code>b0215d1</code></a> prepare for v1.10.5</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/96dc2e0e1c02da1fd3c19fd20f7c43422db1e616"><code>96dc2e0</code></a> fix coverage badge to use correct branch (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5060">#5060</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/ce3597289c1080354788dfb97c5c57c1d22048ca"><code>ce35972</code></a> Disable Google analytics (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5059">#5059</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/aea34498dee24cf817fe902edda2aaf93be67fe9"><code>aea3449</code></a> fix: Fix broken parametrized bases with GenericModels (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5052">#5052</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/ce45f6ebcb60abf54646376ec8bad0dc17df43bc"><code>ce45f6e</code></a> Invalidate mypy cache if config changes (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5007">#5007</a>) (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/5023">#5023</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/0558af4d7f2d8521aad126a7112be268177a7213"><code>0558af4</code></a> Dataclass deepcopy 1.10 (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4963">#4963</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/a69970783213f65ad8523009f343d0cf698ffde7"><code>a699707</code></a> Handle X | Y union in GenericModel (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4977">#4977</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/0bc7cd39a90fa46c23ca9ef9d19c51ecb8e1145c"><code>0bc7cd3</code></a> uprev mkdocs-material, fix maxcdn errors (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4954">#4954</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/5bb8922c63fbe4bd064faceb04120a8b6fcfc69f"><code>5bb8922</code></a> simplify analytics more (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4930">#4930</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/5121777a08f9d4465a970184036df528f219b81d"><code>5121777</code></a> Fix typo in Field function docstring (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4931">#4931</a>) (<a href="https://github-redirect.dependabot.com/pydantic/pydantic/issues/4932">#4932</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5">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=1.10.4&new-version=1.10.5)](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 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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] Fokko merged pull request #6881: Build: Bump pydantic from 1.10.4 to 1.10.5 in /python

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #6881:
URL: https://github.com/apache/iceberg/pull/6881


-- 
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-unsubscribe@iceberg.apache.org

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


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