Skip to content

Commit

Permalink
Bump pydantic from 2.2.1 to 2.3.0 (#231)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.2.1 to
2.3.0.
<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>v2.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>🔥 Remove orphaned changes file from repo by <a
href="https://github.com/lig"><code>@​lig</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7168">pydantic/pydantic#7168</a></li>
<li>Add copy button on documentation by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7190">pydantic/pydantic#7190</a></li>
<li>Fix docs on JSON type by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7189">pydantic/pydantic#7189</a></li>
<li>Update mypy 1.5.0 to 1.5.1 in CI by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7191">pydantic/pydantic#7191</a></li>
<li>fix download links badge by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7200">pydantic/pydantic#7200</a></li>
<li>add 2.2.1 to changelog by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7212">pydantic/pydantic#7212</a></li>
<li>Make ModelWrapValidator protocols generic by <a
href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7154">pydantic/pydantic#7154</a></li>
<li>Correct <code>Field(..., exclude: bool)</code> docs by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7214">pydantic/pydantic#7214</a></li>
<li>Make shadowing attributes a warning instead of an error by <a
href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7193">pydantic/pydantic#7193</a></li>
<li>Document <code>Base64Str</code> and <code>Base64Bytes</code> by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7192">pydantic/pydantic#7192</a></li>
<li>Fix <code>config.defer_build</code> for serialization first cases by
<a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7024">pydantic/pydantic#7024</a></li>
<li>clean Model docstrings in JSON Schema by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7210">pydantic/pydantic#7210</a></li>
<li>fix <a
href="https://redirect.github.com/pydantic/pydantic/issues/7228">#7228</a>
(typo): docs in <code>validators.md</code> to correct
<code>validate_default</code> kwarg by <a
href="https://github.com/lmmx"><code>@​lmmx</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7229">pydantic/pydantic#7229</a></li>
<li>✅ Implement <code>tzinfo.fromutc</code> method for
<code>TzInfo</code> in <code>pydantic-core</code> by <a
href="https://github.com/lig"><code>@​lig</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7019">pydantic/pydantic#7019</a></li>
<li>Support <strong>get_validators</strong> by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7197">pydantic/pydantic#7197</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lmmx"><code>@​lmmx</code></a> made their
first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7229">pydantic/pydantic#7229</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.2.1...v2.2.2">https://github.com/pydantic/pydantic/compare/v2.2.1...v2.2.2</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>v2.3.0 (2023-08-23)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.3.0">GitHub
release</a></p>
<ul>
<li>🔥 Remove orphaned changes file from repo by <a
href="https://github.com/lig"><code>@​lig</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7168">#7168</a></li>
<li>Add copy button on documentation by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7190">#7190</a></li>
<li>Fix docs on JSON type by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7189">#7189</a></li>
<li>Update mypy 1.5.0 to 1.5.1 in CI by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7191">#7191</a></li>
<li>fix download links badge by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7200">#7200</a></li>
<li>add 2.2.1 to changelog by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7212">#7212</a></li>
<li>Make ModelWrapValidator protocols generic by <a
href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7154">#7154</a></li>
<li>Correct <code>Field(..., exclude: bool)</code> docs by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7214">#7214</a></li>
<li>Make shadowing attributes a warning instead of an error by <a
href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7193">#7193</a></li>
<li>Document <code>Base64Str</code> and <code>Base64Bytes</code> by <a
href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7192">#7192</a></li>
<li>Fix <code>config.defer_build</code> for serialization first cases by
<a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7024">#7024</a></li>
<li>clean Model docstrings in JSON Schema by <a
href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7210">#7210</a></li>
<li>fix <a
href="https://redirect.github.com/pydantic/pydantic/pull/7228">#7228</a>
(typo): docs in <code>validators.md</code> to correct
<code>validate_default</code> kwarg by <a
href="https://github.com/lmmx"><code>@​lmmx</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7229">#7229</a></li>
<li>✅ Implement <code>tzinfo.fromutc</code> method for
<code>TzInfo</code> in <code>pydantic-core</code> by <a
href="https://github.com/lig"><code>@​lig</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7019">#7019</a></li>
<li>Support <code>__get_validators__</code> by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/7197">#7197</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/7f1a643c5c03d6deffc9868008eaae169ede6e93"><code>7f1a643</code></a>
fix markdown in history (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7232">#7232</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/5fb914b73a3fe5ad9b33fd2a82cbaf57378a2eb0"><code>5fb914b</code></a>
Prepare for 2.3.0 release (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7231">#7231</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/8edc9ba0106d10f396d4858ff3ce382f648a35f9"><code>8edc9ba</code></a>
Support <strong>get_validators</strong> (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7197">#7197</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/8467fdd02ce48f9a5070a1e1de1ef738832f5e1c"><code>8467fdd</code></a>
✅ Implement <code>tzinfo.fromutc</code> method for <code>TzInfo</code>
in <code>pydantic-core</code> (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7019">#7019</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/71deb096e4558422c1f0a995aabc25b9ffbac8e8"><code>71deb09</code></a>
fix <a
href="https://redirect.github.com/pydantic/pydantic/issues/7228">#7228</a>
(typo): docs in <code>validators.md</code> to correct
<code>validate_default</code> kwarg...</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/d110b47803eb484bbc85cf9a2105e24a5852c2e2"><code>d110b47</code></a>
clean Model docstrings in JSON Schema (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7210">#7210</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/bd2b5249a2849325d6a3f2c9b65caf408c95e959"><code>bd2b524</code></a>
Fix <code>config.defer_build</code> for serialization first cases (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7024">#7024</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/820da6f8e4212bd7f51e21c2572a71d1bcb9487b"><code>820da6f</code></a>
Document <code>Base64Str</code> and <code>Base64Bytes</code> (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7192">#7192</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/caa78016433ec9b16a973f92f187a7b6bfde6cb5"><code>caa7801</code></a>
Make shadowing attributes a warning instead of an error (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7193">#7193</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/4d929eb5119662e1aefd13b5c05c4de3a1b7230d"><code>4d929eb</code></a>
Correct <code>Field(..., exclude: bool)</code> docs (<a
href="https://redirect.github.com/pydantic/pydantic/issues/7214">#7214</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic/compare/v2.2.1...v2.3.0">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=2.2.1&new-version=2.3.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
github-actions[bot] authored Aug 24, 2023
2 parents e14064f + dde2322 commit 282cba9
Showing 1 changed file with 112 additions and 112 deletions.
Loading

0 comments on commit 282cba9

Please sign in to comment.