-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
When running integration tests:
xrpl-py/xrpl/asyncio/clients/websocket_base.py:94: DeprecationWarning: websockets.client.connect is deprecated
self._websocket = await websocket_client.connect(
xrpl-py/.venv/lib/python3.11/site-packages/websockets/legacy/__init__.py:6: DeprecationWarning: websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
warnings.warn( # deprecated in 14.0 - 2024-11-09
xrpl-py/xrpl/asyncio/clients/websocket_base.py:135: DeprecationWarning: websockets.client.WebSocketClientProtocol is deprecated
websocket_client.WebSocketClientProtocol, self._websocket
xrpl-py/xrpl/asyncio/clients/websocket_base.py:178: DeprecationWarning: websockets.client.WebSocketClientProtocol is deprecated
await cast(websocket_client.WebSocketClientProtocol, self._websocket).send(
xrpl-py/xrpl/asyncio/clients/websocket_base.py:122: DeprecationWarning: websockets.client.WebSocketClientProtocol is deprecated
await cast(websocket_client.WebSocketClientProtocol, self._websocket).close()
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers