python FastAPI Releases · · 0.139.1

FastAPI 0.139.1 Patches Frontend Fallback and Translations

sdkengineerpython-web
patch

FastAPI version 0.139.1 includes a fix for frontend fallback support on dotted paths, addressing an issue for developers using such URL structures. This release also updates numerous translations and incorporates various internal dependency bumps and CI workflow improvements. The changes are primarily for users of the FastAPI framework, with no specific prerequisites beyond updating to the latest version.

  • 🐛 Fix frontend fallback support for doted paths like /users/john.doe. PR #16011 by @tiangolo
  • 📝 Fix topic repository list not being displayed and skip_users not being applied. PR #15995 by @YuriiMotov
  • ⬆ Bump the python-packages group across 1 directory with 6 updates. PR #15981 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • ⬆ Bump typing-extensions from 4.15.0 to 4.16.0. PR #15982 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • ⬆ Bump the github-actions group across 1 directory with 4 updates. PR #15983 by [@dependabot[bot]](https://github.com/apps/dependabot)
Fixes (1)
  • 🐛 Fix frontend fallback support for doted paths like /users/john.doe. PR #16011 by @tiangolo
Maintenance (16)
  • 📝 Fix topic repository list not being displayed and skip_users not being applied. PR #15995 by @YuriiMotov
  • ⬆ Bump the python-packages group across 1 directory with 6 updates. PR #15981 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • ⬆ Bump typing-extensions from 4.15.0 to 4.16.0. PR #15982 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • ⬆ Bump the github-actions group across 1 directory with 4 updates. PR #15983 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • ⬆ Bump pre-commit hooks. PR #15985 by @tiangolo
  • 👷 Use FASTAPI_LATEST_CHANGES token in bump-pre-commit-hooks workflow. PR #15984 by @YuriiMotov
  • 👷 Add GH workflow to bump pre-commit hook versions. PR #15873 by @YuriiMotov
  • 🔧 Set Dependabot schedule interval to "monthly". PR #15874 by @YuriiMotov
  • ⬆ Bump CodSpeedHQ/action from 4.17.6 to 4.18.1 in the github-actions group. PR #15950 by [@dependabot[bot]](https://github.com/apps/dependabot)

  • ⬆ Bump the python-packages group with 8 updates. PR #15952 by [@dependabot[bot]](https://github.com/apps/dependabot)
  • 🔧 Update sponsors: add TutorCruncher. PR #15947 by @tiangolo
  • 👷 Fix notify translations checkout target. PR #15933 by @tiangolo
  • 👷 Fix latest-changes checkout target. PR #15932 by @tiangolo
  • 🔧 Update sponsors: remove RapidProxy. PR #15929 by @tiangolo
  • ⬆️ Update issue-manager to 0.8.1. PR #15928 by @tiangolo
  • ⬆️ Update latest-changes to 0.6.1. PR #15926 by @tiangolo
Read the original announcement →

https://github.com/fastapi/fastapi/releases/tag/0.139.1

Related releases