mirror of
https://github.com/evroon/bracket.git
synced 2026-05-25 00:45:34 -04:00
Bump fastapi from 0.124.0 to 0.125.0 in /backend (#1477)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.124.0 to 0.125.0. <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.125.0</h2> <h3>Breaking Changes</h3> <ul> <li>🔧 Drop support for Python 3.8. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14563">#14563</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>. <ul> <li>This would actually not be a <em>breaking</em> change as no code would really break. Any Python 3.8 installer would just refuse to install the latest version of FastAPI and would only install 0.124.4. Only marking it as a "breaking change" to make it visible.</li> </ul> </li> </ul> <h3>Refactors</h3> <ul> <li>♻️ Upgrade internal syntax to Python 3.9+ 🎉. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14564">#14564</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14559">#14559</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a> and <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update translations for pt (add-missing). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14539">#14539</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔧 Add LLM prompt file for French, generated from the existing French docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14544">#14544</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🌐 Sync Portuguese docs (pages found with script). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14554">#14554</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🌐 Sync Spanish docs (outdated pages found with script). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14553">#14553</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🌐 Sync German docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14519">#14519</a> by <a href="https://github.com/nilslindemann"><code>@nilslindemann</code></a>.</li> <li>🔥 Remove inactive/scarce translations to Vietnamese. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14543">#14543</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔥 Remove inactive/scarce translations to Persian. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14542">#14542</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔥 Remove translation to emoji to simplify the new setup with LLM autotranslations. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14541">#14541</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🌐 Update translations for pt (update-outdated). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14537">#14537</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🌐 Update translations for es (update-outdated). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14532">#14532</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🌐 Update translations for es (add-missing). PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14533">#14533</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🌐 Remove translations for removed docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14516">#14516</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump <code>markdown-include-variants</code> from 0.0.7 to 0.0.8. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14556">#14556</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🔧 Temporarily disable translations still in progress, being migrated to the new LLM setup. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14555">#14555</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> <li>🔧 Update test workflow config, remove commented code. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14540">#14540</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14536">#14536</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Run Smokeshow always, even on test failures. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14538">#14538</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Make Pydantic versions customizable in CI. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14535">#14535</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Fix checkout GitHub Action fetch-depth for LLM translations, enable cron monthly. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14531">#14531</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Fix Typer command for CI LLM translations. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14530">#14530</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update LLM translation CI, add language matrix and extra commands, prepare for scheduled run. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14529">#14529</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Update github-actions user for GitHub Actions workflows. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14528">#14528</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>➕ Add requirements for translations. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14515">#14515</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h2>0.124.4</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix parameter aliases. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/14371">#14371</a> by <a href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li> </ul> <h2>0.124.3</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="c75f17d483"><code>c75f17d</code></a> 🔖 Release version 0.125.0</li> <li><a href="241ca9a533"><code>241ca9a</code></a> 📝 Update release notes</li> <li><a href="3f75f51255"><code>3f75f51</code></a> 📝 Update release notes</li> <li><a href="1c4fc96c91"><code>1c4fc96</code></a> ♻️ Upgrade internal syntax to Python 3.9+ 🎉 (<a href="https://redirect.github.com/fastapi/fastapi/issues/14564">#14564</a>)</li> <li><a href="7f9709d75e"><code>7f9709d</code></a> 📝 Update release notes</li> <li><a href="84668c2acc"><code>84668c2</code></a> 🔧 Drop support for Python 3.8 (<a href="https://redirect.github.com/fastapi/fastapi/issues/14563">#14563</a>)</li> <li><a href="e0fd79139e"><code>e0fd791</code></a> 📝 Update release notes</li> <li><a href="ed97d9dc0c"><code>ed97d9d</code></a> ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs ...</li> <li><a href="99ef383398"><code>99ef383</code></a> 📝 Update release notes</li> <li><a href="56a549b4d5"><code>56a549b</code></a> 🌐 Update translations for pt (add-missing) (<a href="https://redirect.github.com/fastapi/fastapi/issues/14539">#14539</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.124.0...0.125.0">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies = [
|
||||
"bcrypt==5.0.0",
|
||||
"click==8.3.0",
|
||||
"databases[asyncpg]==0.9.0",
|
||||
"fastapi==0.124.0",
|
||||
"fastapi==0.125.0",
|
||||
"fastapi-sso==0.18.0",
|
||||
"gunicorn==23.0.0",
|
||||
"heliclockter==3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user