0.135.1
📦 fastapiView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release primarily addresses a bug related to TaskGroup usage within async context managers and includes several documentation and internal updates.
🐛 Bug Fixes
- Avoided yielding from a TaskGroup when it is only used as an async context manager, which was causing issues when closed in the request async exit stack.