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/06/18 05:03:10 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #7857: Build: Bump pydantic from 1.10.8 to 1.10.9 in /python

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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.9.
   <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.9</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add Pydantic classifier by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/5847">pydantic/pydantic#5847</a></li>
   <li>📌 Use Cython &lt; v3 by <a href="https://github.com/lig"><code>@​lig</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/5845">pydantic/pydantic#5845</a></li>
   <li>[cherry-pick] Fix mypy plugin for 1.4.0 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5927">#5927</a>) by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/5928">pydantic/pydantic#5928</a></li>
   <li>Add future and past date hypothesis strategies by <a href="https://github.com/bschoenmaeckers"><code>@​bschoenmaeckers</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/5850">pydantic/pydantic#5850</a></li>
   <li>[Backport] Fix Decimal trailing zero handling by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/5968">pydantic/pydantic#5968</a></li>
   <li>Prepare for 1.10.9 by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6034">pydantic/pydantic#6034</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/bschoenmaeckers"><code>@​bschoenmaeckers</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5850">pydantic/pydantic#5850</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9">https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9</a></p>
   </blockquote>
   </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>v1.10.9 (2023-06-07)</h2>
   <ul>
   <li>Fix trailing zeros not ignored in Decimal validation, <a href="https://redirect.github.com/pydantic/pydantic/issues/5968">#5968</a> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a></li>
   <li>Fix mypy plugin for v1.4.0, <a href="https://redirect.github.com/pydantic/pydantic/issues/5928">#5928</a> by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a></li>
   <li>Add future and past date hypothesis strategies, <a href="https://redirect.github.com/pydantic/pydantic/issues/5850">#5850</a> by <a href="https://github.com/bschoenmaeckers"><code>@​bschoenmaeckers</code></a></li>
   <li>Discourage usage of Cython 3 with Pydantic 1.x, <a href="https://redirect.github.com/pydantic/pydantic/issues/5845">#5845</a> by <a href="https://github.com/lig"><code>@​lig</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pydantic/pydantic/commit/90326480ff1061f690aa193bd112cd17a6d90a70"><code>9032648</code></a> Prepare for 1.10.9 (<a href="https://redirect.github.com/pydantic/pydantic/issues/6034">#6034</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/a350460ab97bf6bb5148e6d9a94b3f2c53f9584f"><code>a350460</code></a> [Backport] Fix Decimal trailing zero handling (<a href="https://redirect.github.com/pydantic/pydantic/issues/5968">#5968</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/0813a03893f7a976f021a2571e7897d4df7d5630"><code>0813a03</code></a> Add future and past date hypothesis strategies (<a href="https://redirect.github.com/pydantic/pydantic/issues/5850">#5850</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/ca103024735ed174cc9894331fb3a06fdffaf2e1"><code>ca10302</code></a> [cherry-pick] Fix mypy plugin for 1.4.0 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5927">#5927</a>) (<a href="https://redirect.github.com/pydantic/pydantic/issues/5928">#5928</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/b9a316ed7583f78ceae1f4c53f9993aac1c37601"><code>b9a316e</code></a> 📌 Use Cython &lt; v3 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5845">#5845</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/25c99b5a645d398694476fcc9c46200ecd391b6c"><code>25c99b5</code></a> Add Pydantic classifier (<a href="https://redirect.github.com/pydantic/pydantic/issues/5847">#5847</a>)</li>
   <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9">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.8&new-version=1.10.9)](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 #7857: Build: Bump pydantic from 1.10.8 to 1.10.9 in /python

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


-- 
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