From df19d2244b821e50e40f8c3fd92671333dad5762 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 11 Apr 2022 11:10:07 -0400 Subject: [PATCH] aiohttp==3.8.1 for Python 3.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ac24927f492..adfadae7077e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "clvm_tools==0.4.4", # Currying, Program.to, other conveniences "chia_rs==0.1.1", "clvm-tools-rs==0.1.7", # Rust implementation of clvm_tools - "aiohttp==3.7.4", # HTTP server for full node rpc + "aiohttp==3.8.1", # HTTP server for full node rpc "aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks "bitstring==3.1.9", # Binary data management library "colorama==0.4.4", # Colorizes terminal output