Skip to content

Commit

Permalink
pip(deps): bump fastapi from 0.103.0 to 0.103.1 (#413)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.0 to
0.103.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tiangolo/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.103.1</h2>
<h3>Fixes</h3>
<ul>
<li>📌 Pin AnyIO to &lt; 4.0.0 to handle an incompatibility while
upgrading to Starlette 0.31.1. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10194">#10194</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>✏️ Fix validation parameter name in docs, from <code>regex</code> to
<code>pattern</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10085">#10085</a>
by <a
href="https://github.com/pablodorrio"><code>@​pablodorrio</code></a>.</li>
<li>✏️ Fix indent format in
<code>docs/en/docs/deployment/server-workers.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10066">#10066</a>
by <a
href="https://github.com/tamtam-fitness"><code>@​tamtam-fitness</code></a>.</li>
<li>✏️ Fix Pydantic examples in tutorial for Python types. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/9961">#9961</a>
by <a
href="https://github.com/rahulsalgare"><code>@​rahulsalgare</code></a>.</li>
<li>✏️ Fix link to Pydantic docs in
<code>docs/en/docs/tutorial/extra-data-types.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10155">#10155</a>
by <a
href="https://github.com/hasnatsajid"><code>@​hasnatsajid</code></a>.</li>
<li>✏️ Fix typo in
<code>docs/en/docs/tutorial/handling-errors.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10170">#10170</a>
by <a
href="https://github.com/poupapaa"><code>@​poupapaa</code></a>.</li>
<li>✏️ Fix typo in
<code>docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>.
PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10172">#10172</a>
by <a
href="https://github.com/ragul-kachiappan"><code>@​ragul-kachiappan</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>🌐 Remove duplicate line in translation for
<code>docs/pt/docs/tutorial/path-params.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10126">#10126</a>
by <a
href="https://github.com/LecoOliveira"><code>@​LecoOliveira</code></a>.</li>
<li>🌐 Add Yoruba translation for <code>docs/yo/docs/index.md</code>. PR
<a
href="https://redirect.github.com/tiangolo/fastapi/pull/10033">#10033</a>
by <a
href="https://github.com/AfolabiOlaoluwa"><code>@​AfolabiOlaoluwa</code></a>.</li>
<li>🌐 Add Ukrainian translation for
<code>docs/uk/docs/python-types.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10080">#10080</a>
by <a
href="https://github.com/rostik1410"><code>@​rostik1410</code></a>.</li>
<li>🌐 Add Vietnamese translations for
<code>docs/vi/docs/tutorial/first-steps.md</code> and
<code>docs/vi/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10088">#10088</a>
by <a
href="https://github.com/magiskboy"><code>@​magiskboy</code></a>.</li>
<li>🌐 Add Ukrainian translation for
<code>docs/uk/docs/alternatives.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10060">#10060</a>
by <a href="https://github.com/whysage"><code>@​whysage</code></a>.</li>
<li>🌐 Add Ukrainian translation for
<code>docs/uk/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10079">#10079</a>
by <a
href="https://github.com/rostik1410"><code>@​rostik1410</code></a>.</li>
<li>✏️ Fix typos in
<code>docs/en/docs/how-to/separate-openapi-schemas.md</code> and
<code>docs/en/docs/tutorial/schema-extra-example.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10189">#10189</a>
by <a href="https://github.com/xzmeng"><code>@​xzmeng</code></a>.</li>
<li>🌐 Add Chinese translation for
<code>docs/zh/docs/advanced/generate-clients.md</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/9883">#9883</a>
by <a
href="https://github.com/funny-cat-happy"><code>@​funny-cat-happy</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>✏️ Fix typos in comment in <code>fastapi/applications.py</code>. PR
<a
href="https://redirect.github.com/tiangolo/fastapi/pull/10045">#10045</a>
by <a
href="https://github.com/AhsanSheraz"><code>@​AhsanSheraz</code></a>.</li>
<li>✅ Add missing test for OpenAPI examples, it was missing in coverage.
PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10188">#10188</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>👥 Update FastAPI People. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10186">#10186</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tiangolo/fastapi/commit/bfde8f3ef20dc338bbce8a0ff0f4b441c54d5b64"><code>bfde8f3</code></a>
🔖 Release version 0.103.1</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/ce8ee1410ae4ba37744ed818be05e2cc187601e3"><code>ce8ee14</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/118010ad5ebb98f602deee7e69c3bff94aadf16a"><code>118010a</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/8562cae44b18d0f1638bb6d338a85754468fc559"><code>8562cae</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/e1a1a367a74a64c330e11fb63a870a2c77a29a85"><code>e1a1a36</code></a>
📌 Pin AnyIO to &lt; 4.0.0 to handle an incompatibility while upgrading
to Starle...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/c502197d7cffc6fe3f310fc2a72dd3148bcaa016"><code>c502197</code></a>
✏️ Fix validation parameter name in docs, from <code>regex</code> to
<code>pattern</code> (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10085">#10085</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/7f1dedac2c8f57aa1e976aaa492f5cbd77d25ab1"><code>7f1deda</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/23511f1fdf5de1b47575c6d1e305c17a3851fbae"><code>23511f1</code></a>
🌐 Remove duplicate line in translation for
`docs/pt/docs/tutorial/path-params...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/7802454131866a1af7b509702fb6de369f33c71d"><code>7802454</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/caf0b688cd7e71da0a207ab5d611a57ce4ac5f13"><code>caf0b68</code></a>
✏️ Fix indent format in
<code>docs/en/docs/deployment/server-workers.md</code> (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10066">#10066</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tiangolo/fastapi/compare/0.103.0...0.103.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.103.0&new-version=0.103.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>
  • Loading branch information
eve-scality authored Sep 5, 2023
2 parents 7a5eb84 + bce3a66 commit 006224a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["pyproject.toml", "README.md", "LICENSE", "images/**/*"]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.103.0"
fastapi = "^0.103.1"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
pydantic = ">=1.10.2,<2.0"
redis-om = "^0.2.1"
Expand Down

0 comments on commit 006224a

Please sign in to comment.