From 99ea143c7889ffe0e186a227acaa5c2d8e51001c Mon Sep 17 00:00:00 2001 From: ihmily <114978440+ihmily@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:03:34 +0800 Subject: [PATCH] chore: update httpx dependencies --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ecfc2c..1f36ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pycryptodome>=3.20.0", "distro>=1.9.0", "tqdm>=4.67.1", - "httpx==0.28.1", + "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1" ] diff --git a/requirements.txt b/requirements.txt index 2cfdfb0..18f105b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ loguru>=0.7.3 pycryptodome>=3.20.0 distro>=1.9.0 tqdm>=4.67.1 -httpx>=0.28.1 +httpx[http2]>=0.28.1 PyExecJS>=1.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 6c0a06b..5a8fce2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( 'pycryptodome>=3.20.0', 'distro>=1.9.0', 'tqdm>=4.67.1', - 'httpx>=0.28.1' + 'httpx[http2]>=0.28.1' 'PyExecJS>=1.5.1', ], classifiers=[