Update dependency fastapi to v0.112.2 #33

Merged
renovate merged 1 commits from renovate/fastapi-0.x into main 2024-09-01 00:17:50 +00:00
Member

This PR contains the following updates:

Package Update Change
fastapi (changelog) patch ==0.112.1 -> ==0.112.2

Release Notes

fastapi/fastapi (fastapi)

v0.112.2

Compare Source

Fixes
Refactors
Docs
Translations
Internal

Configuration

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

🚦 Automerge: Enabled.

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 | Update | Change | |---|---|---| | [fastapi](https://github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | patch | `==0.112.1` -> `==0.112.2` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.112.2`](https://github.com/fastapi/fastapi/releases/tag/0.112.2) [Compare Source](https://github.com/fastapi/fastapi/compare/0.112.1...0.112.2) ##### Fixes - 🐛 Fix `allow_inf_nan` option for Param and Body classes. PR [#&#8203;11867](https://github.com/fastapi/fastapi/pull/11867) by [@&#8203;giunio-prc](https://github.com/giunio-prc). - 🐛 Ensure that `app.include_router` merges nested lifespans. PR [#&#8203;9630](https://github.com/fastapi/fastapi/pull/9630) by [@&#8203;Lancetnik](https://github.com/Lancetnik). ##### Refactors - 🎨 Fix typing annotation for semi-internal `FastAPI.add_api_route()`. PR [#&#8203;10240](https://github.com/fastapi/fastapi/pull/10240) by [@&#8203;ordinary-jamie](https://github.com/ordinary-jamie). - ⬆️ Upgrade version of Ruff and reformat. PR [#&#8203;12032](https://github.com/fastapi/fastapi/pull/12032) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Docs - 📝 Fix a typo in `docs/en/docs/virtual-environments.md`. PR [#&#8203;12064](https://github.com/fastapi/fastapi/pull/12064) by [@&#8203;aymenkrifa](https://github.com/aymenkrifa). - 📝 Add docs about Environment Variables and Virtual Environments. PR [#&#8203;12054](https://github.com/fastapi/fastapi/pull/12054) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Add Asyncer mention in async docs. PR [#&#8203;12037](https://github.com/fastapi/fastapi/pull/12037) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Move the Features docs to the top level to improve the main page menu. PR [#&#8203;12036](https://github.com/fastapi/fastapi/pull/12036) by [@&#8203;tiangolo](https://github.com/tiangolo). - ✏️ Fix import typo in reference example for `Security`. PR [#&#8203;11168](https://github.com/fastapi/fastapi/pull/11168) by [@&#8203;0shah0](https://github.com/0shah0). - 📝 Highlight correct line in tutorial `docs/en/docs/tutorial/body-multiple-params.md`. PR [#&#8203;11978](https://github.com/fastapi/fastapi/pull/11978) by [@&#8203;svlandeg](https://github.com/svlandeg). - 🔥 Remove Sentry link from Advanced Middleware docs. PR [#&#8203;12031](https://github.com/fastapi/fastapi/pull/12031) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Clarify management tasks for translations, multiples files in one PR. PR [#&#8203;12030](https://github.com/fastapi/fastapi/pull/12030) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections in the "Additional Responses in OpenAPI" section. PR [#&#8203;11996](https://github.com/fastapi/fastapi/pull/11996) by [@&#8203;VaitoSoi](https://github.com/VaitoSoi). - 🔨 Specify `email-validator` dependency with dash. PR [#&#8203;11515](https://github.com/fastapi/fastapi/pull/11515) by [@&#8203;jirikuncar](https://github.com/jirikuncar). - 🌐 Add Spanish translation for `docs/es/docs/project-generation.md`. PR [#&#8203;11947](https://github.com/fastapi/fastapi/pull/11947) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Fix minor typo. PR [#&#8203;12026](https://github.com/fastapi/fastapi/pull/12026) by [@&#8203;MicaelJarniac](https://github.com/MicaelJarniac). - 📝 Several docs improvements, tweaks, and clarifications. PR [#&#8203;11390](https://github.com/fastapi/fastapi/pull/11390) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 📝 Add missing `compresslevel` parameter on docs for `GZipMiddleware`. PR [#&#8203;11350](https://github.com/fastapi/fastapi/pull/11350) by [@&#8203;junah201](https://github.com/junah201). - 📝 Fix inconsistent response code when item already exists in docs for testing. PR [#&#8203;11818](https://github.com/fastapi/fastapi/pull/11818) by [@&#8203;lokomilo](https://github.com/lokomilo). - 📝 Update `docs/en/docs/tutorial/body.md` with Python 3.10 union type example. PR [#&#8203;11415](https://github.com/fastapi/fastapi/pull/11415) by [@&#8203;rangzen](https://github.com/rangzen). ##### Translations - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request_file.md`. PR [#&#8203;12018](https://github.com/fastapi/fastapi/pull/12018) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Japanese translation for `docs/ja/docs/learn/index.md`. PR [#&#8203;11592](https://github.com/fastapi/fastapi/pull/11592) by [@&#8203;ukwhatn](https://github.com/ukwhatn). - 📝 Update Spanish translation docs for consistency. PR [#&#8203;12044](https://github.com/fastapi/fastapi/pull/12044) by [@&#8203;alejsdev](https://github.com/alejsdev). - 🌐 Update Chinese translation for `docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;12028](https://github.com/fastapi/fastapi/pull/12028) by [@&#8203;xuvjso](https://github.com/xuvjso). - 📝 Update FastAPI People, do not translate to have the most recent info. PR [#&#8203;12034](https://github.com/fastapi/fastapi/pull/12034) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🌐 Update Urdu translation for `docs/ur/docs/benchmarks.md`. PR [#&#8203;10046](https://github.com/fastapi/fastapi/pull/10046) by [@&#8203;AhsanSheraz](https://github.com/AhsanSheraz). ##### Internal - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;12046](https://github.com/fastapi/fastapi/pull/12046) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - 🔧 Update coverage config files. PR [#&#8203;12035](https://github.com/fastapi/fastapi/pull/12035) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔨 Standardize shebang across shell scripts. PR [#&#8203;11942](https://github.com/fastapi/fastapi/pull/11942) by [@&#8203;gitworkflows](https://github.com/gitworkflows). - ⬆ Update sqlalchemy requirement from <1.4.43,>=1.3.18 to >=1.3.18,<2.0.33. PR [#&#8203;11979](https://github.com/fastapi/fastapi/pull/11979) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔊 Remove old ignore warnings. PR [#&#8203;11950](https://github.com/fastapi/fastapi/pull/11950) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Upgrade griffe-typingdoc for the docs. PR [#&#8203;12029](https://github.com/fastapi/fastapi/pull/12029) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🙈 Add .coverage\* to `.gitignore`. PR [#&#8203;11940](https://github.com/fastapi/fastapi/pull/11940) by [@&#8203;gitworkflows](https://github.com/gitworkflows). - ⚙️ Record and show test coverage contexts (what test covers which line). PR [#&#8203;11518](https://github.com/fastapi/fastapi/pull/11518) by [@&#8203;slafs](https://github.com/slafs). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC40NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNDUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2024-09-01 00:17:47 +00:00
Update dependency fastapi to v0.112.2
Some checks failed
build / image-build (push) Failing after 2s
renovate / renovate (push) Failing after 2s
8216e7596a
renovate scheduled this pull request to auto merge when all checks succeed 2024-09-01 00:17:48 +00:00
renovate merged commit 8216e7596a into main 2024-09-01 00:17:50 +00: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: training/docker-build-exercise#33