dependabot[bot] opened a new pull request, #1948: URL: https://github.com/apache/streampipes/pull/1948
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 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 <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">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> <h2>v2.2.1 2023-08-18</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Make xfailing test for root model extra stop xfailing by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6937">pydantic/pydantic#6937</a></li> <li>Optimize recursion detection by stopping on the second visit for the … by <a href="https://github.com/mciucu"><code>@​mciucu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7160">pydantic/pydantic#7160</a></li> <li>fix link in docs by <a href="https://github.com/tlambert03"><code>@​tlambert03</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7166">pydantic/pydantic#7166</a></li> <li>Bump pydantic-core to 2.6.1 and prepare 2.2.1 release by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7176">pydantic/pydantic#7176</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mciucu"><code>@​mciucu</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic/pull/7160">pydantic/pydantic#7160</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.2.0...v2.2.1">https://github.com/pydantic/pydantic/compare/v2.2.0...v2.2.1</a></p> <h2>v2.2.0 2023-08-17</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Split "pipx install" setup command into two commands on the documentation site by <a href="https://github.com/nomadmtb"><code>@​nomadmtb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6869">pydantic/pydantic#6869</a></li> <li>Deprecate <code>Field.include</code> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6852">pydantic/pydantic#6852</a></li> <li>Fix typo in default factory error msg by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6880">pydantic/pydantic#6880</a></li> <li>Simplify handling of typing.Annotated in GenerateSchema by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6887">pydantic/pydantic#6887</a></li> <li>Re-enable fastapi tests in CI by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6883">pydantic/pydantic#6883</a></li> <li>Make it harder to hit collisions with json schema defrefs by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6566">pydantic/pydantic#6566</a></li> <li>Cleaner error for invalid input to <code>Path</code> fields by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6903">pydantic/pydantic#6903</a></li> <li>:memo: support Coordinate Type by <a href="https://github.com/yezz123"><code>@​yezz123</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6906">pydantic/pydantic#6906</a></li> <li>Fix <code>ForwardRef</code> wrapper for py 3.10.0 (shim until bpo-45166) by <a href="https://github.com/randomir"><code>@​randomir</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6919">pydantic/pydantic#6919</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2>v2.2.1 (2023-08-18)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.2.1">GitHub release</a></p> <ul> <li>Make <code>xfail</code>ing test for root model extra stop <code>xfail</code>ing by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6937">#6937</a></li> <li>Optimize recursion detection by stopping on the second visit for the same object by <a href="https://github.com/mciucu"><code>@​mciucu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7160">#7160</a></li> <li>fix link in docs by <a href="https://github.com/tlambert03"><code>@​tlambert03</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7166">#7166</a></li> <li>Replace MiMalloc w/ default allocator by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/900">pydantic/pydantic-core#900</a></li> <li>Bump pydantic-core to 2.6.1 and prepare 2.2.1 release by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/7176">#7176</a></li> </ul> <h2>v2.2.0 (2023-08-17)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.2.0">GitHub release</a></p> <ul> <li>Split "pipx install" setup command into two commands on the documentation site by <a href="https://github.com/nomadmtb"><code>@​nomadmtb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6869">#6869</a></li> <li>Deprecate <code>Field.include</code> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6852">#6852</a></li> <li>Fix typo in default factory error msg by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6880">#6880</a></li> <li>Simplify handling of typing.Annotated in GenerateSchema by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6887">#6887</a></li> <li>Re-enable fastapi tests in CI by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6883">#6883</a></li> <li>Make it harder to hit collisions with json schema defrefs by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6566">#6566</a></li> <li>Cleaner error for invalid input to <code>Path</code> fields by <a href="https://github.com/samuelcolvin"><code>@​samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6903">#6903</a></li> <li>:memo: support Coordinate Type by <a href="https://github.com/yezz123"><code>@​yezz123</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6906">#6906</a></li> <li>Fix <code>ForwardRef</code> wrapper for py 3.10.0 (shim until bpo-45166) by <a href="https://github.com/randomir"><code>@​randomir</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6919">#6919</a></li> <li>Fix misbehavior related to copying of RootModel by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6918">#6918</a></li> <li>Fix issue with recursion error caused by ParamSpec by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6923">#6923</a></li> <li>Add section about Constrained classes to the Migration Guide by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6924">#6924</a></li> <li>Use <code>main</code> branch for badge links by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6925">#6925</a></li> <li>Add test for v1/v2 Annotated discrepancy by <a href="https://github.com/carlbordum"><code>@​carlbordum</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6926">#6926</a></li> <li>Make the v1 mypy plugin work with both v1 and v2 by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6921">#6921</a></li> <li>Fix issue where generic models couldn't be parametrized with BaseModel by <a href="https://github.com/dmontagu"><code>@​dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6933">#6933</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/v1.10.12...v2.3.0">compare view</a></li> </ul> </details> <br /> [](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> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
