Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump pydantic from 1.10.17 to 1.10.18 (#666)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.17 to 1.10.18. <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.18 (2024-08-22)</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Eval type fix in V1 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9751">pydantic/pydantic#9751</a></li> <li>Add <code>to_lower_camel</code> to <code>__all__</code> in <code>utils.py</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> (direct commit)</li> <li>Fix <code>mypy</code> v1 plugin for mypy 1.11 release by <a href="https://github.com/flaeppe"><code>@flaeppe</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10139">pydantic/pydantic#10139</a></li> <li>Fix discriminator key used when discriminator has alias and <code>.schema(by_alias=False)</code> by <a href="https://github.com/exs-dwoodward"><code>@exs-dwoodward</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10146">pydantic/pydantic#10146</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/flaeppe"><code>@flaeppe</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/10139">pydantic/pydantic#10139</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18">https://github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18</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.18 (2024-08-22)</h2> <ul> <li>Eval type fix in V1 by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9751">pydantic/pydantic#9751</a></li> <li>Add <code>to_lower_camel</code> to <code>__all__</code> in <code>utils.py</code> by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> (direct commit)</li> <li>Fix <code>mypy</code> v1 plugin for mypy 1.11 release by <a href="https://github.com/flaeppe"><code>@flaeppe</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10139">pydantic/pydantic#10139</a></li> <li>Fix discriminator key used when discriminator has alias and <code>.schema(by_alias=False)</code> by <a href="https://github.com/exs-dwoodward"><code>@exs-dwoodward</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10146">pydantic/pydantic#10146</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/5ebcdc13b83fba5da34ad9b0f008f7b4faf89396"><code>5ebcdc1</code></a> Prep for <code>v1.10.18</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/10213">#10213</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/e1ecbf28509c6faf02e5e7aebc6e76bcdb008257"><code>e1ecbf2</code></a> fix: discriminator key used when discriminator has alias and schema g… (<a href="https://redirect.github.com/pydantic/pydantic/issues/10146">#10146</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/d4f85f9b400415ef5339b73976c94d0c8be56ab2"><code>d4f85f9</code></a> Fix mypy v1 plugin for mypy 1.11 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/10139">#10139</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/1975fede78b86d85f21cdf85291095edda523aee"><code>1975fed</code></a> adding to_lower_camel</li> <li><a href="https://github.com/pydantic/pydantic/commit/8bc82948113dbdb3f60ff7d11fbb8293ad8ce7f3"><code>8bc8294</code></a> Merge branch '1.10.X-fixes' of <a href="https://github.com/pydantic/pydantic">https://github.com/pydantic/pydantic</a> into 1.10...</li> <li><a href="https://github.com/pydantic/pydantic/commit/19a41ff88db785b1a19f659156ca0755653fe722"><code>19a41ff</code></a> Eval type fix in V1 (<a href="https://redirect.github.com/pydantic/pydantic/issues/9751">#9751</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/911fd410e57fb7c307a47c9168982f9b42f798f8"><code>911fd41</code></a> Merge branch '1.10.X-fixes' of <a href="https://github.com/pydantic/pydantic">https://github.com/pydantic/pydantic</a> into 1.10...</li> <li><a href="https://github.com/pydantic/pydantic/commit/0cfc163b1b3bf4c2335580b21cd324d74cddbb30"><code>0cfc163</code></a> Merge branch '1.10.X-fixes' of <a href="https://github.com/pydantic/pydantic">https://github.com/pydantic/pydantic</a> into 1.10...</li> <li><a href="https://github.com/pydantic/pydantic/commit/dc69f806663d09a7cd5770be5b6ca1421af31175"><code>dc69f80</code></a> Merge branch '1.10.X-fixes' of <a href="https://github.com/pydantic/pydantic">https://github.com/pydantic/pydantic</a> into 1.10...</li> <li><a href="https://github.com/pydantic/pydantic/commit/bb35a23b60748dd62da7a560b45286e68382f88e"><code>bb35a23</code></a> prep for v1.10.15 release</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | pydantic | [>= 2.a, < 3] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=1.10.17&new-version=1.10.18)](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