fix(deps): update dependency fastapi to v0.115.10 #44

Merged
hads merged 1 commits from renovate/fastapi-0.x-lockfile into main 2025-03-19 16:56:22 +13:00
Owner

This PR contains the following updates:

Package Type Update Change
fastapi (changelog) dependencies patch 0.115.8 -> 0.115.10

Release Notes

fastapi/fastapi (fastapi)

v0.115.10

Compare Source

Fixes
  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #​13314 by @​Viicos.
Upgrades
Translations

v0.115.9

Compare Source

Fixes
  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #​2939 by @​arthurio.
Refactors
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastapi](https://github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | dependencies | patch | `0.115.8` -> `0.115.10` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.115.10`](https://github.com/fastapi/fastapi/releases/tag/0.115.10) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.9...0.115.10) ##### Fixes - ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR [#&#8203;13314](https://github.com/fastapi/fastapi/pull/13314) by [@&#8203;Viicos](https://github.com/Viicos). ##### Upgrades - ⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0`. PR [#&#8203;13426](https://github.com/fastapi/fastapi/pull/13426) by [@&#8203;musicinmybrain](https://github.com/musicinmybrain). ##### Translations - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/debugging.md`. PR [#&#8203;13370](https://github.com/fastapi/fastapi/pull/13370) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-params.md`. PR [#&#8203;13362](https://github.com/fastapi/fastapi/pull/13362) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/path-params.md`. PR [#&#8203;13354](https://github.com/fastapi/fastapi/pull/13354) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/cookie-param-models.md`. PR [#&#8203;13330](https://github.com/fastapi/fastapi/pull/13330) by [@&#8203;k94-ishi](https://github.com/k94-ishi). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-multiple-params.md`. PR [#&#8203;13408](https://github.com/fastapi/fastapi/pull/13408) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/query-param-models.md`. PR [#&#8203;13323](https://github.com/fastapi/fastapi/pull/13323) by [@&#8203;k94-ishi](https://github.com/k94-ishi). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-nested-models.md`. PR [#&#8203;13409](https://github.com/fastapi/fastapi/pull/13409) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/versions.md`. PR [#&#8203;13406](https://github.com/fastapi/fastapi/pull/13406) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/index.md`. PR [#&#8203;13405](https://github.com/fastapi/fastapi/pull/13405) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-forms.md`. PR [#&#8203;13383](https://github.com/fastapi/fastapi/pull/13383) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/testing.md`. PR [#&#8203;13371](https://github.com/fastapi/fastapi/pull/13371) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). ### [`v0.115.9`](https://github.com/fastapi/fastapi/releases/tag/0.115.9) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.9) ##### Fixes - 🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True`. PR [#&#8203;2939](https://github.com/fastapi/fastapi/pull/2939) by [@&#8203;arthurio](https://github.com/arthurio). ##### Refactors - ✅ Simplify tests for `query_params_str_validations`. PR [#&#8203;13218](https://github.com/fastapi/fastapi/pull/13218) by [@&#8203;alv2017](https://github.com/alv2017). - ✅ Simplify tests for `app_testing`. PR [#&#8203;13220](https://github.com/fastapi/fastapi/pull/13220) by [@&#8203;alv2017](https://github.com/alv2017). - ✅ Simplify tests for `dependency_testing`. PR [#&#8203;13223](https://github.com/fastapi/fastapi/pull/13223) by [@&#8203;alv2017](https://github.com/alv2017). ##### Docs - 🍱 Update sponsors: CodeRabbit logo. PR [#&#8203;13424](https://github.com/fastapi/fastapi/pull/13424) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🩺 Unify the badges across all tutorial translations. PR [#&#8203;13329](https://github.com/fastapi/fastapi/pull/13329) by [@&#8203;svlandeg](https://github.com/svlandeg). - 📝 Fix typos in virtual environments documentation. PR [#&#8203;13396](https://github.com/fastapi/fastapi/pull/13396) by [@&#8203;bullet-ant](https://github.com/bullet-ant). - 🐛 Fix issue with Swagger theme change example in the official tutorial. PR [#&#8203;13289](https://github.com/fastapi/fastapi/pull/13289) by [@&#8203;Zerohertz](https://github.com/Zerohertz). - 📝 Add more precise description of HTTP status code range in docs. PR [#&#8203;13347](https://github.com/fastapi/fastapi/pull/13347) by [@&#8203;DanielYang59](https://github.com/DanielYang59). - 🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types). PR [#&#8203;13378](https://github.com/fastapi/fastapi/pull/13378) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`). PR [#&#8203;13377](https://github.com/fastapi/fastapi/pull/13377) by [@&#8203;tiangolo](https://github.com/tiangolo). - ✏️ Remove duplicate title in docs `body-multiple-params`. PR [#&#8203;13345](https://github.com/fastapi/fastapi/pull/13345) by [@&#8203;DanielYang59](https://github.com/DanielYang59). - 📝 Fix test badge. PR [#&#8203;13313](https://github.com/fastapi/fastapi/pull/13313) by [@&#8203;esadek](https://github.com/esadek). ##### Translations - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/header-params.md`. PR [#&#8203;13381](https://github.com/fastapi/fastapi/pull/13381) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-files.md`. PR [#&#8203;13395](https://github.com/fastapi/fastapi/pull/13395) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-form-models.md`. PR [#&#8203;13384](https://github.com/fastapi/fastapi/pull/13384) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-forms-and-files.md`. PR [#&#8203;13386](https://github.com/fastapi/fastapi/pull/13386) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Update Korean translation for `docs/ko/docs/help-fastapi.md`. PR [#&#8203;13262](https://github.com/fastapi/fastapi/pull/13262) by [@&#8203;Zerohertz](https://github.com/Zerohertz). - 🌐 Add Korean translation for `docs/ko/docs/advanced/custom-response.md`. PR [#&#8203;13265](https://github.com/fastapi/fastapi/pull/13265) by [@&#8203;11kkw](https://github.com/11kkw). - 🌐 Update Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [#&#8203;13335](https://github.com/fastapi/fastapi/pull/13335) by [@&#8203;yes0ng](https://github.com/yes0ng). - 🌐 Add Russian translation for `docs/ru/docs/advanced/response-cookies.md`. PR [#&#8203;13327](https://github.com/fastapi/fastapi/pull/13327) by [@&#8203;Stepakinoyan](https://github.com/Stepakinoyan). - 🌐 Add Vietnamese translation for `docs/vi/docs/tutorial/static-files.md`. PR [#&#8203;11291](https://github.com/fastapi/fastapi/pull/11291) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;13257](https://github.com/fastapi/fastapi/pull/13257) by [@&#8203;11kkw](https://github.com/11kkw). - 🌐 Add Vietnamese translation for `docs/vi/docs/virtual-environments.md`. PR [#&#8203;13282](https://github.com/fastapi/fastapi/pull/13282) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/static-files.md`. PR [#&#8203;13285](https://github.com/fastapi/fastapi/pull/13285) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Vietnamese translation for `docs/vi/docs/environment-variables.md`. PR [#&#8203;13287](https://github.com/fastapi/fastapi/pull/13287) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Vietnamese translation for `docs/vi/docs/fastapi-cli.md`. PR [#&#8203;13294](https://github.com/fastapi/fastapi/pull/13294) by [@&#8203;ptt3199](https://github.com/ptt3199). - 🌐 Add Ukrainian translation for `docs/uk/docs/features.md`. PR [#&#8203;13308](https://github.com/fastapi/fastapi/pull/13308) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/learn/index.md`. PR [#&#8203;13306](https://github.com/fastapi/fastapi/pull/13306) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Update Portuguese Translation for `docs/pt/docs/deployment/https.md`. PR [#&#8203;13317](https://github.com/fastapi/fastapi/pull/13317) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Update Portuguese Translation for `docs/pt/docs/index.md`. PR [#&#8203;13328](https://github.com/fastapi/fastapi/pull/13328) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Russian translation for `docs/ru/docs/advanced/websockets.md`. PR [#&#8203;13279](https://github.com/fastapi/fastapi/pull/13279) by [@&#8203;Rishat-F](https://github.com/Rishat-F). ##### Internal - ✅ Fix a minor bug in the test `tests/test_modules_same_name_body/test_main.py`. PR [#&#8203;13411](https://github.com/fastapi/fastapi/pull/13411) by [@&#8203;alv2017](https://github.com/alv2017). - 👷 Use `wrangler-action` v3. PR [#&#8203;13415](https://github.com/fastapi/fastapi/pull/13415) by [@&#8203;joakimnordling](https://github.com/joakimnordling). - 🔧 Update sponsors: add CodeRabbit. PR [#&#8203;13402](https://github.com/fastapi/fastapi/pull/13402) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update team: Add Ludovico. PR [#&#8203;13390](https://github.com/fastapi/fastapi/pull/13390) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors: Add LambdaTest. PR [#&#8203;13389](https://github.com/fastapi/fastapi/pull/13389) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump cloudflare/wrangler-action from 3.13 to 3.14. PR [#&#8203;13350](https://github.com/fastapi/fastapi/pull/13350) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.5.18 to 9.6.1. PR [#&#8203;13301](https://github.com/fastapi/fastapi/pull/13301) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pillow from 11.0.0 to 11.1.0. PR [#&#8203;13300](https://github.com/fastapi/fastapi/pull/13300) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 👥 Update FastAPI People - Sponsors. PR [#&#8203;13295](https://github.com/fastapi/fastapi/pull/13295) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI People - Experts. PR [#&#8203;13303](https://github.com/fastapi/fastapi/pull/13303) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI GitHub topic repositories. PR [#&#8203;13302](https://github.com/fastapi/fastapi/pull/13302) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI People - Contributors and Translators. PR [#&#8203;13293](https://github.com/fastapi/fastapi/pull/13293) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump inline-snapshot from 0.18.1 to 0.19.3. PR [#&#8203;13298](https://github.com/fastapi/fastapi/pull/13298) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Update sponsors, add Permit. PR [#&#8203;13288](https://github.com/fastapi/fastapi/pull/13288) by [@&#8203;tiangolo](https://github.com/tiangolo). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
hads added 1 commit 2025-02-28 06:06:52 +13:00
fix(deps): update dependency fastapi to v0.115.9
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 45s
dce7cd42d6
hads force-pushed renovate/fastapi-0.x-lockfile from dce7cd42d6 to 604aa02267 2025-03-01 06:06:55 +13:00 Compare
hads changed title from fix(deps): update dependency fastapi to v0.115.9 to fix(deps): update dependency fastapi to v0.115.10 2025-03-01 06:06:58 +13:00
hads merged commit 42927f7739 into main 2025-03-19 16:56:22 +13:00
hads deleted branch renovate/fastapi-0.x-lockfile 2025-03-19 16:56:22 +13:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hads/hinpdof#44
No description provided.