Skip to content

Commit 55057df

Browse files
authored
aiohttp 3.9.1 to fix a WebSocket bug introduced in 3.9.0 (#16968)
1 parent 531e01c commit 55057df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"clvm_tools==0.4.7", # Currying, Program.to, other conveniences
1717
"chia_rs==0.2.13",
1818
"clvm-tools-rs==0.1.39", # Rust implementation of clvm_tools' compiler
19-
"aiohttp==3.9.0", # HTTP server for full node rpc
19+
"aiohttp==3.9.1", # HTTP server for full node rpc
2020
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
2121
"bitstring==4.1.2", # Binary data management library
2222
"colorama==0.4.6", # Colorizes terminal output

0 commit comments

Comments
 (0)