From 14315e46578a9117beeb1a17cff4018c33b7f5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8?= Date: Tue, 18 Feb 2025 20:55:32 +0800 Subject: [PATCH] =?UTF-8?q?build(requirements):=20=E6=9B=B4=E6=96=B0=20htt?= =?UTF-8?q?px=20=E4=BE=9D=E8=B5=96=E5=B9=B6=E4=BF=AE=E6=94=B9=20uv=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 httpx 依赖升级到 0.28.1 版本并添加 socks 支持 - 修改 uv pip compile 命令,增加 --no-strip-extras 参数以保留额外依赖 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f236db9..f6db69b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --no-deps -o requirements.txt +# uv pip compile pyproject.toml --no-deps --no-strip-extras -o requirements.txt aiofiles==24.1.0 # via xhs-downloader (pyproject.toml) aiosqlite==0.21.0 @@ -10,7 +10,7 @@ emoji==2.14.1 # via xhs-downloader (pyproject.toml) fastapi==0.115.8 # via xhs-downloader (pyproject.toml) -httpx==0.28.1 +httpx[socks]==0.28.1 # via xhs-downloader (pyproject.toml) lxml==5.3.1 # via xhs-downloader (pyproject.toml)