python FastAPI Releases · · 0.137.1

FastAPI 0.137.1: Typing and Path Operation Fixes

sdkengineerpython-web
patch

This patch release for FastAPI addresses two issues: improved typing checks for APIRoute and a bug fix allowing empty paths in prefixless routers. These changes enhance the stability and flexibility of the framework for developers using these specific features. This is a routine patch update.

  • 🚨 Fix typing checks for APIRoute. PR #15765 by @tiangolo
  • 🐛 Fix bug, allow empty path in path operation in prefixless router. PR #15763 by @tiangolo
Fixes (2)
  • 🚨 Fix typing checks for APIRoute. PR #15765 by @tiangolo
  • 🐛 Fix bug, allow empty path in path operation in prefixless router. PR #15763 by @tiangolo
Read the original announcement →

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

Related releases