Our implementation of `deprecated` currently uses `asyncio.coroutines.iscoroutine`, but that function is deprecated as of Python 3.14.
Our implementation of
deprecatedcurrently usesasyncio.coroutines.iscoroutine, but that function is deprecated as of Python 3.14.