Fix test cases for compatibility with httpx 0.28.0.

This commit is contained in:
2024-12-09 08:29:04 +08:00
parent 9da7cec1f5
commit 76ae576717
3 changed files with 5 additions and 3 deletions

View File

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