0.128.2
📦 fastapiView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces support for PEP695 `TypeAliasType` and allows using `Response` as a dependency annotation. It also includes a fix for issues related to `Json[list[str]]` usage.
✨ New Features
- Add support for PEP695 `TypeAliasType`.
- Allow `Response` type hint as dependency annotation.
🐛 Bug Fixes
- Fix using `Json[list[str]]` type (issue #10997).