0.128.7
📦 fastapiView on GitHub →
✨ 2 features🔧 1 symbols
Summary
This release introduces clearer error handling for self-referencing routers and updates the type hint for HTTPException headers from dict to Mapping.
✨ New Features
- Show a clear error on attempt to include a router into itself.
- Replaced `dict` with `Mapping` type hint for `HTTPException.headers`.