Update dependency fastapi to v0.109.1 #46

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2024-02-04 01:19:49 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi patch ==0.109.0 -> ==0.109.1

Release Notes

tiangolo/fastapi (fastapi)

v0.109.1

Compare Source

Security fixes
  • ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade python-multipart.

Read more in the advisory: Content-Type Header ReDoS.

Features
Refactors
  • Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR #​10876 by @​emmettbutler.
  • ♻️ Simplify string format with f-strings in fastapi/utils.py. PR #​10576 by @​eukub.
  • 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR #​10893 by @​jiridanek.
  • Re-enable test in tests/test_tutorial/test_header_params/test_tutorial003.py after fix in Starlette. PR #​10904 by @​ooknimm.
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.109.0` -> `==0.109.1` | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.109.1`](https://github.com/tiangolo/fastapi/releases/tag/0.109.1) [Compare Source](https://github.com/tiangolo/fastapi/compare/0.109.0...0.109.1) ##### Security fixes - ⬆️ Upgrade minimum version of `python-multipart` to `>=0.0.7` to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade `python-multipart`. Read more in the [advisory: Content-Type Header ReDoS](https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389). ##### Features - ✨ Include HTTP 205 in status codes with no body. PR [#&#8203;10969](https://github.com/tiangolo/fastapi/pull/10969) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Refactors - ✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR [#&#8203;10876](https://github.com/tiangolo/fastapi/pull/10876) by [@&#8203;emmettbutler](https://github.com/emmettbutler). - ♻️ Simplify string format with f-strings in `fastapi/utils.py`. PR [#&#8203;10576](https://github.com/tiangolo/fastapi/pull/10576) by [@&#8203;eukub](https://github.com/eukub). - 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR [#&#8203;10893](https://github.com/tiangolo/fastapi/pull/10893) by [@&#8203;jiridanek](https://github.com/jiridanek). - ✅ Re-enable test in `tests/test_tutorial/test_header_params/test_tutorial003.py` after fix in Starlette. PR [#&#8203;10904](https://github.com/tiangolo/fastapi/pull/10904) by [@&#8203;ooknimm](https://github.com/ooknimm). ##### Docs - 📝 Tweak wording in `help-fastapi.md`. PR [#&#8203;11040](https://github.com/tiangolo/fastapi/pull/11040) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Tweak docs for Behind a Proxy. PR [#&#8203;11038](https://github.com/tiangolo/fastapi/pull/11038) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR [#&#8203;11036](https://github.com/tiangolo/fastapi/pull/11036) by [@&#8203;Donnype](https://github.com/Donnype). - 📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR [#&#8203;11029](https://github.com/tiangolo/fastapi/pull/11029) by [@&#8203;jtemporal](https://github.com/jtemporal). - 📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR [#&#8203;10979](https://github.com/tiangolo/fastapi/pull/10979) by [@&#8203;tiangolo](https://github.com/tiangolo). - ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [#&#8203;10972](https://github.com/tiangolo/fastapi/pull/10972) by [@&#8203;RafalSkolasinski](https://github.com/RafalSkolasinski). - 📝 Update `HTTPException` details in `docs/en/docs/tutorial/handling-errors.md`. PR [#&#8203;5418](https://github.com/tiangolo/fastapi/pull/5418) by [@&#8203;papb](https://github.com/papb). - ✏️ A few tweaks in `docs/de/docs/tutorial/first-steps.md`. PR [#&#8203;10959](https://github.com/tiangolo/fastapi/pull/10959) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - ✏️ Fix link in `docs/en/docs/advanced/async-tests.md`. PR [#&#8203;10960](https://github.com/tiangolo/fastapi/pull/10960) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - ✏️ Fix typos for Spanish documentation. PR [#&#8203;10957](https://github.com/tiangolo/fastapi/pull/10957) by [@&#8203;jlopezlira](https://github.com/jlopezlira). - 📝 Add warning about lifespan functions and backwards compatibility with events. PR [#&#8203;10734](https://github.com/tiangolo/fastapi/pull/10734) by [@&#8203;jacob-indigo](https://github.com/jacob-indigo). - ✏️ Fix broken link in `docs/tutorial/sql-databases.md` in several languages. PR [#&#8203;10716](https://github.com/tiangolo/fastapi/pull/10716) by [@&#8203;theoohoho](https://github.com/theoohoho). - ✏️ Remove broken links from `external_links.yml`. PR [#&#8203;10943](https://github.com/tiangolo/fastapi/pull/10943) by [@&#8203;Torabek](https://github.com/Torabek). - 📝 Update template docs with more info about `url_for`. PR [#&#8203;5937](https://github.com/tiangolo/fastapi/pull/5937) by [@&#8203;EzzEddin](https://github.com/EzzEddin). - 📝 Update usage of Token model in security docs. PR [#&#8203;9313](https://github.com/tiangolo/fastapi/pull/9313) by [@&#8203;piotrszacilowski](https://github.com/piotrszacilowski). - ✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md`. PR [#&#8203;5490](https://github.com/tiangolo/fastapi/pull/5490) by [@&#8203;papb](https://github.com/papb). - 📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR [#&#8203;10212](https://github.com/tiangolo/fastapi/pull/10212) by [@&#8203;aanchlia](https://github.com/aanchlia). - 📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md`. PR [#&#8203;10243](https://github.com/tiangolo/fastapi/pull/10243) by [@&#8203;hungtsetse](https://github.com/hungtsetse). - 📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR [#&#8203;9440](https://github.com/tiangolo/fastapi/pull/9440) by [@&#8203;softwarebloat](https://github.com/softwarebloat). - 📝 Review and rewording of `en/docs/contributing.md`. PR [#&#8203;10480](https://github.com/tiangolo/fastapi/pull/10480) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR [#&#8203;9701](https://github.com/tiangolo/fastapi/pull/9701) by [@&#8203;mnrozhkov](https://github.com/mnrozhkov). - 📝 Reword in docs, from "have in mind" to "keep in mind". PR [#&#8203;10376](https://github.com/tiangolo/fastapi/pull/10376) by [@&#8203;malicious](https://github.com/malicious). - 📝 Add External Link: Talk by Jeny Sadadia. PR [#&#8203;10265](https://github.com/tiangolo/fastapi/pull/10265) by [@&#8203;JenySadadia](https://github.com/JenySadadia). - 📝 Add location info to `tutorial/bigger-applications.md`. PR [#&#8203;10552](https://github.com/tiangolo/fastapi/pull/10552) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - ✏️ Fix Pydantic method name in `docs/en/docs/advanced/path-operation-advanced-configuration.md`. PR [#&#8203;10826](https://github.com/tiangolo/fastapi/pull/10826) by [@&#8203;ahmedabdou14](https://github.com/ahmedabdou14). ##### Translations - 🌐 Add Spanish translation for `docs/es/docs/external-links.md`. PR [#&#8203;10933](https://github.com/tiangolo/fastapi/pull/10933) by [@&#8203;pablocm83](https://github.com/pablocm83). - 🌐 Update Korean translation for `docs/ko/docs/tutorial/first-steps.md`, `docs/ko/docs/tutorial/index.md`, `docs/ko/docs/tutorial/path-params.md`, and `docs/ko/docs/tutorial/query-params.md`. PR [#&#8203;4218](https://github.com/tiangolo/fastapi/pull/4218) by [@&#8203;SnowSuno](https://github.com/SnowSuno). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;10870](https://github.com/tiangolo/fastapi/pull/10870) by [@&#8203;zhiquanchi](https://github.com/zhiquanchi). - 🌐 Add Chinese translation for `docs/zh/docs/deployment/concepts.md`. PR [#&#8203;10282](https://github.com/tiangolo/fastapi/pull/10282) by [@&#8203;xzmeng](https://github.com/xzmeng). - 🌐 Add Azerbaijani translation for `docs/az/docs/index.md`. PR [#&#8203;11047](https://github.com/tiangolo/fastapi/pull/11047) by [@&#8203;aykhans](https://github.com/aykhans). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/middleware.md`. PR [#&#8203;2829](https://github.com/tiangolo/fastapi/pull/2829) by [@&#8203;JeongHyeongKim](https://github.com/JeongHyeongKim). - 🌐 Add German translation for `docs/de/docs/tutorial/body-nested-models.md`. PR [#&#8203;10313](https://github.com/tiangolo/fastapi/pull/10313) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add Persian translation for `docs/fa/docs/tutorial/middleware.md`. PR [#&#8203;9695](https://github.com/tiangolo/fastapi/pull/9695) by [@&#8203;mojtabapaso](https://github.com/mojtabapaso). - 🌐 Update Farsi translation for `docs/fa/docs/index.md`. PR [#&#8203;10216](https://github.com/tiangolo/fastapi/pull/10216) by [@&#8203;theonlykingpin](https://github.com/theonlykingpin). - 🌐 Add German translation for `docs/de/docs/tutorial/body-fields.md`. PR [#&#8203;10310](https://github.com/tiangolo/fastapi/pull/10310) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/tutorial/body.md`. PR [#&#8203;10295](https://github.com/tiangolo/fastapi/pull/10295) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/tutorial/body-multiple-params.md`. PR [#&#8203;10308](https://github.com/tiangolo/fastapi/pull/10308) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/security/get-current-user.md`. PR [#&#8203;2681](https://github.com/tiangolo/fastapi/pull/2681) by [@&#8203;sh0nk](https://github.com/sh0nk). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/advanced-dependencies.md`. PR [#&#8203;3798](https://github.com/tiangolo/fastapi/pull/3798) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/events.md`. PR [#&#8203;3815](https://github.com/tiangolo/fastapi/pull/3815) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/behind-a-proxy.md`. PR [#&#8203;3820](https://github.com/tiangolo/fastapi/pull/3820) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-events.md`. PR [#&#8203;3818](https://github.com/tiangolo/fastapi/pull/3818) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-websockets.md`. PR [#&#8203;3817](https://github.com/tiangolo/fastapi/pull/3817) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/testing-database.md`. PR [#&#8203;3821](https://github.com/tiangolo/fastapi/pull/3821) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/deployment/deta.md`. PR [#&#8203;3837](https://github.com/tiangolo/fastapi/pull/3837) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/history-design-future.md`. PR [#&#8203;3832](https://github.com/tiangolo/fastapi/pull/3832) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/project-generation.md`. PR [#&#8203;3831](https://github.com/tiangolo/fastapi/pull/3831) by [@&#8203;jaystone776](https://github.com/jaystone776). - 🌐 Add Chinese translation for `docs/zh/docs/deployment/docker.md`. PR [#&#8203;10296](https://github.com/tiangolo/fastapi/pull/10296) by [@&#8203;xzmeng](https://github.com/xzmeng). - 🌐 Update Spanish translation for `docs/es/docs/features.md`. PR [#&#8203;10884](https://github.com/tiangolo/fastapi/pull/10884) by [@&#8203;pablocm83](https://github.com/pablocm83). - 🌐 Add Spanish translation for `docs/es/docs/newsletter.md`. PR [#&#8203;10922](https://github.com/tiangolo/fastapi/pull/10922) by [@&#8203;pablocm83](https://github.com/pablocm83). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/background-tasks.md`. PR [#&#8203;5910](https://github.com/tiangolo/fastapi/pull/5910) by [@&#8203;junah201](https://github.com/junah201). - :globe_with_meridians: Add Turkish translation for `docs/tr/docs/alternatives.md`. PR [#&#8203;10502](https://github.com/tiangolo/fastapi/pull/10502) by [@&#8203;alperiox](https://github.com/alperiox). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/dependencies/index.md`. PR [#&#8203;10989](https://github.com/tiangolo/fastapi/pull/10989) by [@&#8203;KaniKim](https://github.com/KaniKim). - 🌐 Add Korean translation for `/docs/ko/docs/tutorial/body.md`. PR [#&#8203;11000](https://github.com/tiangolo/fastapi/pull/11000) by [@&#8203;KaniKim](https://github.com/KaniKim). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/schema-extra-example.md`. PR [#&#8203;4065](https://github.com/tiangolo/fastapi/pull/4065) by [@&#8203;luccasmmg](https://github.com/luccasmmg). - 🌐 Add Turkish translation for `docs/tr/docs/history-design-future.md`. PR [#&#8203;11012](https://github.com/tiangolo/fastapi/pull/11012) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/resources/index.md`. PR [#&#8203;11020](https://github.com/tiangolo/fastapi/pull/11020) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/how-to/index.md`. PR [#&#8203;11021](https://github.com/tiangolo/fastapi/pull/11021) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add German translation for `docs/de/docs/tutorial/query-params.md`. PR [#&#8203;10293](https://github.com/tiangolo/fastapi/pull/10293) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/benchmarks.md`. PR [#&#8203;10866](https://github.com/tiangolo/fastapi/pull/10866) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add Turkish translation for `docs/tr/docs/learn/index.md`. PR [#&#8203;11014](https://github.com/tiangolo/fastapi/pull/11014) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Persian translation for `docs/fa/docs/tutorial/security/index.md`. PR [#&#8203;9945](https://github.com/tiangolo/fastapi/pull/9945) by [@&#8203;mojtabapaso](https://github.com/mojtabapaso). - 🌐 Add Turkish translation for `docs/tr/docs/help/index.md`. PR [#&#8203;11013](https://github.com/tiangolo/fastapi/pull/11013) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Turkish translation for `docs/tr/docs/about/index.md`. PR [#&#8203;11006](https://github.com/tiangolo/fastapi/pull/11006) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Update Turkish translation for `docs/tr/docs/benchmarks.md`. PR [#&#8203;11005](https://github.com/tiangolo/fastapi/pull/11005) by [@&#8203;hasansezertasan](https://github.com/hasansezertasan). - 🌐 Add Italian translation for `docs/it/docs/index.md`. PR [#&#8203;5233](https://github.com/tiangolo/fastapi/pull/5233) by [@&#8203;matteospanio](https://github.com/matteospanio). - 🌐 Add Korean translation for `docs/ko/docs/help/index.md`. PR [#&#8203;10983](https://github.com/tiangolo/fastapi/pull/10983) by [@&#8203;KaniKim](https://github.com/KaniKim). - 🌐 Add Korean translation for `docs/ko/docs/features.md`. PR [#&#8203;10976](https://github.com/tiangolo/fastapi/pull/10976) by [@&#8203;KaniKim](https://github.com/KaniKim). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/get-current-user.md`. PR [#&#8203;5737](https://github.com/tiangolo/fastapi/pull/5737) by [@&#8203;KdHyeon0661](https://github.com/KdHyeon0661). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/first-steps.md`. PR [#&#8203;10541](https://github.com/tiangolo/fastapi/pull/10541) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/handling-errors.md`. PR [#&#8203;10375](https://github.com/tiangolo/fastapi/pull/10375) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/encoder.md`. PR [#&#8203;10374](https://github.com/tiangolo/fastapi/pull/10374) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/body-updates.md`. PR [#&#8203;10373](https://github.com/tiangolo/fastapi/pull/10373) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Russian translation: updated `fastapi-people.md`.. PR [#&#8203;10255](https://github.com/tiangolo/fastapi/pull/10255) by [@&#8203;NiKuma0](https://github.com/NiKuma0). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/security/index.md`. PR [#&#8203;5798](https://github.com/tiangolo/fastapi/pull/5798) by [@&#8203;3w36zj6](https://github.com/3w36zj6). - 🌐 Add German translation for `docs/de/docs/advanced/generate-clients.md`. PR [#&#8203;10725](https://github.com/tiangolo/fastapi/pull/10725) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/advanced/openapi-webhooks.md`. PR [#&#8203;10712](https://github.com/tiangolo/fastapi/pull/10712) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/advanced/custom-response.md`. PR [#&#8203;10624](https://github.com/tiangolo/fastapi/pull/10624) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/advanced/additional-status-codes.md`. PR [#&#8203;10617](https://github.com/tiangolo/fastapi/pull/10617) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add German translation for `docs/de/docs/tutorial/middleware.md`. PR [#&#8203;10391](https://github.com/tiangolo/fastapi/pull/10391) by [@&#8203;JohannesJungbluth](https://github.com/JohannesJungbluth). - 🌐 Add German translation for introduction documents. PR [#&#8203;10497](https://github.com/tiangolo/fastapi/pull/10497) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/encoder.md`. PR [#&#8203;1955](https://github.com/tiangolo/fastapi/pull/1955) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/extra-data-types.md`. PR [#&#8203;1932](https://github.com/tiangolo/fastapi/pull/1932) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Turkish translation for `docs/tr/docs/async.md`. PR [#&#8203;5191](https://github.com/tiangolo/fastapi/pull/5191) by [@&#8203;BilalAlpaslan](https://github.com/BilalAlpaslan). - 🌐 Add Turkish translation for `docs/tr/docs/project-generation.md`. PR [#&#8203;5192](https://github.com/tiangolo/fastapi/pull/5192) by [@&#8203;BilalAlpaslan](https://github.com/BilalAlpaslan). - 🌐 Add Korean translation for `docs/ko/docs/deployment/docker.md`. PR [#&#8203;5657](https://github.com/tiangolo/fastapi/pull/5657) by [@&#8203;nearnear](https://github.com/nearnear). - 🌐 Add Korean translation for `docs/ko/docs/deployment/server-workers.md`. PR [#&#8203;4935](https://github.com/tiangolo/fastapi/pull/4935) by [@&#8203;jujumilk3](https://github.com/jujumilk3). - 🌐 Add Korean translation for `docs/ko/docs/deployment/index.md`. PR [#&#8203;4561](https://github.com/tiangolo/fastapi/pull/4561) by [@&#8203;jujumilk3](https://github.com/jujumilk3). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/path-operation-configuration.md`. PR [#&#8203;3639](https://github.com/tiangolo/fastapi/pull/3639) by [@&#8203;jungsu-kwon](https://github.com/jungsu-kwon). - 🌐 Modify the description of `zh` - Traditional Chinese. PR [#&#8203;10889](https://github.com/tiangolo/fastapi/pull/10889) by [@&#8203;cherinyy](https://github.com/cherinyy). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/static-files.md`. PR [#&#8203;2957](https://github.com/tiangolo/fastapi/pull/2957) by [@&#8203;jeesang7](https://github.com/jeesang7). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/response-model.md`. PR [#&#8203;2766](https://github.com/tiangolo/fastapi/pull/2766) by [@&#8203;hard-coders](https://github.com/hard-coders). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/body-multiple-params.md`. PR [#&#8203;2461](https://github.com/tiangolo/fastapi/pull/2461) by [@&#8203;PandaHun](https://github.com/PandaHun). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;2415](https://github.com/tiangolo/fastapi/pull/2415) by [@&#8203;hard-coders](https://github.com/hard-coders). - 🌐 Add Korean translation for `docs/ko/docs/python-types.md`. PR [#&#8203;2267](https://github.com/tiangolo/fastapi/pull/2267) by [@&#8203;jrim](https://github.com/jrim). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/body-nested-models.md`. PR [#&#8203;2506](https://github.com/tiangolo/fastapi/pull/2506) by [@&#8203;hard-coders](https://github.com/hard-coders). - 🌐 Add Korean translation for `docs/ko/docs/learn/index.md`. PR [#&#8203;10977](https://github.com/tiangolo/fastapi/pull/10977) by [@&#8203;KaniKim](https://github.com/KaniKim). - 🌐 Initialize translations for Traditional Chinese. PR [#&#8203;10505](https://github.com/tiangolo/fastapi/pull/10505) by [@&#8203;hsuanchi](https://github.com/hsuanchi). - ✏️ Tweak the german translation of `docs/de/docs/tutorial/index.md`. PR [#&#8203;10962](https://github.com/tiangolo/fastapi/pull/10962) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - ✏️ Fix typo error in `docs/ko/docs/tutorial/path-params.md`. PR [#&#8203;10758](https://github.com/tiangolo/fastapi/pull/10758) by [@&#8203;2chanhaeng](https://github.com/2chanhaeng). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;1961](https://github.com/tiangolo/fastapi/pull/1961) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [#&#8203;1960](https://github.com/tiangolo/fastapi/pull/1960) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/sub-dependencies.md`. PR [#&#8203;1959](https://github.com/tiangolo/fastapi/pull/1959) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/background-tasks.md`. PR [#&#8203;2668](https://github.com/tiangolo/fastapi/pull/2668) by [@&#8203;tokusumi](https://github.com/tokusumi). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/dependencies/index.md` and `docs/ja/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;1958](https://github.com/tiangolo/fastapi/pull/1958) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/response-model.md`. PR [#&#8203;1938](https://github.com/tiangolo/fastapi/pull/1938) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-multiple-params.md`. PR [#&#8203;1903](https://github.com/tiangolo/fastapi/pull/1903) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/path-params-numeric-validations.md`. PR [#&#8203;1902](https://github.com/tiangolo/fastapi/pull/1902) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/python-types.md`. PR [#&#8203;1899](https://github.com/tiangolo/fastapi/pull/1899) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/handling-errors.md`. PR [#&#8203;1953](https://github.com/tiangolo/fastapi/pull/1953) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/response-status-code.md`. PR [#&#8203;1942](https://github.com/tiangolo/fastapi/pull/1942) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/extra-models.md`. PR [#&#8203;1941](https://github.com/tiangolo/fastapi/pull/1941) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese tranlsation for `docs/ja/docs/tutorial/schema-extra-example.md`. PR [#&#8203;1931](https://github.com/tiangolo/fastapi/pull/1931) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-nested-models.md`. PR [#&#8203;1930](https://github.com/tiangolo/fastapi/pull/1930) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/body-fields.md`. PR [#&#8203;1923](https://github.com/tiangolo/fastapi/pull/1923) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add German translation for `docs/de/docs/tutorial/index.md`. PR [#&#8203;9502](https://github.com/tiangolo/fastapi/pull/9502) by [@&#8203;fhabers21](https://github.com/fhabers21). - 🌐 Add German translation for `docs/de/docs/tutorial/background-tasks.md`. PR [#&#8203;10566](https://github.com/tiangolo/fastapi/pull/10566) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - ✏️ Fix typo in `docs/ru/docs/index.md`. PR [#&#8203;10672](https://github.com/tiangolo/fastapi/pull/10672) by [@&#8203;Delitel-WEB](https://github.com/Delitel-WEB). - ✏️ Fix typos in `docs/zh/docs/tutorial/extra-data-types.md`. PR [#&#8203;10727](https://github.com/tiangolo/fastapi/pull/10727) by [@&#8203;HiemalBeryl](https://github.com/HiemalBeryl). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;10410](https://github.com/tiangolo/fastapi/pull/10410) by [@&#8203;AlertRED](https://github.com/AlertRED). ##### Internal - 👥 Update FastAPI People. PR [#&#8203;11074](https://github.com/tiangolo/fastapi/pull/11074) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors: add Coherence. PR [#&#8203;11066](https://github.com/tiangolo/fastapi/pull/11066) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Upgrade GitHub Action issue-manager. PR [#&#8203;11056](https://github.com/tiangolo/fastapi/pull/11056) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🍱 Update sponsors: TalkPython badge. PR [#&#8203;11052](https://github.com/tiangolo/fastapi/pull/11052) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors: TalkPython badge image. PR [#&#8203;11048](https://github.com/tiangolo/fastapi/pull/11048) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors, remove Deta. PR [#&#8203;11041](https://github.com/tiangolo/fastapi/pull/11041) by [@&#8203;tiangolo](https://github.com/tiangolo). - 💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR). PR [#&#8203;11039](https://github.com/tiangolo/fastapi/pull/11039) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Add Italian to `mkdocs.yml`. PR [#&#8203;11016](https://github.com/tiangolo/fastapi/pull/11016) by [@&#8203;alejsdev](https://github.com/alejsdev). - 🔨 Verify `mkdocs.yml` languages in CI, update `docs.py`. PR [#&#8203;11009](https://github.com/tiangolo/fastapi/pull/11009) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer. PR [#&#8203;11007](https://github.com/tiangolo/fastapi/pull/11007) by [@&#8203;alejsdev](https://github.com/alejsdev). - 👷 Add changes-requested handling in GitHub Action issue manager. PR [#&#8203;10971](https://github.com/tiangolo/fastapi/pull/10971) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Group dependencies on dependabot updates. PR [#&#8203;10952](https://github.com/tiangolo/fastapi/pull/10952) by [@&#8203;Kludex](https://github.com/Kludex). - ⬆ Bump actions/setup-python from 4 to 5. PR [#&#8203;10764](https://github.com/tiangolo/fastapi/pull/10764) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11. PR [#&#8203;10731](https://github.com/tiangolo/fastapi/pull/10731) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. PR [#&#8203;10777](https://github.com/tiangolo/fastapi/pull/10777) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Add support for translations to languages with a longer code name, like `zh-hant`. PR [#&#8203;10950](https://github.com/tiangolo/fastapi/pull/10950) 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-02-03 15:16:21 +02:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-02-03 15:16:21 +02:00
profitroll merged commit d4aa6558d6 into dev 2024-02-04 01:19:49 +02:00
profitroll deleted branch renovate/fastapi-0.x 2024-02-04 01:19:49 +02: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#46
No description provided.