8.0.2 / 2026-06-23
Fixed
- Replaced deprecated
asyncio.iscoroutinefunction()withinspect.iscoroutinefunction()inInstrumentator.add()to avoid warnings on Python 3.12+ in #378.
asyncio.iscoroutinefunction() with inspect.iscoroutinefunction() in Instrumentator.add() to avoid warnings on Python 3.12+ in #378.