Skip to content

Commit 8df36ce

Browse files
chore(deps): bump fastapi from 0.123.5 to 0.123.7 (#1022)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.123.5 to 0.123.7. <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.123.7</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix evaluating stringified annotations in Python 3.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/11355">#11355</a> by <a href="https://github.com/chaen"><code>@​chaen</code></a>.</li> </ul> <h2>0.123.6</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14448">#14448</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/fastapi/fastapi/commit/603df6e36f59cc4a3e189f506b8f36d1e816c3ac"><code>603df6e</code></a> 🔖 Release version 0.123.7</li> <li><a href="https://github.com/fastapi/fastapi/commit/6c565482cfc729e2f93d6917731156c244b484a7"><code>6c56548</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/861598b4e30a7a7297aee803097f77431f799ea5"><code>861598b</code></a> 🐛 Fix evaluating stringified annotations in Python 3.10 (<a href="https://redirect.github.com/fastapi/fastapi/issues/11355">#11355</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/811fa898752e7f5697733a2958ff79ad8dfb5276"><code>811fa89</code></a> 🔖 Release version 0.123.6</li> <li><a href="https://github.com/fastapi/fastapi/commit/6c6b9d7a2b1df17fc24c8d2e4c5303fc334e75b9"><code>6c6b9d7</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/bba4d4c95e0de8fc9c99f88c269909d37d64d494"><code>bba4d4c</code></a> 🐛 Fix support for functools wraps and partial combined, for async and regular...</li> <li>See full diff in <a href="https://github.com/fastapi/fastapi/compare/0.123.5...0.123.7">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.123.5&new-version=0.123.7)](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>
1 parent c888b89 commit 8df36ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"argon2-cffi==25.1.0",
2121
"bencodepy==0.9.5",
2222
"croniter==6.0.0",
23-
"fastapi==0.123.5",
23+
"fastapi==0.123.7",
2424
"GitPython==3.1.45",
2525
"humanize==4.13.0",
2626
"pytimeparse2==1.7.1",

0 commit comments

Comments
 (0)