From f8b80b0e9d261f259d8978b09aa94807177f2516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E7=BE=BFELS?= <71250018+EillesWan@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=E4=BF=AE=E5=A4=8D=20Linux=20?= =?UTF-8?q?=E4=B8=8B=20SSL=20=E6=8F=A1=E6=89=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16c9436d..2a97f04c 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "nonebot-plugin-localstore>=0.7.1", "zhDatetime>=2.0.0", "aiohttp>=3.9", - "httpx>=0.27.0", + "httpx>=0.27.0,<0.28.0", "ruamel.yaml>=0.18.6", "pyyaml>=6.0.2", "psutil>=6.1.0",