Skip to content

Commit

Permalink
build(deps): bump pydantic-settings from 2.6.1 to 2.7.0 in /api in th…
Browse files Browse the repository at this point in the history
…e pydantic group (#214) [norelease]

Bumps the pydantic group in /api with 1 update:
[pydantic-settings](https://github.com/pydantic/pydantic-settings).

Updates `pydantic-settings` from 2.6.1 to 2.7.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.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>test_protected_namespace_defaults</code> with -Wdefault by
<a href="https://github.com/CyberTailor"><code>@​CyberTailor</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/462">pydantic/pydantic-settings#462</a></li>
<li>Make tests more robust to the running environment by <a
href="https://github.com/CyberTailor"><code>@​CyberTailor</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/464">pydantic/pydantic-settings#464</a></li>
<li>Fix rendering of annotations in code example by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/470">pydantic/pydantic-settings#470</a></li>
<li>Fix alias resolution for default settings source. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/468">pydantic/pydantic-settings#468</a></li>
<li>Use the class name in the <code>__repr__</code> implementations by
<a href="https://github.com/dlax"><code>@​dlax</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/465">pydantic/pydantic-settings#465</a></li>
<li>Fix default help text for union of submodels. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/472">pydantic/pydantic-settings#472</a></li>
<li>Add support for CliMutuallyExclusiveGroup. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/473">pydantic/pydantic-settings#473</a></li>
<li>Disable abbreviations on internal parser. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/477">pydantic/pydantic-settings#477</a></li>
<li>Fix Secret field parsing by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/478">pydantic/pydantic-settings#478</a></li>
<li>Fix alias resolution to use preferred key. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/481">pydantic/pydantic-settings#481</a></li>
<li>Strip annotated when getting submodels during CLI parsing. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/490">pydantic/pydantic-settings#490</a></li>
<li>Removing return type from the function in test by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/491">pydantic/pydantic-settings#491</a></li>
<li>Relax default protected_namespaces by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/483">pydantic/pydantic-settings#483</a></li>
<li>Add support for CLI kebab case flag. by <a
href="https://github.com/kschwab"><code>@​kschwab</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/489">pydantic/pydantic-settings#489</a></li>
<li>Change reference of default values validation in documentation by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/496">pydantic/pydantic-settings#496</a></li>
<li>Improve field value parsing by adding <code>NoDecode</code> and
<code>ForceDecode</code> annotations by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/492">pydantic/pydantic-settings#492</a></li>
<li>Fix attribute error on Python 3.9 with typing.Sequence by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/497">pydantic/pydantic-settings#497</a></li>
<li>Prepare release 2.7.0 by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/499">pydantic/pydantic-settings#499</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/CyberTailor"><code>@​CyberTailor</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/462">pydantic/pydantic-settings#462</a></li>
<li><a href="https://github.com/dlax"><code>@​dlax</code></a> made their
first contribution in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/465">pydantic/pydantic-settings#465</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.0">https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/95fae540c5e406ddefc55c9c85043f1c64079b21"><code>95fae54</code></a>
Prepare release 2.7.0 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/499">#499</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/b8968a75aa2785049c195490fe342ffad2c8b10c"><code>b8968a7</code></a>
Fix attribute error on Python 3.9 with typing.Sequence (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/497">#497</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/3667aed73b8f52f33d4ef4ee87b8321c18fa81c2"><code>3667aed</code></a>
Improve field value parsing by adding <code>NoDecode</code> and
<code>ForceDecode</code> annotation...</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/2f498febeffa05223686b321806f84ad64821047"><code>2f498fe</code></a>
Change reference of default values validation in documentation (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/496">#496</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/7bcb6edba2f683c83419283f977a7d16ec4c3b64"><code>7bcb6ed</code></a>
Add support for CLI kebab case flag. (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/489">#489</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/0b3e73d34653a9a9c254c038d87a333cd2be4e1a"><code>0b3e73d</code></a>
Relax default protected_namespaces (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/483">#483</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/3f831e9ab9da8e10e8ab9dd4d1458103b722b458"><code>3f831e9</code></a>
Removing return type from the function in test (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/491">#491</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/a903697d2319543ee0536eac0ff2e1b855a6577b"><code>a903697</code></a>
Strip annotated when getting submodels during CLI parsing. (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/490">#490</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/a0924bcd978e7b784441beb05342c5f0420fd993"><code>a0924bc</code></a>
Fix alias resolution to use preferred key. (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/481">#481</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic-settings/commit/6fe3bd1e35ff3854808f57e099484317f7063238"><code>6fe3bd1</code></a>
Fix Secret field parsing (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/478">#478</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.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.6.1&new-version=2.7.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
0x1026 authored Dec 18, 2024
2 parents 53ab7ef + f33ba71 commit 0340caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apscheduler==3.11.0
databases[mysql]
fastapi[standard]==0.115.6
pydantic_core==2.27.1
pydantic-settings==2.6.1
pydantic-settings==2.7.0
sentry-sdk[fastapi]==2.19.2
sqlmodel==0.0.22

0 comments on commit 0340caf

Please sign in to comment.