From 16bad6e0b57628c960c21a538fdfc103338e5fb1 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 24 Mar 2024 18:37:31 +0100 Subject: [PATCH] Downgrade httpx_ws to v0.4.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 91786026..7c37c99c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,4 +4,4 @@ pytest-timeout==2.3.1 pytest-asyncio==0.23.6 requests==2.31.0 httpx==0.24.1 # version 0.24.1 is required by httpx_ws -httpx_ws==0.5.2 +httpx_ws==0.4.2