From bbf34848abdb8a78a3433d5cff04616b1ce8ec76 Mon Sep 17 00:00:00 2001 From: s-a-tanjim Date: Fri, 14 Mar 2025 18:55:56 +0600 Subject: [PATCH] Fixed hio version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95fd2e053..a02bc1532 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'cbor2>=5.6.2', 'multidict>=6.0.5', 'ordered-set>=4.1.0', - 'hio>=0.6.14', + 'hio==0.6.14', 'multicommand>=1.0.0', 'jsonschema>=4.21.1', 'falcon>=3.1.3',