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/05/28 05:04:23 UTC

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

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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.8.
   <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.8 2023-05-23</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix a bug in <code>Literal</code> usage with <code>typing-extension==4.6.0</code>, <a href="https://redirect.github.com/pydantic/pydantic/issues/5826">#5826</a> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a></li>
   <li>This solves the (closed) issue <a href="https://redirect.github.com/pydantic/pydantic/issues/3849">#3849</a> where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, <a href="https://redirect.github.com/pydantic/pydantic/issues/5736">#5736</a> by <a href="https://github.com/benwah"><code>@​benwah</code></a></li>
   <li>Update email-validator dependency to &gt;=2.0.0post2, <a href="https://redirect.github.com/pydantic/pydantic/issues/5627">#5627</a> by <a href="https://github.com/adriangb"><code>@​adriangb</code></a></li>
   <li>update <code>AnyClassMethod</code> for changes in <a href="https://redirect.github.com/python/typeshed/issues/9771">python/typeshed#9771</a>, <a href="https://redirect.github.com/pydantic/pydantic/issues/5505">#5505</a> by <a href="https://github.com/ITProKyle"><code>@​ITProKyle</code></a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5375">pydantic/pydantic#5375</a></li>
   <li><a href="https://github.com/ITProKyle"><code>@​ITProKyle</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5505">pydantic/pydantic#5505</a></li>
   <li><a href="https://github.com/benwah"><code>@​benwah</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5736">pydantic/pydantic#5736</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8">https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md">pydantic's changelog</a>.</em></p>
   <blockquote>
   <h2>v1.10.8 (2023-05-23)</h2>
   <ul>
   <li>Fix a bug in <code>Literal</code> usage with <code>typing-extension==4.6.0</code>, <a href="https://redirect.github.com/pydantic/pydantic/issues/5826">#5826</a> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a></li>
   <li>This solves the (closed) issue <a href="https://redirect.github.com/pydantic/pydantic/issues/3849">#3849</a> where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, <a href="https://redirect.github.com/pydantic/pydantic/issues/5736">#5736</a> by <a href="https://github.com/benwah"><code>@​benwah</code></a></li>
   <li>Update email-validator dependency to &gt;=2.0.0post2, <a href="https://redirect.github.com/pydantic/pydantic/issues/5627">#5627</a> by <a href="https://github.com/adriangb"><code>@​adriangb</code></a></li>
   <li>update <code>AnyClassMethod</code> for changes in <a href="https://redirect.github.com/python/typeshed/issues/9771">python/typeshed#9771</a>, <a href="https://redirect.github.com/pydantic/pydantic/issues/5505">#5505</a> by <a href="https://github.com/ITProKyle"><code>@​ITProKyle</code></a></li>
   </ul>
   <h2>v2.0a1 (2023-04-03)</h2>
   <p>First pre-release of Pydantic V2!</p>
   <p>See <a href="https://docs.pydantic.dev/blog/pydantic-v2-alpha/">this post</a> for more details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pydantic/pydantic/commit/77e3ac776c3dc71f09ce7a1f734d9cad035a8c0f"><code>77e3ac7</code></a> remove sponsors from docs (<a href="https://redirect.github.com/pydantic/pydantic/issues/5833">#5833</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/afadf00a653b222e6e1bd70d2a7921e57aeb3ac3"><code>afadf00</code></a> Prepare for 1.10.8 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5830">#5830</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/c6e4d211fdbe9bfbb3dd850fde507e3ece7c76a2"><code>c6e4d21</code></a> V1 add <code>build-docs.sh</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/5832">#5832</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/c4d3dee621884670eabbeb9b57b973508193c664"><code>c4d3dee</code></a> Fix Literal bug with typing-extension==4.6.0 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5826">#5826</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/12ba3f4da5954f6b6368190ca964180bbc005877"><code>12ba3f4</code></a> enable fastapi testing on 1.10 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5635">#5635</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/d61792cc42c80b13b23e3ffa74bc37ec7c77f7d1"><code>d61792c</code></a> Fixes discriminated unions not working on aliased literal fields. Issue <a href="https://redirect.github.com/pydantic/pydantic/issues/3849">#3849</a>...</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/81311964d2da6b1606d9b7c175f84171a54271ec"><code>8131196</code></a> Support for email-validator&gt;=2.0.0.post2 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5627">#5627</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/40dafc43e936b1281f5ab45bfc8a548340027d2b"><code>40dafc4</code></a> Add mike to V1 docs (<a href="https://redirect.github.com/pydantic/pydantic/issues/5628">#5628</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/9367abd8149e81728767db797dbfd1d6026d2d72"><code>9367abd</code></a> fix link in alpha release to v2 blog</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/5cfedf25ad9707d6013bd8b03d312249f78a24dd"><code>5cfedf2</code></a> update <code>AnyClassMethod</code> for change in <a href="https://redirect.github.com/python/typeshed/issues/9771">python/typeshed#9771</a> (<a href="https://redirect.github.com/pydantic/pydantic/issues/5505">#5505</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8">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.7&new-version=1.10.8)](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] dependabot[bot] commented on pull request #7726: Build: Bump pydantic from 1.10.7 to 1.10.8 in /python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #7726:
URL: https://github.com/apache/iceberg/pull/7726#issuecomment-1571773317

   Looks like pydantic is up-to-date now, so this is no longer needed.


-- 
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] dependabot[bot] closed pull request #7726: Build: Bump pydantic from 1.10.7 to 1.10.8 in /python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #7726: Build: Bump pydantic from 1.10.7 to 1.10.8 in /python
URL: https://github.com/apache/iceberg/pull/7726


-- 
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 commented on pull request #7726: Build: Bump pydantic from 1.10.7 to 1.10.8 in /python

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on PR #7726:
URL: https://github.com/apache/iceberg/pull/7726#issuecomment-1571772920

   @dependabot rebase


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