Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump pydantic from 1.10.18 to 1.10.19 (#337)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.18 to 1.10.19. <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.19 (2024-11-06)</h2> <h2>What's Changed</h2> <ul> <li>Add warning when v2 model is nested in v1 model by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10432">pydantic/pydantic#10432</a></li> <li>Fix deprecation warning in V1 <code>isinstance</code> check by <a href="https://github.com/alicederyn"><code>@alicederyn</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10645">pydantic/pydantic#10645</a></li> </ul> </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.19 (2024-11-06)</h2> <ul> <li>Add warning when v2 model is nested in v1 model by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10432">pydantic/pydantic#10432</a></li> <li>Fix deprecation warning in V1 <code>isinstance</code> check by <a href="https://github.com/alicederyn"><code>@alicederyn</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10645">pydantic/pydantic#10645</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/bb18ac56ddb4360c9dd054879e934aac27215dfa"><code>bb18ac5</code></a> Prep for v1.10.19 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/10778">#10778</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/7a46a771e2067bd2d30165f9154f4c3cdaa9cc6c"><code>7a46a77</code></a> Fix deprecation warning in V1 isinstance check (<a href="https://redirect.github.com/pydantic/pydantic/issues/10645">#10645</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/47cebdf86637a3299836f024bf42828a9b413561"><code>47cebdf</code></a> Add warning when v2 model nested in v1 model (<a href="https://redirect.github.com/pydantic/pydantic/issues/10432">#10432</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v1.10.18...v1.10.19">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.18&new-version=1.10.19)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information