The framework uses websockets module (here).
The websockets module does not support HTTP proxy (see python-websockets/websockets#364, issue from 2018), while websocket-client module (here) supports it.
Are they plans to migrate websockets implementations though websocket-client instead?