chore: update httpx dependencies

This commit is contained in:
ihmily
2025-02-04 07:03:34 +08:00
parent 52c0287150
commit 99ea143c78
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ dependencies = [
"pycryptodome>=3.20.0", "pycryptodome>=3.20.0",
"distro>=1.9.0", "distro>=1.9.0",
"tqdm>=4.67.1", "tqdm>=4.67.1",
"httpx==0.28.1", "httpx[http2]>=0.28.1",
"PyExecJS>=1.5.1" "PyExecJS>=1.5.1"
] ]

View File

@@ -3,5 +3,5 @@ loguru>=0.7.3
pycryptodome>=3.20.0 pycryptodome>=3.20.0
distro>=1.9.0 distro>=1.9.0
tqdm>=4.67.1 tqdm>=4.67.1
httpx>=0.28.1 httpx[http2]>=0.28.1
PyExecJS>=1.5.1 PyExecJS>=1.5.1

View File

@@ -16,7 +16,7 @@ setup(
'pycryptodome>=3.20.0', 'pycryptodome>=3.20.0',
'distro>=1.9.0', 'distro>=1.9.0',
'tqdm>=4.67.1', 'tqdm>=4.67.1',
'httpx>=0.28.1' 'httpx[http2]>=0.28.1'
'PyExecJS>=1.5.1', 'PyExecJS>=1.5.1',
], ],
classifiers=[ classifiers=[