From 7d8210e1f2c430be3d8b082f9632403486eb699f Mon Sep 17 00:00:00 2001 From: OzGav Date: Mon, 23 Feb 2026 16:24:05 +1100 Subject: [PATCH] Bump jsonrpc-websocket min requirement Fixes deprecation warnings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f341376..0571b41 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIRES_PYTHON = '>=3.7.0' VERSION = '0.2.7' -REQUIRED = ['jsonrpc-async>=2.0.0', 'jsonrpc-websocket>=3.0.0', 'aiohttp'] +REQUIRED = ['jsonrpc-async>=2.0.0', 'jsonrpc-websocket>=3.1.6', 'aiohttp'] EXTRAS = {}