[PR #99] [MERGED] Bump fastapi from 0.115.7 to 0.115.8 #99

Closed
opened 2026-02-28 14:55:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/soham2008xyz/Spotify-Downloader/pull/99
Author: @dependabot[bot]
Created: 2/3/2025
Status: Merged
Merged: 2/17/2025
Merged by: @soham2008xyz

Base: remakeHead: dependabot/pip/fastapi-0.115.8


📝 Commits (1)

  • bf1cbd6 Bump fastapi from 0.115.7 to 0.115.8

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Bumps fastapi from 0.115.7 to 0.115.8.

Release notes

Sourced from fastapi's releases.

0.115.8

Fixes

  • 🐛 Fix OAuth2PasswordRequestForm and OAuth2PasswordRequestFormStrict fixed grant_type "password" RegEx. PR #9783 by @​skarfie123.

Refactors

Docs

Translations

  • 🌐 Add Japanese translation for docs/ja/docs/environment-variables.md. PR #13226 by @​k94-ishi.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/async-tests.md. PR #13227 by @​Rishat-F.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #13252 by @​Rishat-F.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/bigger-applications.md. PR #13154 by @​alv2017.

Internal

  • ⬆️ Add support for Python 3.13. PR #13274 by @​tiangolo.
  • ⬆️ Upgrade AnyIO max version for tests, new range: >=3.2.1,<5.0.0. PR #13273 by @​tiangolo.
  • 🔧 Update Sponsors badges. PR #13271 by @​tiangolo.
  • ♻️ Fix notify_translations.py empty env var handling for PR label events vs workflow_dispatch. PR #13272 by @​tiangolo.
  • ♻️ Refactor and move scripts/notify_translations.py, no need for a custom GitHub Action. PR #13270 by @​tiangolo.
  • 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR #13267 by @​tiangolo.
  • ⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR #13251 by @​dependabot[bot].
Commits
  • 7128971 🔖 Release version 0.115.8
  • 55f8a44 📝 Update release notes
  • 83ab6ac 📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...
  • 3d02a92 📝 Update release notes
  • 1b00f8a Simplify tests for body_multiple_params (#13237)
  • d97647f 📝 Update release notes
  • 9667ce8 📝 Update Request Body's tutorial002 to deal with tax=0 case (#13230)
  • 0541693 📝 Update release notes
  • 041b2e1 📝 Update release notes
  • 30b270b ♻️ Move duplicated code portion to a static method in the APIKeyBase super ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/soham2008xyz/Spotify-Downloader/pull/99 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/17/2025 **Merged by:** [@soham2008xyz](https://github.com/soham2008xyz) **Base:** `remake` ← **Head:** `dependabot/pip/fastapi-0.115.8` --- ### 📝 Commits (1) - [`bf1cbd6`](https://github.com/soham2008xyz/Spotify-Downloader/commit/bf1cbd6865a2ef5dc4ee50f7d6453ce8e09a65f7) Bump fastapi from 0.115.7 to 0.115.8 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) </details> ### 📄 Description Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.7 to 0.115.8. <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.115.8</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix <code>OAuth2PasswordRequestForm</code> and <code>OAuth2PasswordRequestFormStrict</code> fixed <code>grant_type</code> &quot;password&quot; RegEx. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/9783">#9783</a> by <a href="https://github.com/skarfie123"><code>@​skarfie123</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Simplify tests for body_multiple_params . PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13237">#13237</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>♻️ Move duplicated code portion to a static method in the <code>APIKeyBase</code> super class. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/3142">#3142</a> by <a href="https://github.com/ShahriyarR"><code>@​ShahriyarR</code></a>.</li> <li>✅ Simplify tests for request_files. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13182">#13182</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Change the word &quot;unwrap&quot; to &quot;unpack&quot; in <code>docs/en/docs/tutorial/extra-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13061">#13061</a> by <a href="https://github.com/timothy-jeong"><code>@​timothy-jeong</code></a>.</li> <li>📝 Update Request Body's <code>tutorial002</code> to deal with <code>tax=0</code> case. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13230">#13230</a> by <a href="https://github.com/togogh"><code>@​togogh</code></a>.</li> <li>👥 Update FastAPI People - Experts. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13269">#13269</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Japanese translation for <code>docs/ja/docs/environment-variables.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13226">#13226</a> by <a href="https://github.com/k94-ishi"><code>@​k94-ishi</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13227">#13227</a> by <a href="https://github.com/Rishat-F"><code>@​Rishat-F</code></a>.</li> <li>🌐 Update Russian translation for <code>docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13252">#13252</a> by <a href="https://github.com/Rishat-F"><code>@​Rishat-F</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13154">#13154</a> by <a href="https://github.com/alv2017"><code>@​alv2017</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆️ Add support for Python 3.13. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13274">#13274</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆️ Upgrade AnyIO max version for tests, new range: <code>&gt;=3.2.1,&lt;5.0.0</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13273">#13273</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>🔧 Update Sponsors badges. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13271">#13271</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>♻️ Fix <code>notify_translations.py</code> empty env var handling for PR label events vs workflow_dispatch. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13272">#13272</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>♻️ Refactor and move <code>scripts/notify_translations.py</code>, no need for a custom GitHub Action. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13270">#13270</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13267">#13267</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13251">#13251</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/fastapi/commit/7128971f1d61e2e1e6f220a5f66baa925b635278"><code>7128971</code></a> 🔖 Release version 0.115.8</li> <li><a href="https://github.com/fastapi/fastapi/commit/55f8a446c7c02ac6bb26e7adcdeb5ade2408a0ba"><code>55f8a44</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/83ab6ac95797395b5664626b66d1c3f1f5b0e8dc"><code>83ab6ac</code></a> 📝 Change the word &quot;unwrap&quot; to &quot;unpack&quot; in `docs/en/docs/tutorial/extra-models...</li> <li><a href="https://github.com/fastapi/fastapi/commit/3d02a920ab7c4b2d26bab67b10e35fc90a923ce1"><code>3d02a92</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/1b00f8ae7821353cc9657797c475e2c0d9acd423"><code>1b00f8a</code></a> ✅ Simplify tests for body_multiple_params (<a href="https://redirect.github.com/fastapi/fastapi/issues/13237">#13237</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/d97647fd572169cf0434919464de5406057e32f4"><code>d97647f</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/9667ce87a908eecc2be2a215adcb55c7e1b38040"><code>9667ce8</code></a> 📝 Update Request Body's <code>tutorial002</code> to deal with <code>tax=0</code> case (<a href="https://redirect.github.com/fastapi/fastapi/issues/13230">#13230</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/0541693bc7611da858f71d896a3b9780751c04f8"><code>0541693</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/041b2e1c4643c9837d2e7f8589351492cf76497a"><code>041b2e1</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/30b270be9ac9cf931b0efaac549ba0ad8112f547"><code>30b270b</code></a> ♻️ Move duplicated code portion to a static method in the <code>APIKeyBase</code> super ...</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.115.7...0.115.8">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.115.7&new-version=0.115.8)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:55:53 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Spotify-Downloader-soham2008xyz#99
No description provided.