0.140.11
📦 fastapiView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release fixes a bug where `response_model_*` parameters were ignored for certain non-generator endpoints. The fix ensures correct behavior for endpoints returning `Iterable[...]`.
🐛 Bug Fixes
- Fixed `response_model_*` parameters being ignored for non-generator endpoints with `Iterable[...]` return types.