New installs of bittensor-cli are not working with any command that hits the chain because we require websockets>=12.0, which was fine previously, but now websockets 14.0 has released, and this breaks things:
/Users/<me>/btcli_venv/lib/python3.12/site-packages/websockets/asyncio/client.py", line 367, in create_connection
_, connection = await loop.create_connection(factory, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'read_limit'
New installs of bittensor-cli are not working with any command that hits the chain because we require websockets>=12.0, which was fine previously, but now websockets 14.0 has released, and this breaks things: