Update dependency fastapi to v0.111.1 #64

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2024-07-15 00:51:46 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi patch ==0.111.0 -> ==0.111.1

Release Notes

tiangolo/fastapi (fastapi)

v0.111.1

Compare Source

Upgrades
  • Remove orjson and ujson from default dependencies. PR #​11842 by @​tiangolo.
    • These dependencies are still installed when you install with pip install "fastapi[all]". But they not included in pip install fastapi.
  • 📝 Restored Swagger-UI links to use the latest version possible. PR #​11459 by @​UltimateLobster.
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/tiangolo/fastapi) | patch | `==0.111.0` -> `==0.111.1` | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.111.1`](https://github.com/tiangolo/fastapi/releases/tag/0.111.1) [Compare Source](https://github.com/tiangolo/fastapi/compare/0.111.0...0.111.1) ##### Upgrades - ➖ Remove `orjson` and `ujson` from default dependencies. PR [#&#8203;11842](https://github.com/tiangolo/fastapi/pull/11842) by [@&#8203;tiangolo](https://github.com/tiangolo). - These dependencies are still installed when you install with `pip install "fastapi[all]"`. But they not included in `pip install fastapi`. - 📝 Restored Swagger-UI links to use the latest version possible. PR [#&#8203;11459](https://github.com/tiangolo/fastapi/pull/11459) by [@&#8203;UltimateLobster](https://github.com/UltimateLobster). ##### Docs - ✏️ Rewording in `docs/en/docs/fastapi-cli.md`. PR [#&#8203;11716](https://github.com/tiangolo/fastapi/pull/11716) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Update Hypercorn links in all the docs. PR [#&#8203;11744](https://github.com/tiangolo/fastapi/pull/11744) by [@&#8203;kittydoor](https://github.com/kittydoor). - 📝 Update docs with Ariadne reference from Starlette to FastAPI. PR [#&#8203;11797](https://github.com/tiangolo/fastapi/pull/11797) by [@&#8203;DamianCzajkowski](https://github.com/DamianCzajkowski). - 📝 Update fastapi instrumentation external link. PR [#&#8203;11317](https://github.com/tiangolo/fastapi/pull/11317) by [@&#8203;softwarebloat](https://github.com/softwarebloat). - ✏️ Fix links to alembic example repo in docs. PR [#&#8203;11628](https://github.com/tiangolo/fastapi/pull/11628) by [@&#8203;augiwan](https://github.com/augiwan). - ✏️ Update `docs/en/docs/fastapi-cli.md`. PR [#&#8203;11715](https://github.com/tiangolo/fastapi/pull/11715) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Update External Links . PR [#&#8203;11500](https://github.com/tiangolo/fastapi/pull/11500) by [@&#8203;devon2018](https://github.com/devon2018). - 📝 Add External Link: Tutorial de FastAPI, ¿el mejor framework de Python?. PR [#&#8203;11618](https://github.com/tiangolo/fastapi/pull/11618) by [@&#8203;EduardoZepeda](https://github.com/EduardoZepeda). - 📝 Fix typo in `docs/en/docs/tutorial/body-multiple-params.md`. PR [#&#8203;11698](https://github.com/tiangolo/fastapi/pull/11698) by [@&#8203;mwb-u](https://github.com/mwb-u). - 📝 Add External Link: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale. PR [#&#8203;11633](https://github.com/tiangolo/fastapi/pull/11633) by [@&#8203;ananis25](https://github.com/ananis25). - 📝 Update `security/first-steps.md`. PR [#&#8203;11674](https://github.com/tiangolo/fastapi/pull/11674) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Update `security/first-steps.md`. PR [#&#8203;11673](https://github.com/tiangolo/fastapi/pull/11673) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Update note in `path-params-numeric-validations.md`. PR [#&#8203;11672](https://github.com/tiangolo/fastapi/pull/11672) by [@&#8203;alejsdev](https://github.com/alejsdev). - 📝 Tweak intro docs about `Annotated` and `Query()` params. PR [#&#8203;11664](https://github.com/tiangolo/fastapi/pull/11664) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update JWT auth documentation to use PyJWT instead of pyhon-jose. PR [#&#8203;11589](https://github.com/tiangolo/fastapi/pull/11589) by [@&#8203;estebanx64](https://github.com/estebanx64). - 📝 Update docs. PR [#&#8203;11603](https://github.com/tiangolo/fastapi/pull/11603) by [@&#8203;alejsdev](https://github.com/alejsdev). - ✏️ Fix typo: convert every 're-use' to 'reuse'.. PR [#&#8203;11598](https://github.com/tiangolo/fastapi/pull/11598) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - ✏️ Fix typo in `fastapi/applications.py`. PR [#&#8203;11593](https://github.com/tiangolo/fastapi/pull/11593) by [@&#8203;petarmaric](https://github.com/petarmaric). - ✏️ Fix link in `fastapi-cli.md`. PR [#&#8203;11524](https://github.com/tiangolo/fastapi/pull/11524) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Translations - 🌐 Add Spanish translation for `docs/es/docs/how-to/graphql.md`. PR [#&#8203;11697](https://github.com/tiangolo/fastapi/pull/11697) by [@&#8203;camigomezdev](https://github.com/camigomezdev). - 🌐 Add Portuguese translation for `docs/pt/docs/reference/index.md`. PR [#&#8203;11840](https://github.com/tiangolo/fastapi/pull/11840) by [@&#8203;lucasbalieiro](https://github.com/lucasbalieiro). - 🌐 Fix link in German translation. PR [#&#8203;11836](https://github.com/tiangolo/fastapi/pull/11836) by [@&#8203;anitahammer](https://github.com/anitahammer). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/sub-dependencies.md`. PR [#&#8203;11792](https://github.com/tiangolo/fastapi/pull/11792) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Turkish translation for `docs/tr/docs/tutorial/request-forms.md`. PR [#&#8203;11553](https://github.com/tiangolo/fastapi/pull/11553) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Portuguese translation for `docs/pt/docs/reference/exceptions.md`. PR [#&#8203;11834](https://github.com/tiangolo/fastapi/pull/11834) by [@&#8203;lucasbalieiro](https://github.com/lucasbalieiro). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/global-dependencies.md`. PR [#&#8203;11826](https://github.com/tiangolo/fastapi/pull/11826) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Portuguese translation for `docs/pt/docs/how-to/general.md`. PR [#&#8203;11825](https://github.com/tiangolo/fastapi/pull/11825) by [@&#8203;lucasbalieiro](https://github.com/lucasbalieiro). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/async-tests.md`. PR [#&#8203;11808](https://github.com/tiangolo/fastapi/pull/11808) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/first-steps.md`. PR [#&#8203;11809](https://github.com/tiangolo/fastapi/pull/11809) by [@&#8203;vkhoroshchak](https://github.com/vkhoroshchak). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-operators.md`. PR [#&#8203;11804](https://github.com/tiangolo/fastapi/pull/11804) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Chinese translation for `docs/zh/docs/fastapi-cli.md`. PR [#&#8203;11786](https://github.com/tiangolo/fastapi/pull/11786) by [@&#8203;logan2d5](https://github.com/logan2d5). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/openapi-webhooks.md`. PR [#&#8203;11791](https://github.com/tiangolo/fastapi/pull/11791) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;11781](https://github.com/tiangolo/fastapi/pull/11781) by [@&#8203;logan2d5](https://github.com/logan2d5). - 📝 Fix image missing in French translation for `docs/fr/docs/async.md` . PR [#&#8203;11787](https://github.com/tiangolo/fastapi/pull/11787) by [@&#8203;pe-brian](https://github.com/pe-brian). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/advanced-dependencies.md`. PR [#&#8203;11775](https://github.com/tiangolo/fastapi/pull/11775) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;11768](https://github.com/tiangolo/fastapi/pull/11768) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-status-codes.md`. PR [#&#8203;11753](https://github.com/tiangolo/fastapi/pull/11753) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/index.md`. PR [#&#8203;11757](https://github.com/tiangolo/fastapi/pull/11757) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/settings.md`. PR [#&#8203;11739](https://github.com/tiangolo/fastapi/pull/11739) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add French translation for `docs/fr/docs/learn/index.md`. PR [#&#8203;11712](https://github.com/tiangolo/fastapi/pull/11712) by [@&#8203;benjaminvandammeholberton](https://github.com/benjaminvandammeholberton). - 🌐 Add Portuguese translation for `docs/pt/docs/how-to/index.md`. PR [#&#8203;11731](https://github.com/tiangolo/fastapi/pull/11731) by [@&#8203;vhsenna](https://github.com/vhsenna). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-responses.md`. PR [#&#8203;11736](https://github.com/tiangolo/fastapi/pull/11736) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/benchmarks.md`. PR [#&#8203;11713](https://github.com/tiangolo/fastapi/pull/11713) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Fix Korean translation for `docs/ko/docs/tutorial/response-status-code.md`. PR [#&#8203;11718](https://github.com/tiangolo/fastapi/pull/11718) by [@&#8203;nayeonkinn](https://github.com/nayeonkinn). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/extra-data-types.md`. PR [#&#8203;11711](https://github.com/tiangolo/fastapi/pull/11711) by [@&#8203;nayeonkinn](https://github.com/nayeonkinn). - 🌐 Fix Korean translation for `docs/ko/docs/tutorial/body-nested-models.md`. PR [#&#8203;11710](https://github.com/tiangolo/fastapi/pull/11710) by [@&#8203;nayeonkinn](https://github.com/nayeonkinn). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md`. PR [#&#8203;11641](https://github.com/tiangolo/fastapi/pull/11641) by [@&#8203;ayr-ton](https://github.com/ayr-ton). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-people.md`. PR [#&#8203;11639](https://github.com/tiangolo/fastapi/pull/11639) by [@&#8203;hsuanchi](https://github.com/hsuanchi). - 🌐 Add Turkish translation for `docs/tr/docs/advanced/index.md`. PR [#&#8203;11606](https://github.com/tiangolo/fastapi/pull/11606) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/deployment/cloud.md`. PR [#&#8203;11610](https://github.com/tiangolo/fastapi/pull/11610) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/advanced/security/index.md`. PR [#&#8203;11609](https://github.com/tiangolo/fastapi/pull/11609) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md`. PR [#&#8203;11608](https://github.com/tiangolo/fastapi/pull/11608) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/how-to/general.md`. PR [#&#8203;11607](https://github.com/tiangolo/fastapi/pull/11607) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Update Chinese translation for `docs/zh/docs/advanced/templates.md`. PR [#&#8203;11620](https://github.com/tiangolo/fastapi/pull/11620) by [@&#8203;chaoless](https://github.com/chaoless). - 🌐 Add Turkish translation for `docs/tr/docs/deployment/index.md`. PR [#&#8203;11605](https://github.com/tiangolo/fastapi/pull/11605) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/tutorial/static-files.md`. PR [#&#8203;11599](https://github.com/tiangolo/fastapi/pull/11599) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Polish translation for `docs/pl/docs/fastapi-people.md`. PR [#&#8203;10196](https://github.com/tiangolo/fastapi/pull/10196) by [@&#8203;isulim](https://github.com/isulim). - 🌐 Add Turkish translation for `docs/tr/docs/advanced/wsgi.md`. PR [#&#8203;11575](https://github.com/tiangolo/fastapi/pull/11575) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/tutorial/cookie-params.md`. PR [#&#8203;11561](https://github.com/tiangolo/fastapi/pull/11561) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Russian translation for `docs/ru/docs/about/index.md`. PR [#&#8203;10961](https://github.com/tiangolo/fastapi/pull/10961) by [@&#8203;s111d](https://github.com/s111d). - 🌐 Update Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#&#8203;11539](https://github.com/tiangolo/fastapi/pull/11539) by [@&#8203;chaoless](https://github.com/chaoless). - 🌐 Add Chinese translation for `docs/zh/docs/how-to/configure-swagger-ui.md`. PR [#&#8203;11501](https://github.com/tiangolo/fastapi/pull/11501) by [@&#8203;Lucas-lyh](https://github.com/Lucas-lyh). - 🌐 Update Chinese translation for `/docs/advanced/security/http-basic-auth.md`. PR [#&#8203;11512](https://github.com/tiangolo/fastapi/pull/11512) by [@&#8203;nick-cjyx9](https://github.com/nick-cjyx9). ##### Internal - ♻️ Simplify internal docs script. PR [#&#8203;11777](https://github.com/tiangolo/fastapi/pull/11777) by [@&#8203;gitworkflows](https://github.com/gitworkflows). - 🔧 Update sponsors: add Fine. PR [#&#8203;11784](https://github.com/tiangolo/fastapi/pull/11784) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Tweak sponsors: Kong URL. PR [#&#8203;11765](https://github.com/tiangolo/fastapi/pull/11765) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Tweak sponsors: Kong URL. PR [#&#8203;11764](https://github.com/tiangolo/fastapi/pull/11764) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors, add Stainless. PR [#&#8203;11763](https://github.com/tiangolo/fastapi/pull/11763) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors, add Zuplo. PR [#&#8203;11729](https://github.com/tiangolo/fastapi/pull/11729) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update Sponsor link: Coherence. PR [#&#8203;11730](https://github.com/tiangolo/fastapi/pull/11730) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI People. PR [#&#8203;11669](https://github.com/tiangolo/fastapi/pull/11669) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Add sponsor Kong. PR [#&#8203;11662](https://github.com/tiangolo/fastapi/pull/11662) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update Smokeshow, fix sync download artifact and smokeshow configs. PR [#&#8203;11563](https://github.com/tiangolo/fastapi/pull/11563) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update Smokeshow download artifact GitHub Action. PR [#&#8203;11562](https://github.com/tiangolo/fastapi/pull/11562) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update GitHub actions to download and upload artifacts to v4, for docs and coverage. PR [#&#8203;11550](https://github.com/tiangolo/fastapi/pull/11550) by [@&#8203;tamird](https://github.com/tamird). - 👷 Tweak CI for test-redistribute, add needed env vars for slim. PR [#&#8203;11549](https://github.com/tiangolo/fastapi/pull/11549) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI People. PR [#&#8203;11511](https://github.com/tiangolo/fastapi/pull/11511) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2024-07-14 21:28:30 +03:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-07-14 21:28:30 +03:00
profitroll merged commit a148b9ac30 into dev 2024-07-15 00:51:46 +03:00
profitroll deleted branch renovate/fastapi-0.x 2024-07-15 00:51:46 +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#64
No description provided.