Update dependency fastapi to v0.95.1 #2

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2023-04-21 10:15:15 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi patch ==0.95.0 -> ==0.95.1

Release Notes

tiangolo/fastapi

v0.95.1

Compare Source

Fixes
Docs
  • 🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯. PR #​5385 by @​LeeeeT.
  • 📝 Add notification message warning about old versions of FastAPI not supporting Annotated. PR #​9298 by @​grdworkin.
  • 📝 Fix typo in docs/en/docs/advanced/behind-a-proxy.md. PR #​5681 by @​Leommjr.
  • ✏ Fix wrong import from typing module in Persian translations for docs/fa/docs/index.md. PR #​6083 by @​Kimiaattaei.
  • ✏️ Fix format, remove unnecessary asterisks in docs/en/docs/help-fastapi.md. PR #​9249 by @​armgabrielyan.
  • ✏ Fix typo in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9272 by @​nicornk.
  • ✏ Fix typo/bug in inline code example in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9273 by @​tim-habitat.
  • ✏ Fix typo in docs/en/docs/tutorial/path-params-numeric-validations.md. PR #​9282 by @​aadarsh977.
  • ✏ Fix typo: 'wll' to 'will' in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9380 by @​dasstyxx.
Translations
  • 🌐 Add French translation for docs/fr/docs/advanced/index.md. PR #​5673 by @​axel584.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/body-nested-models.md. PR #​4053 by @​luccasmmg.
  • 🌐 Add Russian translation for docs/ru/docs/alternatives.md. PR #​5994 by @​Xewus.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/extra-models.md. PR #​5912 by @​LorhanSohaky.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/path-operation-configuration.md. PR #​5936 by @​LorhanSohaky.
  • 🌐 Add Russian translation for docs/ru/docs/contributing.md. PR #​6002 by @​stigsanek.
  • 🌐 Add Korean translation for docs/tutorial/dependencies/classes-as-dependencies.md. PR #​9176 by @​sehwan505.
  • 🌐 Add Russian translation for docs/ru/docs/project-generation.md. PR #​9243 by @​Xewus.
  • 🌐 Add French translation for docs/fr/docs/index.md. PR #​9265 by @​frabc.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-params-str-validations.md. PR #​9267 by @​dedkot01.
  • 🌐 Add Russian translation for docs/ru/docs/benchmarks.md. PR #​9271 by @​Xewus.
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/tiangolo/fastapi) | patch | `==0.95.0` -> `==0.95.1` | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.95.1`](https://github.com/tiangolo/fastapi/releases/tag/0.95.1) [Compare Source](https://github.com/tiangolo/fastapi/compare/0.95.0...0.95.1) ##### Fixes - 🐛 Fix using `Annotated` in routers or path operations decorated multiple times. PR [#&#8203;9315](https://github.com/tiangolo/fastapi/pull/9315) by [@&#8203;sharonyogev](https://github.com/sharonyogev). ##### Docs - 🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯. PR [#&#8203;5385](https://github.com/tiangolo/fastapi/pull/5385) by [@&#8203;LeeeeT](https://github.com/LeeeeT). - 📝 Add notification message warning about old versions of FastAPI not supporting `Annotated`. PR [#&#8203;9298](https://github.com/tiangolo/fastapi/pull/9298) by [@&#8203;grdworkin](https://github.com/grdworkin). - 📝 Fix typo in `docs/en/docs/advanced/behind-a-proxy.md`. PR [#&#8203;5681](https://github.com/tiangolo/fastapi/pull/5681) by [@&#8203;Leommjr](https://github.com/Leommjr). - ✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md`. PR [#&#8203;6083](https://github.com/tiangolo/fastapi/pull/6083) by [@&#8203;Kimiaattaei](https://github.com/Kimiaattaei). - ✏️ Fix format, remove unnecessary asterisks in `docs/en/docs/help-fastapi.md`. PR [#&#8203;9249](https://github.com/tiangolo/fastapi/pull/9249) by [@&#8203;armgabrielyan](https://github.com/armgabrielyan). - ✏ Fix typo in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9272](https://github.com/tiangolo/fastapi/pull/9272) by [@&#8203;nicornk](https://github.com/nicornk). - ✏ Fix typo/bug in inline code example in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9273](https://github.com/tiangolo/fastapi/pull/9273) by [@&#8203;tim-habitat](https://github.com/tim-habitat). - ✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md`. PR [#&#8203;9282](https://github.com/tiangolo/fastapi/pull/9282) by [@&#8203;aadarsh977](https://github.com/aadarsh977). - ✏ Fix typo: 'wll' to 'will' in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9380](https://github.com/tiangolo/fastapi/pull/9380) by [@&#8203;dasstyxx](https://github.com/dasstyxx). ##### Translations - 🌐 Add French translation for `docs/fr/docs/advanced/index.md`. PR [#&#8203;5673](https://github.com/tiangolo/fastapi/pull/5673) by [@&#8203;axel584](https://github.com/axel584). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md`. PR [#&#8203;4053](https://github.com/tiangolo/fastapi/pull/4053) by [@&#8203;luccasmmg](https://github.com/luccasmmg). - 🌐 Add Russian translation for `docs/ru/docs/alternatives.md`. PR [#&#8203;5994](https://github.com/tiangolo/fastapi/pull/5994) by [@&#8203;Xewus](https://github.com/Xewus). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/extra-models.md`. PR [#&#8203;5912](https://github.com/tiangolo/fastapi/pull/5912) by [@&#8203;LorhanSohaky](https://github.com/LorhanSohaky). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-operation-configuration.md`. PR [#&#8203;5936](https://github.com/tiangolo/fastapi/pull/5936) by [@&#8203;LorhanSohaky](https://github.com/LorhanSohaky). - 🌐 Add Russian translation for `docs/ru/docs/contributing.md`. PR [#&#8203;6002](https://github.com/tiangolo/fastapi/pull/6002) by [@&#8203;stigsanek](https://github.com/stigsanek). - 🌐 Add Korean translation for `docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;9176](https://github.com/tiangolo/fastapi/pull/9176) by [@&#8203;sehwan505](https://github.com/sehwan505). - 🌐 Add Russian translation for `docs/ru/docs/project-generation.md`. PR [#&#8203;9243](https://github.com/tiangolo/fastapi/pull/9243) by [@&#8203;Xewus](https://github.com/Xewus). - 🌐 Add French translation for `docs/fr/docs/index.md`. PR [#&#8203;9265](https://github.com/tiangolo/fastapi/pull/9265) by [@&#8203;frabc](https://github.com/frabc). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9267](https://github.com/tiangolo/fastapi/pull/9267) by [@&#8203;dedkot01](https://github.com/dedkot01). - 🌐 Add Russian translation for `docs/ru/docs/benchmarks.md`. PR [#&#8203;9271](https://github.com/tiangolo/fastapi/pull/9271) by [@&#8203;Xewus](https://github.com/Xewus). ##### Internal - 🔧 Update sponsors: remove Jina. PR [#&#8203;9388](https://github.com/tiangolo/fastapi/pull/9388) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors, add databento, remove Ines's course and StriveWorks. PR [#&#8203;9351](https://github.com/tiangolo/fastapi/pull/9351) 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
Renovate added 1 commit 2023-04-21 10:11:35 +03:00
profitroll merged commit 4eea82a160 into dev 2023-04-21 10:15:15 +03:00
profitroll deleted branch renovate/fastapi-0.x 2023-04-21 10:15:15 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
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: profitroll/PhotosAPI#2
No description provided.