Skip to content

Commit

Permalink
Bump pydantic-settings from 2.4.0 to 2.5.2 (#2467)
Browse files Browse the repository at this point in the history
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings)
from 2.4.0 to 2.5.2.
<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.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Second fix for the TypeError bug introduced in 2.5 by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/396">pydantic/pydantic-settings#396</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.5.1...v2.5.2">https://github.com/pydantic/pydantic-settings/compare/v2.5.1...v2.5.2</a></p>
<h2>v2.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix TypeError introduced in 2.5 by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/392">pydantic/pydantic-settings#392</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.5.0...v2.5.1">https://github.com/pydantic/pydantic-settings/compare/v2.5.0...v2.5.1</a></p>
<h2>v2.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix a bug in nested vanila dataclass by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/357">pydantic/pydantic-settings#357</a></li>
<li>CLI Improve Docstring Help Text by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/359">pydantic/pydantic-settings#359</a></li>
<li>Cli fix default or none object help text by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/364">pydantic/pydantic-settings#364</a></li>
<li>Determine RootModel complexity from root type by <a
href="https://github.com/user1584"><code>@​user1584</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/344">pydantic/pydantic-settings#344</a></li>
<li>Add CLI bool flags by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/365">pydantic/pydantic-settings#365</a></li>
<li>CLI arg list whitespaces fix. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/369">pydantic/pydantic-settings#369</a></li>
<li>Add <code>nested_model_default_partial_update</code> flag and
<code>DefaultSettingsSource</code> by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/348">pydantic/pydantic-settings#348</a></li>
<li>Parse enum fixes. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/367">pydantic/pydantic-settings#367</a></li>
<li>Fixes CLI help text for function types by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/370">pydantic/pydantic-settings#370</a></li>
<li>Add get_subcommand function. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/341">pydantic/pydantic-settings#341</a></li>
<li>Cli prefix validation alias fix by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/375">pydantic/pydantic-settings#375</a></li>
<li>CLI ignore external parser list fix by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/379">pydantic/pydantic-settings#379</a></li>
<li>Enable multiple secrets dirs by <a
href="https://github.com/makukha"><code>@​makukha</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/372">pydantic/pydantic-settings#372</a></li>
<li>Add CLI subcommand union and alias support by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/380">pydantic/pydantic-settings#380</a></li>
<li>Fix dotenv settings source problem in handling extra variables with
same prefix in name by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/386">pydantic/pydantic-settings#386</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/user1584"><code>@​user1584</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/344">pydantic/pydantic-settings#344</a></li>
<li><a href="https://github.com/makukha"><code>@​makukha</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/372">pydantic/pydantic-settings#372</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.0">https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/79090e2bfb11f05591405036ce52f2264467b26f"><code>79090e2</code></a>
Prepare release 2.5.2 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/397">#397</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/81d7c468aa45a2c0da7d032a6a344f174bc83fd7"><code>81d7c46</code></a>
Second fix for the TypeError bug introduced in 2.5 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/396">#396</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/b2c0ee2389d824b93745ffed8c0c562800942347"><code>b2c0ee2</code></a>
Prepare release 2.5.1 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/393">#393</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/3eff625d352d9c971d1f351767e25a08351c3ebb"><code>3eff625</code></a>
Fix TypeError introduced in 2.5 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/392">#392</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/7353e5b36949649e1cd08fb03fafc9584a9b9380"><code>7353e5b</code></a>
Prepare release 2.5.0 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/388">#388</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/6ae24e51139707ffb7ca37f54464538b7b4de64f"><code>6ae24e5</code></a>
Update pydantic to &gt; 2.9.0 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/387">#387</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/287cb22f2f2ed43e7d6ef0e1b6277886257751ba"><code>287cb22</code></a>
Fix dotenv settings source problem in handling extra variables with same
pref...</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/a9eb22e4f4f6bb71b92783550b6db18b41eb805e"><code>a9eb22e</code></a>
Add CLI subcommand union and alias support (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/380">#380</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/12d85cf521bf2b07939241bf33f17d14d906623f"><code>12d85cf</code></a>
Enable multiple secrets dirs (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/372">#372</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/94f3a90950f4dd9d574b047e7c2cff30ee3b456d"><code>94f3a90</code></a>
CLI ignore external parser list fix (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/379">#379</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.2">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.4.0&new-version=2.5.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent a9f03d2 commit 7d14947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ monty==2024.7.30
numpy==1.26.4
psutil==5.9.8
pydantic==2.9.1
pydantic-settings==2.4.0
pydantic-settings==2.5.2
pymatgen==2024.7.18
ruamel.yaml==0.18.6
typer==0.12.5

0 comments on commit 7d14947

Please sign in to comment.