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

   Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.9.2.
   <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.9.2 (2024-09-17)</h2>
   <h2>What's Changed</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Do not error when trying to evaluate annotations of private attributes 
by <a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10358";>#10358</a></li>
   <li>Adding notes on designing sound <code>Callable</code> discriminators by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic/pull/10400";>#10400</a></li>
   <li>Fix serialization schema generation when using 
<code>PlainValidator</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10427";>#10427</a></li>
   <li>Fix <code>Union</code> serialization warnings by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1449";>pydantic/pydantic-core#1449</a></li>
   <li>Fix variance issue in <code>_IncEx</code> type alias, only allow 
<code>True</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10414";>#10414</a></li>
   <li>Fix <code>ZoneInfo</code> validation with various invalid types by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10408";>#10408</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2";>https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2</a></p>
   <h2>v2.9.1 (2024-09-09)</h2>
   <h2>What's Changed</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Fix Predicate issue in v2.9.0 by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10321";>#10321</a></li>
   <li>Fixing <code>annotated-types</code> bound to <code>&gt;=0.6.0</code> by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic/pull/10327";>#10327</a></li>
   <li>Turn <code>tzdata</code> install requirement into optional 
<code>timezone</code> dependency by <a 
href="https://github.com/jakob-keller";><code>@​jakob-keller</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10331";>#10331</a></li>
   <li>Fix <code>IncExc</code> type alias definition by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10339";>#10339</a></li>
   <li>Use correct types namespace when building namedtuple core schemas by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10337";>#10337</a></li>
   <li>Fix evaluation of stringified annotations during namespace inspection by 
<a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10347";>#10347</a></li>
   <li>Fix tagged union serialization with alias generators by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1442";>pydantic/pydantic-core#1442</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1";>https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1</a></p>
   <h2>v2.9.0 (2024-09-05)</h2>
   <p>The code released in v2.9.0 is practically identical to that of 
v2.9.0b2.</p>
   <p>Check out our <a 
href="https://pydantic.dev/articles/pydantic-v2-9-release";>blog post</a> to 
learn more about the release highlights!</p>
   <h2>What's Changed</h2>
   <h3>Packaging</h3>
   <ul>
   <li>Bump <code>ruff</code> to <code>v0.5.0</code> and <code>pyright</code> 
to <code>v1.1.369</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9801";>#9801</a></li>
   <li>Bump <code>pydantic-extra-types</code> to <code>v2.9.0</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9832";>#9832</a></li>
   <li>Support compatibility with <code>pdm v2.18.1</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10138";>#10138</a></li>
   <li>Bump <code>v1</code> version stub to <code>v1.10.18</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10214";>#10214</a></li>
   <li>Bump <code>pydantic-core</code> to <code>v2.23.2</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10311";>#10311</a></li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>Add support for <code>ZoneInfo</code> by <a 
href="https://github.com/Youssefares";><code>@​Youssefares</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9896";>#9896</a></li>
   <li>Add <code>Config.val_json_bytes</code> by <a 
href="https://github.com/josh-newman";><code>@​josh-newman</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9770";>#9770</a></li>
   <li>Add DSN for Snowflake by <a 
href="https://github.com/aditkumar72";><code>@​aditkumar72</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10128";>#10128</a></li>
   <li>Support <code>complex</code> number by <a 
href="https://github.com/changhc";><code>@​changhc</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9654";>#9654</a></li>
   <li>Add support for <code>annotated_types.Not</code> by <a 
href="https://github.com/aditkumar72";><code>@​aditkumar72</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10210";>#10210</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.9.2 (2024-09-17)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.9.2";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Do not error when trying to evaluate annotations of private attributes 
by <a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10358";>#10358</a></li>
   <li>Adding notes on designing sound <code>Callable</code> discriminators by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic/pull/10400";>#10400</a></li>
   <li>Fix serialization schema generation when using 
<code>PlainValidator</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10427";>#10427</a></li>
   <li>Fix <code>Union</code> serialization warnings by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1449";>pydantic/pydantic-core#1449</a></li>
   <li>Fix variance issue in <code>_IncEx</code> type alias, only allow 
<code>True</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10414";>#10414</a></li>
   <li>Fix <code>ZoneInfo</code> validation with various invalid types by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10408";>#10408</a></li>
   </ul>
   <h2>v2.9.1 (2024-09-09)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.9.1";>GitHub 
release</a></p>
   <h3>What's Changed</h3>
   <h4>Fixes</h4>
   <ul>
   <li>Fix Predicate issue in v2.9.0 by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10321";>#10321</a></li>
   <li>Fixing <code>annotated-types</code> bound to <code>&gt;=0.6.0</code> by 
<a href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in 
<a 
href="https://redirect.github.com/pydantic/pydantic/pull/10327";>#10327</a></li>
   <li>Turn <code>tzdata</code> install requirement into optional 
<code>timezone</code> dependency by <a 
href="https://github.com/jakob-keller";><code>@​jakob-keller</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10331";>#10331</a></li>
   <li>Fix <code>IncExc</code> type alias definition by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10339";>#10339</a></li>
   <li>Use correct types namespace when building namedtuple core schemas by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10337";>#10337</a></li>
   <li>Fix evaluation of stringified annotations during namespace inspection by 
<a href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10347";>#10347</a></li>
   <li>Fix tagged union serialization with alias generators by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic-core/pull/1442";>pydantic/pydantic-core#1442</a></li>
   </ul>
   <h2>v2.9.0 (2024-09-05)</h2>
   <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.9.0";>GitHub 
release</a></p>
   <p>The code released in v2.9.0 is practically identical to that of 
v2.9.0b2.</p>
   <h3>What's Changed</h3>
   <h4>Packaging</h4>
   <ul>
   <li>Bump <code>ruff</code> to <code>v0.5.0</code> and <code>pyright</code> 
to <code>v1.1.369</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9801";>#9801</a></li>
   <li>Bump <code>pydantic-extra-types</code> to <code>v2.9.0</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9832";>#9832</a></li>
   <li>Support compatibility with <code>pdm v2.18.1</code> by <a 
href="https://github.com/Viicos";><code>@​Viicos</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10138";>#10138</a></li>
   <li>Bump <code>v1</code> version stub to <code>v1.10.18</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10214";>#10214</a></li>
   <li>Bump <code>pydantic-core</code> to <code>v2.23.2</code> by <a 
href="https://github.com/sydney-runkle";><code>@​sydney-runkle</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10311";>#10311</a></li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Add support for <code>ZoneInfo</code> by <a 
href="https://github.com/Youssefares";><code>@​Youssefares</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9896";>#9896</a></li>
   <li>Add <code>Config.val_json_bytes</code> by <a 
href="https://github.com/josh-newman";><code>@​josh-newman</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/9770";>#9770</a></li>
   <li>Add DSN for Snowflake by <a 
href="https://github.com/aditkumar72";><code>@​aditkumar72</code></a> in <a 
href="https://redirect.github.com/pydantic/pydantic/pull/10128";>#10128</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/7cedbfb03df82ac55c844c97e6f975359cb51bb9";><code>7cedbfb</code></a>
 history updates</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/7eab2b8f7565077410ee6b5f59efc2a8245a7e34";><code>7eab2b8</code></a>
 v bump</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/c0a288f1457734c0ae7ea8d3ae2f5e458327c4cd";><code>c0a288f</code></a>
 Fix <code>ZoneInfo</code> with various invalid types (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10408";>#10408</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/ea6115de0f36461b8fa9638c49249ebd4b9fd806";><code>ea6115d</code></a>
 Fix variance issue in <code>_IncEx</code> type alias, only allow 
<code>True</code> (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10414";>#10414</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/fbfe25a1195c1055034581e1a48ff6308231d70c";><code>fbfe25a</code></a>
 Fix serialization schema generation when using <code>PlainValidator</code> (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10427";>#10427</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/26cff3ccf65f29fd503c1357280a9f4d87f41fd6";><code>26cff3c</code></a>
 Adding notes on designing callable discriminators (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10400";>#10400</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/8a0e7adf6ac6d31056818f9bf8ce5a9dab6c9a6e";><code>8a0e7ad</code></a>
 Do not error when trying to evaluate annotations of private attributes (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10358";>#10358</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/ecc5275d01e3d8de15c3641d35eb5151f5778833";><code>ecc5275</code></a>
 bump</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/2c61bfda43e67b8308f86c77ae4121f447f134dd";><code>2c61bfd</code></a>
 Fix evaluation of stringified annotations during namespace inspection (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10347";>#10347</a>)</li>
   <li><a 
href="https://github.com/pydantic/pydantic/commit/3d364cbf994bc6676b8419b8ad588d4d49ab2f29";><code>3d364cb</code></a>
 Use correct types namespace when building namedtuple core schemas (<a 
href="https://redirect.github.com/pydantic/pydantic/issues/10337";>#10337</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pydantic/pydantic/compare/v2.8.0...v2.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=2.8.0&new-version=2.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 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]

Reply via email to