We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47075b commit 421e513Copy full SHA for 421e513
1 file changed
pyproject.toml
@@ -43,7 +43,7 @@ dynamic = [
43
"version",
44
]
45
dependencies = [
46
- "httpx>=0.27",
+ "httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly
47
"xsdata>=24.5",
48
49
optional-dependencies.cli = [
0 commit comments