feat(Dependencies): Update dependency fastapi to v0.115.11 #52
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.115.0
->==0.115.11
Release Notes
fastapi/fastapi (fastapi)
v0.115.11
Compare Source
Fixes
Annotated
custom validations, likeAfterValidator
, revert #13440. PR #13442 by @tiangolo.Translations
docs/ru/docs/tutorial/middleware.md
. PR #13412 by @alv2017.Internal
v0.115.10
Compare Source
Fixes
Upgrades
>=0.40.0,<0.47.0
. PR #13426 by @musicinmybrain.Translations
docs/uk/docs/tutorial/debugging.md
. PR #13370 by @valentinDruzhinin.docs/uk/docs/tutorial/query-params.md
. PR #13362 by @valentinDruzhinin.docs/uk/docs/tutorial/path-params.md
. PR #13354 by @valentinDruzhinin.docs/ja/docs/tutorial/cookie-param-models.md
. PR #13330 by @k94-ishi.docs/uk/docs/tutorial/body-multiple-params.md
. PR #13408 by @valentinDruzhinin.docs/ja/docs/tutorial/query-param-models.md
. PR #13323 by @k94-ishi.docs/uk/docs/tutorial/body-nested-models.md
. PR #13409 by @valentinDruzhinin.docs/vi/docs/deployment/versions.md
. PR #13406 by @ptt3199.docs/vi/docs/deployment/index.md
. PR #13405 by @ptt3199.docs/uk/docs/tutorial/request-forms.md
. PR #13383 by @valentinDruzhinin.docs/uk/docs/tutorial/testing.md
. PR #13371 by @valentinDruzhinin.v0.115.9
Compare Source
Fixes
HTTPDigest
only raises an exception whenauto_error is True
. PR #2939 by @arthurio.Refactors
query_params_str_validations
. PR #13218 by @alv2017.app_testing
. PR #13220 by @alv2017.dependency_testing
. PR #13223 by @alv2017.Docs
...
). PR #13377 by @tiangolo.body-multiple-params
. PR #13345 by @DanielYang59.Translations
docs/uk/docs/tutorial/header-params.md
. PR #13381 by @valentinDruzhinin.docs/uk/docs/tutorial/request-files.md
. PR #13395 by @valentinDruzhinin.docs/uk/docs/tutorial/request-form-models.md
. PR #13384 by @valentinDruzhinin.docs/uk/docs/tutorial/request-forms-and-files.md
. PR #13386 by @valentinDruzhinin.docs/ko/docs/help-fastapi.md
. PR #13262 by @Zerohertz.docs/ko/docs/advanced/custom-response.md
. PR #13265 by @11kkw.docs/ko/docs/tutorial/security/simple-oauth2.md
. PR #13335 by @yes0ng.docs/ru/docs/advanced/response-cookies.md
. PR #13327 by @Stepakinoyan.docs/vi/docs/tutorial/static-files.md
. PR #11291 by @ptt3199.docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
. PR #13257 by @11kkw.docs/vi/docs/virtual-environments.md
. PR #13282 by @ptt3199.docs/uk/docs/tutorial/static-files.md
. PR #13285 by @valentinDruzhinin.docs/vi/docs/environment-variables.md
. PR #13287 by @ptt3199.docs/vi/docs/fastapi-cli.md
. PR #13294 by @ptt3199.docs/uk/docs/features.md
. PR #13308 by @valentinDruzhinin.docs/uk/docs/learn/index.md
. PR #13306 by @valentinDruzhinin.docs/pt/docs/deployment/https.md
. PR #13317 by @Joao-Pedro-P-Holanda.docs/pt/docs/index.md
. PR #13328 by @ceb10n.docs/ru/docs/advanced/websockets.md
. PR #13279 by @Rishat-F.Internal
tests/test_modules_same_name_body/test_main.py
. PR #13411 by @alv2017.wrangler-action
v3. PR #13415 by @joakimnordling.v0.115.8
Compare Source
Fixes
OAuth2PasswordRequestForm
andOAuth2PasswordRequestFormStrict
fixedgrant_type
"password" RegEx. PR #9783 by @skarfie123.Refactors
APIKeyBase
super class. PR #3142 by @ShahriyarR.Docs
docs/en/docs/tutorial/extra-models.md
. PR #13061 by @timothy-jeong.tutorial002
to deal withtax=0
case. PR #13230 by @togogh.Translations
docs/ja/docs/environment-variables.md
. PR #13226 by @k94-ishi.docs/ru/docs/advanced/async-tests.md
. PR #13227 by @Rishat-F.docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
. PR #13252 by @Rishat-F.docs/ru/docs/tutorial/bigger-applications.md
. PR #13154 by @alv2017.Internal
>=3.2.1,<5.0.0
. PR #13273 by @tiangolo.notify_translations.py
empty env var handling for PR label events vs workflow_dispatch. PR #13272 by @tiangolo.scripts/notify_translations.py
, no need for a custom GitHub Action. PR #13270 by @tiangolo.v0.115.7
Compare Source
Upgrades
python-multipart
to >=0.0.18. PR #13219 by @DanielKusyDev.>=0.40.0,<0.46.0
. PR #13117 by @Kludex.jinja2
to >=3.1.5. PR #13194 by @DanielKusyDev.Refactors
Docs
fastapi-cli
UI examples in docs. PR #13107 by @Zhongheng-Cheng.docs/en/docs/virtual-environments.md
. PR #13124 by @tiangolo.docs/en/docs/contributing.md
. PR #12899 by @kingsubin.docs/en/docs/tutorial/sql-databases.md
. PR #13081 by @alv2017.docs/ru/docs/tutorial/query-param-models.md
. PR #12994 by @alejsdev.fastapi-cli
. PR #13031 by @tiangolo.Translations
docs/pt/docs/tutorial/request-forms.md
. PR #13216 by @Joao-Pedro-P-Holanda.docs/pt/docs/advanced/settings.md
. PR #13209 by @ceb10n.docs/pt/docs/tutorial/security/oauth2-jwt.md
. PR #13205 by @ceb10n.docs/id/docs/index.md
. PR #13191 by @gerry-sabar.docs/id/docs/tutorial/static-files.md
. PR #13092 by @guspan-tanadi.docs/pt/docs/tutorial/security/get-current-user.md
. PR #13188 by @ceb10n.docs/pt/docs/advanced/benchmarks.md
. PR #13187 by @ceb10n.docs/ru/docs/tutorial/security/first-steps.md
. PR #13159 by @Yarous.docs/ja/docs/tutorial/path-params-numeric-validations.md
. PR #12238 by @FakeDocument.docs/zh/docs/fastapi-cli.md
. PR #13102 by @Zhongheng-Cheng.docs/zh/docs/advanced/security/oauth2-scopes.md
. PR #13110 by @ChenPu2002.docs/id/docs/tutorial/path-params.md
. PR #13086 by @gerry-sabar.docs/ko/docs/tutorial/sql-databases.md
. PR #13093 by @GeumBinLee.docs/zh/docs/async.md
. PR #13095 by @Zhongheng-Cheng.docs/zh/docs/advanced/openapi-webhooks.md
. PR #13091 by @Zhongheng-Cheng.docs/zh/docs/advanced/async-tests.md
. PR #13074 by @Zhongheng-Cheng.docs/uk/docs/fastapi-cli.md
. PR #13020 by @ykertytsky.docs/zh/docs/advanced/events.md
. PR #12512 by @ZhibangYue./docs/ru/docs/tutorial/sql-databases.md
. PR #13079 by @alv2017.docs/zh/docs/advanced/testing-dependencies.md
. PR #13066 by @Zhongheng-Cheng.docs/zh-hant/docs/tutorial/index.md
. PR #13075 by @codingjenny.docs/zh/docs/tutorial/sql-databases.md
. PR #13051 by @Zhongheng-Cheng.docs/zh/docs/tutorial/query-params-str-validations.md
. PR #12928 by @Vincy1230.docs/zh/docs/tutorial/header-param-models.md
. PR #13040 by @Zhongheng-Cheng.docs/zh/docs/tutorial/path-params.md
. PR #12926 by @Vincy1230.docs/zh/docs/tutorial/first-steps.md
. PR #12923 by @Vincy1230.docs/ru/docs/deployment/docker.md
. PR #13048 by @anklav24.docs/pt/docs/advanced/generate-clients.md
. PR #13030 by @vitumenezes.docs/id/docs/tutorial/first-steps.md
. PR #13042 by @gerry-sabar.docs/zh/docs/tutorial/cookie-param-models.md
. PR #13038 by @Zhongheng-Cheng.docs/zh/docs/tutorial/request-form-models.md
. PR #13045 by @Zhongheng-Cheng.docs/ru/docs/virtual-environments.md
. PR #13026 by @alv2017.docs/ko/docs/tutorial/testing.md
. PR #12968 by @jts8257.docs/ko/docs/advanced/async-test.md
. PR #12918 by @icehongssii.docs/ru/docs/tutorial/security/oauth2-jwt.md
. PR #10601 by @AlertRED.docs/ru/docs/tutorial/security/simple-oauth2.md
. PR #10599 by @AlertRED.docs/ru/docs/tutorial/security/get-current-user.md
. PR #10594 by @AlertRED.docs/zh-hant/docs/features.md
. PR #12441 by @codingjenny.docs/zh-hant/docs/virtual-environments.md
. PR #12791 by @Vincy1230.docs/ko/docs/advanced/templates.md
. PR #12726 by @Heumhub.docs/ru/docs/fastapi-cli.md
. PR #13041 by @alv2017.docs/ko/docs/tutorial/cookie-param-models.md
. PR #13000 by @hard-coders.docs/ko/docs/tutorial/header-param-models.md
. PR #13001 by @hard-coders.docs/ko/docs/tutorial/request-form-models.md
. PR #13002 by @hard-coders.docs/ko/docs/tutorial/request-forms.md
. PR #13003 by @hard-coders.docs/ko/docs/resources/index.md
. PR #13004 by @hard-coders.docs/ko/docs/how-to/configure-swagger-ui.md
. PR #12898 by @nahyunkeem.docs/ko/docs/advanced/additional-status-codes.md
. PR #12715 by @nahyunkeem.docs/zh-hant/docs/tutorial/first-steps.md
. PR #12467 by @codingjenny.Internal
notify-translations.yml
. PR #12915 by @tinyboxvk.v0.115.6
Compare Source
Fixes
yield
. PR #5823 by @sombek.Refactors
Docs
docs/de/docs/advanced/using-request-directly.md
. PR #12685 by @alissadb.docs/de/docs/how-to/conditional-openapi.md
. PR #12689 by @alissadb.Translations
docs/zh-hant/docs/async.md
. PR #12990 by @ILoveSorasakiHina.docs/zh-hant/docs/tutorial/query-param-models.md
. PR #12932 by @Vincy1230.docs/ko/docs/advanced/testing-dependencies.md
. PR #12992 by @Limsunoh.docs/ko/docs/advanced/websockets.md
. PR #12991 by @kwang1215.docs/pt/docs/tutorial/response-model.md
. PR #12933 by @AndreBBM.docs/ko/docs/advanced/middlewares.md
. PR #12753 by @nahyunkeem.docs/ko/docs/advanced/openapi-webhooks.md
. PR #12752 by @saeye.docs/zh/docs/tutorial/query-param-models.md
. PR #12931 by @Vincy1230.docs/ru/docs/tutorial/query-param-models.md
. PR #12445 by @gitgernit.docs/ko/docs/tutorial/query-param-models.md
. PR #12940 by @jts8257.docs/zh/docs/tutorial/sql-databases.md
, it references files that are no longer on the repo. PR #12949 by @tiangolo.Internal
v0.115.5
Compare Source
Refactors
Docs
docs/en/docs/tutorial/body.md
. PR #12757 by @gsheni.docs/en/docs/advanced/testing-dependencies.md
. PR #12647 by @AyushSinghal1794.docs/en/docs/tutorial/metadata.md
. PR #12773 by @Nimitha-jagadeesha.docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
. PR #12045 by @xuvjso.docs/en/docs/tutorial/dependencies/global-dependencies.md
. PR #12653 by @vishnuvskvkl.docs/en/docs/tutorial/body-updates.md
. PR #12712 by @davioc.docs/en/docs/tutorial/header-param-models.md
. PR #12814 by @zhaohan-dong.contributing.md
docs, include note to not translate this page. PR #12841 by @tiangolo.docs/en/docs/tutorial/request-forms.md
. PR #12648 by @vishnuvskvkl.docs/en/docs/tutorial/request-form-models.md
. PR #12649 by @vishnuvskvkl.docs/en/docs/tutorial/security/oauth2-jwt.md
. PR #12650 by @OCE1960.docs/vi/docs/tutorial/first-steps.md
. PR #12754 by @MxPy.docs/pt/docs/advanced/wsgi.md
. PR #12769 by @Nimitha-jagadeesha.docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
. PR #12815 by @handabaldeep.docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
. PR #12813 by @handabaldeep.docs/en/docs/tutorial/middleware.md
. PR #12819 by @alejsdev.docs/en/docs/tutorial/security/get-current-user.md
. PR #12645 by @OCE1960.docs/en/docs/tutorial/security/first-steps.md
. PR #12643 by @OCE1960.docs/de/docs/advanced/additional-responses.md
. PR #12821 by @zhaohan-dong.docs/en/docs/advanced/generate-clients.md
. PR #12642 by @AyushSinghal1794.docs/zh/docs/advanced/additional-responses.md
. PR #12828 by @zhaohan-dong.docs/en/docs/tutorial/path-params-numeric-validations.md
. PR #12825 by @zhaohan-dong.docs/en/docs/advanced/testing-websockets.md
. PR #12761 by @hamidrasti.docs/en/docs/advanced/using-request-directly.md
. PR #12760 by @hamidrasti.docs/advanced/wsgi.md
. PR #12758 by @hamidrasti.docs/de/docs/tutorial/middleware.md
. PR #12729 by @paintdog.docs/en/docs/tutorial/schema-extra-example.md
. PR #12822 by @tiangolo.docs/fr/docs/advanced/additional-responses.md
. PR #12634 by @fegmorte.docs/fr/docs/advanced/path-operation-advanced-configuration.md
. PR #12633 by @kantandane.docs/fr/docs/advanced/response-directly.md
. PR #12632 by @kantandane.docs/en/docs/tutorial/header-params.md
. PR #12640 by @vishnuvskvkl.docs/en/docs/tutorial/cookie-param-models.md
. PR #12639 by @vishnuvskvkl.docs/en/docs/tutorial/extra-models.md
. PR #12638 by @vishnuvskvkl.docs/en/docs/tutorial/cors.md
. PR #12637 by @vishnuvskvkl.docs/en/docs/tutorial/dependencies/sub-dependencies.md
. PR #12810 by @handabaldeep.docs/en/docs/tutorial/body-nested-models.md
. PR #12812 by @zhaohan-dong.docs/en/docs/tutorial/path-operation-configuration.md
. PR #12809 by @AlexWendland.docs/en/docs/tutorial/request-files.md
. PR #12818 by @zhaohan-dong.docs/en/docs/tutorial/query-param-models.md
. PR #12817 by @handabaldeep.docs/en/docs/tutorial/path-params.md
. PR #12811 by @AlexWendland.docs/en/docs/tutorial/response-model.md
. PR #12621 by @kantandane.docs/en/docs/advanced/websockets.md
. PR #12606 by @vishnuvskvkl.docs/en/docs/tutorial/cookie-params.md
. PR #12808 by @handabaldeep.docs/en/docs/tutorial/middleware.md
. PR #12807 by @AlexWendland.docs/en/docs/advanced/sub-applications.md
. PR #12806 by @zhaohan-dong.docs/en/docs/advanced/response-headers.md
. PR #12805 by @zhaohan-dong.docs/fr/docs/tutorial/first-steps.md
. PR #12594 by @kantandane.docs/en/docs/advanced/response-cookies.md
. PR #12804 by @zhaohan-dong.docs/en/docs/advanced/path-operation-advanced-configuration.md
. PR #12802 by @zhaohan-dong.docs/en/docs/advanced/response-directly.md
. PR #12803 by @handabaldeep.docs/zh/docs/tutorial/background-tasks.md
. PR #12798 by @zhaohan-dong.docs/de/docs/tutorial/body-multiple-params.md
. PR #12699 by @alissadb.docs/em/docs/tutorial/body-updates.md
. PR #12799 by @AlexWendland.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.