Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pydantic-settings from 2.3.4 to 2.4.0 (#2381)
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.4 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic-settings/releases">pydantic-settings's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <h2>What's Changed</h2> <ul> <li>Fix regex flags accidentally passed as count by <a href="https://github.com/musicinmybrain"><code>@musicinmybrain</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/328">pydantic/pydantic-settings#328</a></li> <li>Deprecate <code>read_env_file</code> and move it to <code>DotEnvSettingsSource</code> by <a href="https://github.com/WarpedPixel"><code>@WarpedPixel</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/318">pydantic/pydantic-settings#318</a></li> <li>Fix a bug when loading empty yaml file by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/330">pydantic/pydantic-settings#330</a></li> <li>feat: Enable access to the current state in settings sources by <a href="https://github.com/VictorColomb"><code>@VictorColomb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/326">pydantic/pydantic-settings#326</a></li> <li>Add support for short options. by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/339">pydantic/pydantic-settings#339</a></li> <li>Add Azure Key Vault settings source by <a href="https://github.com/AndreuCodina"><code>@AndreuCodina</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/272">pydantic/pydantic-settings#272</a></li> <li>Add cli_exit_on_error config option by <a href="https://github.com/kschwab"><code>@kschwab</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/340">pydantic/pydantic-settings#340</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/musicinmybrain"><code>@musicinmybrain</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/328">pydantic/pydantic-settings#328</a></li> <li><a href="https://github.com/WarpedPixel"><code>@WarpedPixel</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/318">pydantic/pydantic-settings#318</a></li> <li><a href="https://github.com/VictorColomb"><code>@VictorColomb</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/326">pydantic/pydantic-settings#326</a></li> <li><a href="https://github.com/AndreuCodina"><code>@AndreuCodina</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/272">pydantic/pydantic-settings#272</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0">https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic-settings/commit/5cc686ac1ca1acbc3a65feaa6ee65a01a6bb590d"><code>5cc686a</code></a> Prepare release 2.4.0 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/355">#355</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/4840d69da15ffca3063b866679fdabedc62f350c"><code>4840d69</code></a> Add cli_exit_on_error config option (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/340">#340</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/bcbdd2aaf26f5850c599dcf5bb6a0c3cec4f3eee"><code>bcbdd2a</code></a> Add Azure Key Vault settings source (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/272">#272</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/6ffd6bd8950b56a1d277b24e5872d42638296898"><code>6ffd6bd</code></a> Add support for short options. (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/339">#339</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/8b8803d7de648da28c174c31b7872fcbdf616ed1"><code>8b8803d</code></a> feat: Enable access to the current state in settings sources (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/326">#326</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/229319c97061e2b4e88d8d1061a08e64eba1020f"><code>229319c</code></a> Fix a bug when loading empty yaml file (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/330">#330</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/d6db0f9674b02cd9c5cf9a6eb14c8a1523ec7b8c"><code>d6db0f9</code></a> Deprecate <code>read_env_file</code> and move it to <code>DotEnvSettingsSource</code> (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/318">#318</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/fa17c0ad2b0c30bb3d87db29ee5c9b1e64137869"><code>fa17c0a</code></a> Fix regex flags accidentally passed as count (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/328">#328</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic-settings&package-manager=pip&previous-version=2.3.4&new-version=2.4.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew S. Rosen <[email protected]>
- Loading branch information