Bump fastapi from 0.116.2 to 0.117.1 (#960)

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.2 to
0.117.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.117.1</h2>
<h3>Fixes</h3>
<ul>
<li>🐛 Fix validation error when <code>File</code> is declared after
<code>Form</code> parameter. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11194">#11194</a>
by <a
href="https://github.com/thomasleveil"><code>@​thomasleveil</code></a>.</li>
</ul>
<h2>0.117.0</h2>
<h3>Features</h3>
<ul>
<li> Allow <code>None</code> as return type for bodiless responses. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/9425">#9425</a>
by <a href="https://github.com/hofrob"><code>@​hofrob</code></a>.</li>
<li> Allow array values for OpenAPI schema <code>type</code> field. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/13639">#13639</a>
by <a
href="https://github.com/sammasak"><code>@​sammasak</code></a>.</li>
<li> Add OpenAPI <code>external_docs</code> parameter to
<code>FastAPI</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13713">#13713</a>
by <a href="https://github.com/cmtoro"><code>@​cmtoro</code></a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>️ Fix <code>default_factory</code> for response model field with
Pydantic V1. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/9704">#9704</a>
by <a
href="https://github.com/vvanglro"><code>@​vvanglro</code></a>.</li>
<li>🐛 Fix inconsistent processing of model docstring formfeed char with
Pydantic V1. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/6039">#6039</a>
by <a
href="https://github.com/MaxwellPayne"><code>@​MaxwellPayne</code></a>.</li>
<li>🐛 Fix <code>jsonable_encoder</code> alters
<code>json_encoders</code> of Pydantic v1 objects. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/4972">#4972</a>
by <a
href="https://github.com/aboubacs"><code>@​aboubacs</code></a>.</li>
<li>🐛 Reenable <code>allow_arbitrary_types</code> when only 1 argument
is used on the API endpoint. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13694">#13694</a>
by <a
href="https://github.com/rmawatson"><code>@​rmawatson</code></a>.</li>
<li>🐛 Fix <code>inspect.getcoroutinefunction()</code> can break testing
with <code>unittest.mock.patch()</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14022">#14022</a>
by <a
href="https://github.com/secrett2633"><code>@​secrett2633</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>♻️ Create <code>dependency-cache</code> dict in
<code>solve_dependencies</code> only if <code>None</code> (don't
re-create if empty). PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13689">#13689</a>
by <a
href="https://github.com/bokshitsky"><code>@​bokshitsky</code></a>.</li>
<li> Enable test case for duplicated headers in
<code>test_tutorial/test_header_params/test_tutorial003.py</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13864">#13864</a>
by <a
href="https://github.com/Amogha-ark"><code>@​Amogha-ark</code></a>.</li>
<li>📌 Pin <code>httpx</code> to <code>&gt;=0.23.0,&lt;1.0.0</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/14086">#14086</a>
by <a
href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Add note about Cookies and JavaScript on
<code>tutorial/cookie-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13510">#13510</a>
by <a href="https://github.com/Kludex"><code>@​Kludex</code></a>.</li>
<li>📝 Remove outdated formatting from
<code>path-params-numeric-validations.md</code> for languages
<code>en</code>, <code>es</code> and <code>uk</code>.. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14059">#14059</a>
by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>📝 Fix and Improve English Documentation. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14048">#14048</a>
by <a
href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>📝 Update prompts and German translation. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14015">#14015</a>
by <a
href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li> Simplify tests for response_model. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14062">#14062</a>
by <a
href="https://github.com/dynamicy"><code>@​dynamicy</code></a>.</li>
<li>🚨 Install pydantic.mypy plugin. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14081">#14081</a>
by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li> Add LLM test file. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14049">#14049</a>
by <a
href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li>
<li>🔨 Update translations script. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/13968">#13968</a>
by <a
href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li>
<li>🛠️ Update <code>docs.py generate-readme</code> command to remove
permalinks from headers. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14055">#14055</a>
by <a
href="https://github.com/YuriiMotov"><code>@​YuriiMotov</code></a>.</li>
<li>⬆️ Update mypy to 1.14.1. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12970">#12970</a>
by <a href="https://github.com/tamird"><code>@​tamird</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="784f06cb9b"><code>784f06c</code></a>
🔖 Release version 0.117.1</li>
<li><a
href="b5c05893b4"><code>b5c0589</code></a>
📝 Update release notes</li>
<li><a
href="44fc67632b"><code>44fc676</code></a>
🐛 Fix validation error when <code>File</code> is declared after
<code>Form</code> parameter (<a
href="https://redirect.github.com/fastapi/fastapi/issues/11194">#11194</a>)</li>
<li><a
href="a84001000e"><code>a840010</code></a>
📝 Update release notes</li>
<li><a
href="382d083e26"><code>382d083</code></a>
🔖 Release version 0.117.0</li>
<li><a
href="a7f2dbe976"><code>a7f2dbe</code></a>
📝 Update release notes</li>
<li><a
href="f1e6f978ce"><code>f1e6f97</code></a>
️ Fix <code>default_factory</code> for response model field with
Pydantic V1 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/9704">#9704</a>)</li>
<li><a
href="b01d5c97a0"><code>b01d5c9</code></a>
📝 Update release notes</li>
<li><a
href="b51ec36f2e"><code>b51ec36</code></a>
 Allow <code>None</code> as return type for bodiless responses (<a
href="https://redirect.github.com/fastapi/fastapi/issues/9425">#9425</a>)</li>
<li><a
href="0bdc3ca373"><code>0bdc3ca</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.116.2...0.117.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.116.2&new-version=0.117.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-22 11:19:34 +00:00 committed by GitHub
parent 8395d97f2c
commit 1d5f4bd072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ dependencies = [
"argon2-cffi==25.1.0",
"bencodepy==0.9.5",
"croniter==6.0.0",
"fastapi==0.116.2",
"fastapi==0.117.1",
"GitPython==3.1.45",
"humanize==4.13.0",
"pytimeparse2==1.7.1",