chore(deps): update dependency fastapi to ^0.115.6 #29

Merged
Xefir merged 1 commits from renovate/fastapi-0.x into main 2024-12-04 22:25:30 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
fastapi (changelog) dependencies patch ^0.115.5 -> ^0.115.6

Release Notes

fastapi/fastapi (fastapi)

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
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.5` -> `^0.115.6` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.115.6`](https://github.com/fastapi/fastapi/releases/tag/0.115.6) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.5...0.115.6) ##### Fixes - 🐛 Preserve traceback when an exception is raised in sync dependency with `yield`. PR [#&#8203;5823](https://github.com/fastapi/fastapi/pull/5823) by [@&#8203;sombek](https://github.com/sombek). ##### Refactors - ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR [#&#8203;12971](https://github.com/fastapi/fastapi/pull/12971) by [@&#8203;tamird](https://github.com/tamird). ##### Docs - 📝 Update includes format in docs with an automated script. PR [#&#8203;12950](https://github.com/fastapi/fastapi/pull/12950) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update includes for `docs/de/docs/advanced/using-request-directly.md`. PR [#&#8203;12685](https://github.com/fastapi/fastapi/pull/12685) by [@&#8203;alissadb](https://github.com/alissadb). - 📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md`. PR [#&#8203;12689](https://github.com/fastapi/fastapi/pull/12689) by [@&#8203;alissadb](https://github.com/alissadb). ##### Translations - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/async.md`. PR [#&#8203;12990](https://github.com/fastapi/fastapi/pull/12990) by [@&#8203;ILoveSorasakiHina](https://github.com/ILoveSorasakiHina). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-param-models.md`. PR [#&#8203;12932](https://github.com/fastapi/fastapi/pull/12932) by [@&#8203;Vincy1230](https://github.com/Vincy1230). - 🌐 Add Korean translation for `docs/ko/docs/advanced/testing-dependencies.md`. PR [#&#8203;12992](https://github.com/fastapi/fastapi/pull/12992) by [@&#8203;Limsunoh](https://github.com/Limsunoh). - 🌐 Add Korean translation for `docs/ko/docs/advanced/websockets.md`. PR [#&#8203;12991](https://github.com/fastapi/fastapi/pull/12991) by [@&#8203;kwang1215](https://github.com/kwang1215). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/response-model.md`. PR [#&#8203;12933](https://github.com/fastapi/fastapi/pull/12933) by [@&#8203;AndreBBM](https://github.com/AndreBBM). - 🌐 Add Korean translation for `docs/ko/docs/advanced/middlewares.md`. PR [#&#8203;12753](https://github.com/fastapi/fastapi/pull/12753) by [@&#8203;nahyunkeem](https://github.com/nahyunkeem). - 🌐 Add Korean translation for `docs/ko/docs/advanced/openapi-webhooks.md`. PR [#&#8203;12752](https://github.com/fastapi/fastapi/pull/12752) by [@&#8203;saeye](https://github.com/saeye). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/query-param-models.md`. PR [#&#8203;12931](https://github.com/fastapi/fastapi/pull/12931) by [@&#8203;Vincy1230](https://github.com/Vincy1230). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/query-param-models.md`. PR [#&#8203;12445](https://github.com/fastapi/fastapi/pull/12445) by [@&#8203;gitgernit](https://github.com/gitgernit). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/query-param-models.md`. PR [#&#8203;12940](https://github.com/fastapi/fastapi/pull/12940) by [@&#8203;jts8257](https://github.com/jts8257). - 🔥 Remove obsolete tutorial translation to Chinese for `docs/zh/docs/tutorial/sql-databases.md`, it references files that are no longer on the repo. PR [#&#8203;12949](https://github.com/fastapi/fastapi/pull/12949) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;12954](https://github.com/fastapi/fastapi/pull/12954) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Xefir added 1 commit 2024-12-04 06:50:10 +00:00
chore(deps): update dependency fastapi to ^0.115.6
All checks were successful
pilotwings / python (push) Successful in 2m10s
pilotwings / node (push) Successful in 35s
pilotwings / docker (push) Successful in 1m52s
3dd170a695
Xefir merged commit 6e03a88940 into main 2024-12-04 22:25:30 +00:00
Xefir deleted branch renovate/fastapi-0.x 2024-12-04 22:25:31 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: Xefir/pilotwings#29
No description provided.