You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/14 04:22:14 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #5522: Build: Bump pydantic from 1.9.1 to 1.9.2 in /python

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

   Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.1 to 1.9.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/samuelcolvin/pydantic/releases">pydantic's releases</a>.</em></p>
   <blockquote>
   <h2>v1.9.2 (2022-08-11)</h2>
   <p><strong>Revert Breaking Change</strong>: <em>v1.9.1</em> introduced a breaking change where model fields were
   deep copied by default, this release reverts the default behaviour to match <em>v1.9.0</em> and before,
   while also allow deep-copy behaviour via <code>copy_on_model_validation = 'deep'</code>. See <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4092">#4092</a> for more information.</p>
   <ul>
   <li>Allow for shallow copies of model fields, <code>Config.copy_on_model_validation</code> is now a str which must be
   <code>'none'</code>, <code>'deep'</code>, or <code>'shallow'</code> corresponding to not copying, deep copy &amp; shallow copy; default <code>'shallow'</code>,
   <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4093">#4093</a> by <a href="https://github.com/timkpaine"><code>@​timkpaine</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/master/HISTORY.md">pydantic's changelog</a>.</em></p>
   <blockquote>
   <h2>v1.9.2 (2022-08-11)</h2>
   <p><strong>Revert Breaking Change</strong>: <em>v1.9.1</em> introduced a breaking change where model fields were
   deep copied by default, this release reverts the default behaviour to match <em>v1.9.0</em> and before,
   while also allow deep-copy behaviour via <code>copy_on_model_validation = 'deep'</code>. See <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4092">#4092</a> for more information.</p>
   <ul>
   <li>Allow for shallow copies of model fields, <code>Config.copy_on_model_validation</code> is now a str which must be
   <code>'none'</code>, <code>'deep'</code>, or <code>'shallow'</code> corresponding to not copying, deep copy &amp; shallow copy; default <code>'shallow'</code>,
   <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4093">#4093</a> by <a href="https://github.com/timkpaine"><code>@​timkpaine</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pydantic/pydantic/commit/1d37ffd89c9e6607db2553eb830fea2fc028dc2f"><code>1d37ffd</code></a> uprev and prepare for release</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/1d6a6e60f68911a2cdd9a3c810898001936884d0"><code>1d6a6e6</code></a> allow for shallow copies (<a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4093">#4093</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/5774756396a8d5de169c987d86464135e6d9f524"><code>5774756</code></a> comments mostly from <a href="https://github.com/PrettyWood"><code>@​PrettyWood</code></a> (<a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4226">#4226</a>)</li>
   <li><a href="https://github.com/pydantic/pydantic/commit/80ec177c71d152c33adeaad9775abb77f3c9bcb7"><code>80ec177</code></a> Pydantic V2 blog (<a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/4218">#4218</a>)</li>
   <li>See full diff in <a href="https://github.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2">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.9.1&new-version=1.9.2)](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] rdblue commented on pull request #5522: Build: Bump pydantic from 1.9.1 to 1.9.2 in /python

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #5522:
URL: https://github.com/apache/iceberg/pull/5522#issuecomment-1214417161

   Thanks, @dependabot!


-- 
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] rdblue merged pull request #5522: Build: Bump pydantic from 1.9.1 to 1.9.2 in /python

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #5522:
URL: https://github.com/apache/iceberg/pull/5522


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