Fix test cases for compatibility with httpx 0.28.0.

This commit is contained in:
2024-12-02 08:09:17 +08:00
parent e00c14f277
commit 40278eaf06
3 changed files with 16 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ dependencies = [
[project.optional-dependencies]
devel = [
"httpx",
"httpx >= 0.20.0",
"OpenCC",
]