Require httpx2 2.6.0 or higher

This commit is contained in:
Adrian Chaves 2026-08-08 10:48:54 +02:00
parent 346032f38d
commit 9c63225640
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ brotli = [
"brotlicffi>=1.2.0.0; implementation_name == 'pypy'",
]
gcs = ["google-cloud-storage>=1.29.0"]
httpx = ["httpx2[http2,socks]>=2.0.0"]
httpx = ["httpx2[http2,socks]>=2.6.0"]
images = ["Pillow>=8.3.2"]
ipython = ["ipython>=8.15.0"]
ptpython = ["ptpython>=3.0.23"]

View File

@ -138,7 +138,7 @@ deps =
Twisted==21.7.0
cryptography==37.0.0
cssselect==0.9.1
httpx2==2.0.0
httpx2==2.6.0
itemadapter==0.1.0
lxml==4.6.4
parsel==1.5.0
@ -191,7 +191,7 @@ deps =
brotli==1.2.0; implementation_name != "pypy"
brotlicffi==1.2.0.0; implementation_name == "pypy"
google-cloud-storage==1.29.0
httpx2[http2,socks]==2.0.0
httpx2[http2,socks]==2.6.0
ipython==8.15.0
ptpython==3.0.23
robotexclusionrulesparser==1.6.2