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/03/26 05:09:53 UTC

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

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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.6 to 1.10.7.
   <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.7 2023-03-22</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix creating schema from model using <code>ConstrainedStr</code> with <code>regex</code> as dict key, <a href="https://redirect.github.com/pydantic/pydantic/issues/5223">#5223</a> by <a href="https://github.com/matejetz"><code>@​matejetz</code></a></li>
   <li>Address bug in mypy plugin caused by explicit_package_bases=True, <a href="https://redirect.github.com/pydantic/pydantic/issues/5191">#5191</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Add implicit defaults in the mypy plugin for Field with no default argument, <a href="https://redirect.github.com/pydantic/pydantic/issues/5190">#5190</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Fix schema generated for Enum values used as Literals in discriminated unions, <a href="https://redirect.github.com/pydantic/pydantic/issues/5188">#5188</a> by <a href="https://github.com/javibookline"><code>@​javibookline</code></a></li>
   <li>Fix mypy failures caused by the pydantic mypy plugin when users define <code>from_orm</code> in their own classes, <a href="https://redirect.github.com/pydantic/pydantic/issues/5187">#5187</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Fix <code>InitVar</code> usage with pydantic dataclasses, mypy version <code>1.1.1</code> and the custom mypy plugin, <a href="https://redirect.github.com/pydantic/pydantic/issues/5162">#5162</a> by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/javibookline"><code>@​javibookline</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5188">pydantic/pydantic#5188</a></li>
   <li><a href="https://github.com/matejetz"><code>@​matejetz</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/5223">pydantic/pydantic#5223</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v1.10.6...v1.10.7">https://github.com/pydantic/pydantic/compare/v1.10.6...v1.10.7</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v1.10.7/HISTORY.md">pydantic's changelog</a>.</em></p>
   <blockquote>
   <h2>v1.10.7 (2023-03-22)</h2>
   <ul>
   <li>Fix creating schema from model using <code>ConstrainedStr</code> with <code>regex</code> as dict key, <a href="https://redirect.github.com/pydantic/pydantic/issues/5223">#5223</a> by <a href="https://github.com/matejetz"><code>@​matejetz</code></a></li>
   <li>Address bug in mypy plugin caused by explicit_package_bases=True, <a href="https://redirect.github.com/pydantic/pydantic/issues/5191">#5191</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Add implicit defaults in the mypy plugin for Field with no default argument, <a href="https://redirect.github.com/pydantic/pydantic/issues/5190">#5190</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Fix schema generated for Enum values used as Literals in discriminated unions, <a href="https://redirect.github.com/pydantic/pydantic/issues/5188">#5188</a> by <a href="https://github.com/javibookline"><code>@​javibookline</code></a></li>
   <li>Fix mypy failures caused by the pydantic mypy plugin when users define <code>from_orm</code> in their own classes, <a href="https://redirect.github.com/pydantic/pydantic/issues/5187">#5187</a> by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a></li>
   <li>Fix <code>InitVar</code> usage with pydantic dataclasses, mypy version <code>1.1.1</code> and the custom mypy plugin, <a href="https://redirect.github.com/pydantic/pydantic/issues/5162">#5162</a> by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pydantic/pydantic/commit/11f7f9019016659e81c96481ffe5c42637489cf3"><code>11f7f90</code></a> prepare for 1.10.7 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5248">#5248</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/ed3e267de911c77cb02be07c7c4cfe5cc69de3a7"><code>ed3e267</code></a> Fix creating schema from model using ConstrainedStr with regex str as dict ke...</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/e12352c8208348ccdfd090b047b62b06641efd64"><code>e12352c</code></a> Fix mypy plugin crash (1.10.X-fixes) (<a href="https://redirect.github.com/pydantic/pydantic/issues/5208">#5208</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/a46663167365f0b65dc73d8b2c54f53793597f61"><code>a466631</code></a> Mypy plugin: Add implicit defaults for Field with no default argument (<a href="https://redirect.github.com/pydantic/pydantic/issues/5207">#5207</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/4ae757efea384b00979ef67d0ca847ca7ed75d6c"><code>4ae757e</code></a> Fix mypy plugin misbehavior with from_orm for user classes (<a href="https://redirect.github.com/pydantic/pydantic/issues/5193">#5193</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/f99a0e2d9b6490c01276bf9309fa582833edda67"><code>f99a0e2</code></a> Discriminated union literal enum values (<a href="https://redirect.github.com/pydantic/pydantic/issues/5188">#5188</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/355e6dac6b1881a12cf48783f42dd8a3991437b2"><code>355e6da</code></a> Don't apply dataclass transform twice with plugin + mypy 1.1.1 (<a href="https://redirect.github.com/pydantic/pydantic/issues/5162">#5162</a>)</li>
   <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v1.10.6...v1.10.7">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.6&new-version=1.10.7)](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 #7205: Build: Bump pydantic from 1.10.6 to 1.10.7 in /python

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


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