Skip to content

Releases: fastapi/fastapi

0.115.10

28 Feb 16:46
Compare
Choose a tag to compare

Fixes

  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #13314 by @Viicos.

Upgrades

Translations

  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/debugging.md. PR #13370 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/query-params.md. PR #13362 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/path-params.md. PR #13354 by @valentinDruzhinin.
  • 🌐 Add Japanese translation for docs/ja/docs/tutorial/cookie-param-models.md. PR #13330 by @k94-ishi.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/body-multiple-params.md. PR #13408 by @valentinDruzhinin.
  • 🌐 Add Japanese translation for docs/ja/docs/tutorial/query-param-models.md. PR #13323 by @k94-ishi.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/body-nested-models.md. PR #13409 by @valentinDruzhinin.
  • 🌐 Add Vietnamese translation for docs/vi/docs/deployment/versions.md. PR #13406 by @ptt3199.
  • 🌐 Add Vietnamese translation for docs/vi/docs/deployment/index.md. PR #13405 by @ptt3199.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/request-forms.md. PR #13383 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/testing.md. PR #13371 by @valentinDruzhinin.

0.115.9

27 Feb 16:41
Compare
Choose a tag to compare

Fixes

  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #2939 by @arthurio.

Refactors

Docs

  • 🍱 Update sponsors: CodeRabbit logo. PR #13424 by @tiangolo.
  • 🩺 Unify the badges across all tutorial translations. PR #13329 by @svlandeg.
  • 📝 Fix typos in virtual environments documentation. PR #13396 by @bullet-ant.
  • 🐛 Fix issue with Swagger theme change example in the official tutorial. PR #13289 by @Zerohertz.
  • 📝 Add more precise description of HTTP status code range in docs. PR #13347 by @DanielYang59.
  • 🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types). PR #13378 by @tiangolo.
  • 📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (...). PR #13377 by @tiangolo.
  • ✏️ Remove duplicate title in docs body-multiple-params. PR #13345 by @DanielYang59.
  • 📝 Fix test badge. PR #13313 by @esadek.

Translations

  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/header-params.md. PR #13381 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/request-files.md. PR #13395 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/request-form-models.md. PR #13384 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/request-forms-and-files.md. PR #13386 by @valentinDruzhinin.
  • 🌐 Update Korean translation for docs/ko/docs/help-fastapi.md. PR #13262 by @Zerohertz.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/custom-response.md. PR #13265 by @11kkw.
  • 🌐 Update Korean translation for docs/ko/docs/tutorial/security/simple-oauth2.md. PR #13335 by @yes0ng.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/response-cookies.md. PR #13327 by @Stepakinoyan.
  • 🌐 Add Vietnamese translation for docs/vi/docs/tutorial/static-files.md. PR #11291 by @ptt3199.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md. PR #13257 by @11kkw.
  • 🌐 Add Vietnamese translation for docs/vi/docs/virtual-environments.md. PR #13282 by @ptt3199.
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/static-files.md. PR #13285 by @valentinDruzhinin.
  • 🌐 Add Vietnamese translation for docs/vi/docs/environment-variables.md. PR #13287 by @ptt3199.
  • 🌐 Add Vietnamese translation for docs/vi/docs/fastapi-cli.md. PR #13294 by @ptt3199.
  • 🌐 Add Ukrainian translation for docs/uk/docs/features.md. PR #13308 by @valentinDruzhinin.
  • 🌐 Add Ukrainian translation for docs/uk/docs/learn/index.md. PR #13306 by @valentinDruzhinin.
  • 🌐 Update Portuguese Translation for docs/pt/docs/deployment/https.md. PR #13317 by @Joao-Pedro-P-Holanda.
  • 🌐 Update Portuguese Translation for docs/pt/docs/index.md. PR #13328 by @ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/websockets.md. PR #13279 by @Rishat-F.

Internal

0.115.8

30 Jan 14:06
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix OAuth2PasswordRequestForm and OAuth2PasswordRequestFormStrict fixed grant_type "password" RegEx. PR #9783 by @skarfie123.

Refactors

  • ✅ Simplify tests for body_multiple_params . PR #13237 by @alejsdev.
  • ♻️ Move duplicated code portion to a static method in the APIKeyBase super class. PR #3142 by @ShahriyarR.
  • ✅ Simplify tests for request_files. PR #13182 by @alejsdev.

Docs

  • 📝 Change the word "unwrap" to "unpack" in docs/en/docs/tutorial/extra-models.md. PR #13061 by @timothy-jeong.
  • 📝 Update Request Body's tutorial002 to deal with tax=0 case. PR #13230 by @togogh.
  • 👥 Update FastAPI People - Experts. PR #13269 by @tiangolo.

Translations

  • 🌐 Add Japanese translation for docs/ja/docs/environment-variables.md. PR #13226 by @k94-ishi.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/async-tests.md. PR #13227 by @Rishat-F.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #13252 by @Rishat-F.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/bigger-applications.md. PR #13154 by @alv2017.

Internal

  • ⬆️ Add support for Python 3.13. PR #13274 by @tiangolo.
  • ⬆️ Upgrade AnyIO max version for tests, new range: >=3.2.1,<5.0.0. PR #13273 by @tiangolo.
  • 🔧 Update Sponsors badges. PR #13271 by @tiangolo.
  • ♻️ Fix notify_translations.py empty env var handling for PR label events vs workflow_dispatch. PR #13272 by @tiangolo.
  • ♻️ Refactor and move scripts/notify_translations.py, no need for a custom GitHub Action. PR #13270 by @tiangolo.
  • 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR #13267 by @tiangolo.
  • ⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR #13251 by @dependabot[bot].

0.115.7

22 Jan 22:54
Compare
Choose a tag to compare

Upgrades

Refactors

Docs

  • ✏️ Update Strawberry integration docs. PR #13155 by @kinuax.
  • 🔥 Remove unused Peewee tutorial files. PR #13158 by @alejsdev.
  • 📝 Update image in body-nested-model docs. PR #11063 by @untilhamza.
  • 📝 Update fastapi-cli UI examples in docs. PR #13107 by @Zhongheng-Cheng.
  • 👷 Add new GitHub Action to update contributors, translators, and translation reviewers. PR #13136 by @tiangolo.
  • ✏️ Fix typo in docs/en/docs/virtual-environments.md. PR #13124 by @tiangolo.
  • ✏️ Fix error in docs/en/docs/contributing.md. PR #12899 by @kingsubin.
  • 📝 Minor corrections in docs/en/docs/tutorial/sql-databases.md. PR #13081 by @alv2017.
  • 📝 Update includes in docs/ru/docs/tutorial/query-param-models.md. PR #12994 by @alejsdev.
  • ✏️ Fix typo in README installation instructions. PR #13011 by @dave-hay.
  • 📝 Update docs for fastapi-cli. PR #13031 by @tiangolo.

Translations

  • 🌐 Update Portuguese Translation for docs/pt/docs/tutorial/request-forms.md. PR #13216 by @Joao-Pedro-P-Holanda.
  • 🌐 Update Portuguese translation for docs/pt/docs/advanced/settings.md. PR #13209 by @ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/security/oauth2-jwt.md. PR #13205 by @ceb10n.
  • 🌐 Add Indonesian translation for docs/id/docs/index.md. PR #13191 by @gerry-sabar.
  • 🌐 Add Indonesian translation for docs/id/docs/tutorial/static-files.md. PR #13092 by @guspan-tanadi.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/security/get-current-user.md. PR #13188 by @ceb10n.
  • 🌐 Remove Wrong Portuguese translations location for docs/pt/docs/advanced/benchmarks.md. PR #13187 by @ceb10n.
  • 🌐 Update Portuguese translations. PR #13156 by @nillvitor.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/security/first-steps.md. PR #13159 by @Yarous.
  • ✏️ Delete unnecessary backspace in docs/ja/docs/tutorial/path-params-numeric-validations.md. PR #12238 by @FakeDocument.
  • 🌐 Update Chinese translation for docs/zh/docs/fastapi-cli.md. PR #13102 by @Zhongheng-Cheng.
  • 🌐 Add new Spanish translations for all docs with new LLM-assisted system using PydanticAI. PR #13122 by @tiangolo.
  • 🌐 Update existing Spanish translations using the new LLM-assisted system using PydanticAI. PR #13118 by @tiangolo.
  • 🌐 Update Chinese translation for docs/zh/docs/advanced/security/oauth2-scopes.md. PR #13110 by @ChenPu2002.
  • 🌐 Add Indonesian translation for docs/id/docs/tutorial/path-params.md. PR #13086 by @gerry-sabar.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/sql-databases.md. PR #13093 by @GeumBinLee.
  • 🌐 Update Chinese translation for docs/zh/docs/async.md. PR #13095 by @Zhongheng-Cheng.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/openapi-webhooks.md. PR #13091 by @Zhongheng-Cheng.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/async-tests.md. PR #13074 by @Zhongheng-Cheng.
  • 🌐 Add Ukrainian translation for docs/uk/docs/fastapi-cli.md. PR #13020 by @ykertytsky.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/events.md. PR #12512 by @ZhibangYue.
  • 🌐 Add Russian translation for /docs/ru/docs/tutorial/sql-databases.md. PR #13079 by @alv2017.
  • 🌐 Update Chinese translation for docs/zh/docs/advanced/testing-dependencies.md. PR #13066 by @Zhongheng-Cheng.
  • 🌐 Update Traditional Chinese translation...
Read more

0.115.6

03 Dec 22:45
Compare
Choose a tag to compare

Fixes

  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #5823 by @sombek.

Refactors

  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #12971 by @tamird.

Docs

  • 📝 Update includes format in docs with an automated script. PR #12950 by @tiangolo.
  • 📝 Update includes for docs/de/docs/advanced/using-request-directly.md. PR #12685 by @alissadb.
  • 📝 Update includes for docs/de/docs/how-to/conditional-openapi.md. PR #12689 by @alissadb.

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #12990 by @ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #12932 by @Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #12992 by @Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #12991 by @kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #12933 by @AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #12753 by @nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #12752 by @saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #12931 by @Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #12445 by @gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #12940 by @jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #12949 by @tiangolo.

Internal

0.115.5

12 Nov 16:15
Compare
Choose a tag to compare

Refactors

  • ♻️ Update internal checks to support Pydantic 2.10. PR #12914 by @tiangolo.

Docs

  • 📝 Update includes for docs/en/docs/tutorial/body.md. PR #12757 by @gsheni.
  • 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md. PR #12647 by @AyushSinghal1794.
  • 📝 Update includes for docs/en/docs/tutorial/metadata.md. PR #12773 by @Nimitha-jagadeesha.
  • 📝 Update docs/en/docs/tutorial/dependencies/dependencies-with-yield.md. PR #12045 by @xuvjso.
  • 📝 Update includes for docs/en/docs/tutorial/dependencies/global-dependencies.md. PR #12653 by @vishnuvskvkl.
  • 📝 Update includes for docs/en/docs/tutorial/body-updates.md. PR #12712 by @davioc.
  • 📝 Remove mention of Celery in the project generators. PR #12742 by @david-caro.
  • 📝 Update includes in docs/en/docs/tutorial/header-param-models.md. PR #12814 by @zhaohan-dong.
  • 📝 Update contributing.md docs, include note to not translate this page. PR #12841 by @tiangolo.
  • 📝 Update includes in docs/en/docs/tutorial/request-forms.md. PR #12648 by @vishnuvskvkl.
  • 📝 Update includes in docs/en/docs/tutorial/request-form-models.md. PR #12649 by @vishnuvskvkl.
  • 📝 Update includes in docs/en/docs/tutorial/security/oauth2-jwt.md. PR #12650 by @OCE1960.
  • 📝 Update includes in docs/vi/docs/tutorial/first-steps.md. PR #12754 by @MxPy.
  • 📝 Update includes for docs/pt/docs/advanced/wsgi.md. PR #12769 by @Nimitha-jagadeesha.
  • 📝 Update includes for docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #12815 by @handabaldeep.
  • 📝 Update includes for docs/en/docs/tutorial/dependencies/classes-as-dependencies.md. PR #12813 by @handabaldeep.
  • ✏️ Fix error in docs/en/docs/tutorial/middleware.md. PR #12819 by @alejsdev.
  • 📝 Update includes for docs/en/docs/tutorial/security/get-current-user.md. PR #12645 by @OCE1960.
  • 📝 Update includes for docs/en/docs/tutorial/security/first-steps.md. PR #12643 by @OCE1960.
  • 📝 Update includes in docs/de/docs/advanced/additional-responses.md. PR #12821 by @zhaohan-dong.
  • 📝 Update includes in docs/en/docs/advanced/generate-clients.md. PR #12642 by @AyushSinghal1794.
  • 📝 Fix admonition double quotes with new syntax. PR #12835 by @tiangolo.
  • 📝 Update includes in docs/zh/docs/advanced/additional-responses.md. PR #12828 by @zhaohan-dong.
  • 📝 Update includes in docs/en/docs/tutorial/path-params-numeric-validations.md. PR #12825 by @zhaohan-dong.
  • 📝 Update includes for docs/en/docs/advanced/testing-websockets.md. PR #12761 by @hamidrasti.
  • 📝 Update includes for docs/en/docs/advanced/using-request-directly.md. PR #12760 by @hamidrasti.
  • 📝 Update includes for docs/advanced/wsgi.md. PR #12758 by @hamidrasti.
  • 📝 Update includes in docs/de/docs/tutorial/middleware.md. PR #12729 by @paintdog.
  • 📝 Update includes for docs/en/docs/tutorial/schema-extra-example.md. PR #12822 by @tiangolo.
  • 📝 Update includes in docs/fr/docs/advanced/additional-responses.md. PR #12634 by @fegmorte.
  • 📝 Update includes in docs/fr/docs/advanced/path-operation-advanced-configuration.md. PR #12633 by @kantandane.
  • 📝 Update includes in docs/fr/docs/advanced/response-directly.md. PR #12632 by @kantandane.
  • 📝 Update includes for docs/en/docs/tutorial/header-params.md. PR #12640 by @vishnuvskvkl.
  • 📝 Update includes in docs/en/docs/tutorial/cookie-param-models.md. PR #12639 by @vishnuvskvkl.
  • 📝 Update includes for docs/en/docs/tutorial/extra-models.md. PR #12638 by @vishnuvskvkl.
  • 📝 Update includes for docs/en/docs/tutorial/cors.md. PR #12637 by @vishnuvskvkl.
  • 📝 Update includes for docs/en/docs/tutorial/dependencies/sub-dependencies.md. PR #12810 by @handabaldeep.
  • 📝 Update includes in docs/en/docs/tutorial/body-nested-models.md. PR #12812 by @zhaohan-dong.
  • 📝 Update includes in docs/en/docs/tutorial/path-operation-configuration.md. PR #12809 by @AlexWendland.
  • 📝 Update includes in docs/en/docs/tutorial/request-files.md. PR #12818 by @zhaohan-dong.
  • 📝 Update includes for docs/en/docs/tutorial/query-param-models.md. PR #12817 by @handabaldeep.
  • 📝 Update includes in docs/en/docs/tutorial/path-params.md. PR #12811 by @AlexWendland.
  • 📝 Update includes in docs/en/docs/tutorial/response-model.md. PR #12621 by @kantandane.
  • 📝 Update includes in docs/en/docs/advanced/websockets.md. PR #12606 by @vishnuvskvkl.
  • 📝 Updates include for docs/en/docs/tutorial/cookie-params.md. PR #12808 by @handabaldeep.
  • 📝 Update includes in docs/en/docs/tutorial/middleware.md. PR #12807 by @AlexWendland.
  • 📝 Update includes in docs/en/docs/advanced/sub-applications.md. PR #12806 by @zhaohan-dong.
  • 📝 Update includes in docs/en/docs/advanced/response-headers.md. PR #12805 by @zhaohan-dong.
  • 📝 Update includes in docs/fr/docs/tutorial/first-steps.md. PR #12594 by @kantandane.
  • 📝 Update includes in docs/en/docs/advanced/response-cookies.md. PR #12804 by @zhaohan-dong.
  • 📝 Update includes in docs/en/docs/advanced/path-operation-advanced-configuration.md. PR #12802 by @zhaohan-dong.
  • 📝 Update includes for docs/en/docs/advanced/response-directly.md. PR #12803 by @handabaldeep.
  • 📝 Update includes in docs/zh/docs/tutorial/background-tasks.md. PR #12798 by @zhaohan-dong.
  • 📝 Update includes for docs/de/docs/tutorial/body-multiple-params.md. PR #12699 by @alissadb.
  • 📝 Update includes in docs/em/docs/tutorial/body-updates.md. PR ...
Read more

0.115.4

27 Oct 21:59
Compare
Choose a tag to compare

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @codingjenny.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/header-param-models.md. PR #12437 by @Joao-Pedro-P-Holanda.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/extending-openapi.md. PR #12470 by @ilacftemp.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/dataclasses.md. PR #12475 by @leoscarlato.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/custom-request-and-route.md. PR #12483 by @devfernandoa.

Internal

0.115.3

22 Oct 14:28
Compare
Choose a tag to compare

Upgrades

  • ⬆️ Upgrade Starlette to >=0.40.0,<0.42.0. PR #12469 by @defnull.

Docs

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/fastapi-cli.md. PR #12444 by @codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12439 by @codingjenny.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/testing-database.md. PR #12472 by @GuilhermeRameh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/custom-docs-ui-assets.md. PR #12473 by @devluisrodrigues.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/response-headers.md. PR #12458 by @leonardopaloschi.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12440 by @codingjenny.
  • 🌐 Update Portuguese translation for docs/pt/docs/python-types.md. PR #12428 by @ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/environment-variables.md. PR #12436 by @wisderfin.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/resources/index.md. PR #12443 by @codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/about/index.md. PR #12438 by @codingjenny.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/query-param-models.md. PR #12414 by @ceb10n.
  • 🌐 Remove Portuguese translation for docs/pt/docs/deployment.md. PR #12427 by @ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/body-updates.md. PR #12381 by @andersonrocha0.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/response-cookies.md. PR #12417 by @Paulofalcao2002.

Internal

0.115.2

12 Oct 10:01
Compare
Choose a tag to compare

Upgrades

0.115.1

12 Oct 09:52
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix openapi generation with responses kwarg. PR #10895 by @flxdot.
  • 🐛 Remove Required shadowing from fastapi using Pydantic v2. PR #12197 by @pachewise.

Refactors

  • ♻️ Update type annotations for improved python-multipart. PR #12407 by @tiangolo.

Docs

  • ✨ Add new tutorial for SQL databases with SQLModel. PR #12285 by @tiangolo.
  • 📝 Add External Link: How to profile a FastAPI asynchronous request. PR #12389 by @brouberol.
  • 🔧 Remove base_path for mdx_include Markdown extension in MkDocs. PR #12391 by @tiangolo.
  • 📝 Update link to Swagger UI configuration docs. PR #12264 by @makisukurisu.
  • 📝 Adding links for Playwright and Vite in docs/project-generation.md. PR #12274 by @kayqueGovetri.
  • 📝 Fix small typos in the documentation. PR #12213 by @svlandeg.

Translations

  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/cookie-param-models.md. PR #12298 by @ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/graphql.md. PR #12215 by @AnandaCampelo.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/security/oauth2-scopes.md. PR #12263 by @ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/deployment/concepts.md. PR #12219 by @marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/conditional-openapi.md. PR #12221 by @marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/response-directly.md. PR #12266 by @Joao-Pedro-P-Holanda.
  • 🌐 Update Portuguese translation for docs/pt/docs/tutorial/cookie-params.md. PR #12297 by @ceb10n.
  • 🌐 Fix Korean translation for docs/ko/docs/tutorial/index.md. PR #12278 by @kkotipy.
  • 🌐 Update Portuguese translation for docs/pt/docs/advanced/security/http-basic-auth.md. PR #12275 by @andersonrocha0.
  • 🌐 Add Portuguese translation for docs/pt/docs/deployment/cloud.md. PR #12217 by @marcelomarkus.
  • ✏️ Fix typo in docs/es/docs/python-types.md. PR #12235 by @JavierSanchezCastro.
  • 🌐 Add Dutch translation for docs/nl/docs/environment-variables.md. PR #12200 by @maxscheijen.
  • 🌐 Add Portuguese translation for docs/pt/docs/deployment/manually.md. PR #12210 by @JoaoGustavoRogel.
  • 🌐 Add Portuguese translation for docs/pt/docs/deployment/server-workers.md. PR #12220 by @marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/configure-swagger-ui.md. PR #12222 by @marcelomarkus.

Internal