Fixes
- 🐛 Fix
HTTPException
header type annotations. PR #9648 by @tiangolo. - 🐛 Fix OpenAPI model fields int validations,
gte
toge
. PR #9635 by @tiangolo.
Upgrades
- 📌 Update minimum version of Pydantic to >=1.7.4. This fixes an issue when trying to use an old version of Pydantic. PR #9567 by @Kludex.
Docs
Translations
- 🌐 Fix spelling in Indonesian translation of
docs/id/docs/tutorial/index.md
. PR #5635 by @purwowd. - 🌐 Add Russian translation for
docs/ru/docs/tutorial/index.md
. PR #5896 by @Wilidon. - 🌐 Add Chinese translations for
docs/zh/docs/advanced/response-change-status-code.md
anddocs/zh/docs/advanced/response-headers.md
. PR #9544 by @ChoyeonChern. - 🌐 Add Russian translation for
docs/ru/docs/tutorial/schema-extra-example.md
. PR #9621 by @Alexandrhub.
Internal
- 🔧 Add sponsor Platform.sh. PR #9650 by @tiangolo.
- ♻ Remove
media_type
fromORJSONResponse
as it's inherited from the parent class. PR #5805 by @Kludex. - 👷 Add custom token to Smokeshow and Preview Docs for download-artifact, to prevent API rate limits. PR #9646 by @tiangolo.
- 👷 Add custom tokens for GitHub Actions to avoid rate limits. PR #9647 by @tiangolo.
- ♻ Instantiate
HTTPException
only when needed, optimization refactor. PR #5356 by @pawamoy.