- 
                Notifications
    
You must be signed in to change notification settings  - Fork 214
 
Commit f7a9402
authored
chore(deps): Bump fastapi from 0.119.0 to 0.120.1 in /cirrus/server (#13792)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to
0.120.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.120.1</h2>
<h3>Upgrades</h3>
<ul>
<li>⬆️ Bump Starlette to <<code>0.50.0</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14234">#14234</a>
by <a
href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔧 Add <code>license</code> and <code>license-files</code> to
<code>pyproject.toml</code>, remove <code>License</code> from
<code>classifiers</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14230">#14230</a>
by <a
href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li>
</ul>
<h2>0.120.0</h2>
<p>There are no major nor breaking changes in this release. ☕️</p>
<p>The internal reference documentation now uses
<code>annotated_doc.Doc</code> instead of
<code>typing_extensions.Doc</code>, this adds a new (very small)
dependency on <a
href="https://github.com/fastapi/annotated-doc"><code>annotated-doc</code></a>,
a package made just to provide that <code>Doc</code> documentation
utility class.</p>
<p>I would expect <code>typing_extensions.Doc</code> to be deprecated
and then removed at some point from <code>typing_extensions</code>, for
that reason there's the new <code>annotated-doc</code> micro-package. If
you are curious about this, you can read more in the repo for <a
href="https://github.com/fastapi/annotated-doc"><code>annotated-doc</code></a>.</p>
<p>This new version <code>0.120.0</code> only contains that transition
to the new home package for that utility class <code>Doc</code>.</p>
<h3>Translations</h3>
<ul>
<li>🌐 Sync German docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14188">#14188</a>
by <a
href="https://github.com/nilslindemann"><code>@nilslindemann</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>➕ Migrate internal reference documentation from
<code>typing_extensions.Doc</code> to <code>annotated_doc.Doc</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/14222">#14222</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>🛠️ Update German LLM prompt and test file. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14189">#14189</a>
by <a
href="https://github.com/nilslindemann"><code>@nilslindemann</code></a>.</li>
<li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14181">#14181</a>
by <a
href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li>
</ul>
<h2>0.119.1</h2>
<h3>Fixes</h3>
<ul>
<li>🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14
and Pydantic 2.12.1. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14186">#14186</a>
by <a
href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Replace <code>starlette.io</code> by <code>starlette.dev</code>
and <code>uvicorn.org</code> by <code>uvicorn.dev</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14176">#14176</a>
by <a href="https://github.com/Kludex"><code>@Kludex</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔧 Add sponsor Requestly. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14205">#14205</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>🔧 Configure reminder for <code>waiting</code> label in
<code>issue-manager</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/14156">#14156</a>
by <a
href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastapi/fastapi/commit/78c94c3f565b9b992d1eecafaeb0991e2b177d7c"><code>78c94c3</code></a>
🔖 Release version 0.120.1</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/4b0301b2803ff98efa638de90ebac05a76a85e20"><code>4b0301b</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/436932aef587e8120439f545ad25220114ea15ab"><code>436932a</code></a>
⬆️ Bump Starlette to <<code>0.50.0</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/14234">#14234</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/3ea6a4a0b14583c690b31cbd6951d561f1b6da5c"><code>3ea6a4a</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/96dd32718b36155e221e96a3025f71d654d5031a"><code>96dd327</code></a>
🔧 Add <code>license</code> and <code>license-files</code> to
<code>pyproject.toml</code>, remove <code>License</code> fro...</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/cd40c5b40ffd8ba0c6a6a6c96bbf34ec1cf9c525"><code>cd40c5b</code></a>
🔖 Release version 0.120.0</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/1c6ee57bbfeebfa21a393b7939c85d9d4d29f0b0"><code>1c6ee57</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/09f40968cb03e878aa25bc83340f891b09d1e418"><code>09f4096</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/d390f2e41fb508de416071d481937bc7be486589"><code>d390f2e</code></a>
➕ Migrate internal reference documentation from
<code>typing_extensions.Doc</code> to `a...</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/cb7018d782c88b189f11d6141c8231ffb9b403b0"><code>cb7018d</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.119.0...0.120.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent a098567 commit f7a9402Copy full SHA for f7a9402
File tree
Expand file treeCollapse file tree
2 files changed
+19
-6
lines changedOpen diff view settings
Filter options
- cirrus/server
 
Expand file treeCollapse file tree
2 files changed
+19
-6
lines changedOpen diff view settings
Collapse file
+18-5Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
cirrus/server/pyproject.toml
Copy file name to clipboardExpand all lines: cirrus/server/pyproject.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
9 | 9 |  | |
10 | 10 |  | |
11 | 11 |  | |
12 |  | - | |
 | 12 | + | |
13 | 13 |  | |
14 | 14 |  | |
15 | 15 |  | |
 | |||
0 commit comments