Fixes
- 🐛 Use
401status code in security classes when credentials are missing. PR #13786 by @YuriiMotov.- If your code depended on these classes raising the old (less correct)
403status code, check the new docs about how to override the classes, to use the same old behavior: Use Old 403 Authentication Error Status Codes.
- If your code depended on these classes raising the old (less correct)
Internal
- 🔧 Configure labeler to exclude files that start from underscore for
lang-alllabel. PR #14213 by @YuriiMotov. - 👷 Add pre-commit config with local script for permalinks. PR #14398 by @tiangolo.
- 💄 Use font Fira Code to fix display of Rich panels in docs in Windows. PR #14387 by @tiangolo.
- 👷 Add custom pre-commit CI. PR #14397 by @tiangolo.
- ⬆ Bump actions/checkout from 5 to 6. PR #14381 by @dependabot[bot].
- 👷 Upgrade
latest-changesGitHub Action and pinactions/checkout@v5. PR #14403 by @svlandeg. - 🛠️ Add
add-permalinksandadd-permalinks-pagetoscripts/docs.py. PR #14033 by @YuriiMotov. - 🔧 Upgrade Material for MkDocs and remove insiders. PR #14375 by @tiangolo.