From b4e4cfc026fdc287622e0aa5f08db5d1e30ef869 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 12 Aug 2023 14:57:00 +0000 Subject: Bump httpx 0.21.2 from to 0.24.1 --- searx/network/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/network/network.py') diff --git a/searx/network/network.py b/searx/network/network.py index 6e1825dd9..3ab0bff3a 100644 --- a/searx/network/network.py +++ b/searx/network/network.py @@ -409,7 +409,7 @@ def done(): """Close all HTTP client Avoid a warning at exit - see https://github.com/encode/httpx/blob/1a6e254f72d9fd5694a1c10a28927e193ab4f76b/httpx/_client.py#L1785 + See https://github.com/encode/httpx/pull/2026 Note: since Network.aclose has to be async, it is not possible to call this method on Network.__del__ So Network.aclose is called here using atexit.register -- cgit v1.2.3