ChenyangGao / web-mount-packs

Encapsulating web interfaces for some network disks
MIT License
245 stars 45 forks source link

httpx_request模块报错 #59

Open qicfan opened 2 days ago

qicfan commented 2 days ago

from httpx._types import AuthTypes, CertTypes, ProxyTypes, ProxiesTypes, SyncByteStream, URLTypes, VerifyTypes 其中ProxiesTypes和VerifyTypes在httpx.types中没有找到,导致运行报错。

目前是删除了ProxiesTypes,添加了VerifyTypes定义来解决: type VerifyTypes = ssl.SSLContext | str | bool

版本:httpx = 0.28.0

ChenyangGao commented 1 day ago

pip install -U httpx_request