0.47.1
📦 starletteView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
Starlette 0.47.1 fixes type‑hinting issues by using Self in TestClient.__enter__ and adds proper type checking for async exception handlers.
🐛 Bug Fixes
- Use Self in TestClient.__enter__ to improve type hints and avoid runtime errors (PR #2951).
- Allow async exception handlers to type-check correctly (PR #2949).
🔧 Affected Symbols
TestClient.__enter__async exception handlers