Skip to content

Commit 421e513

Browse files
authored
chore: pin httpx (#206)
Fixes #205
1 parent a47075b commit 421e513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dynamic = [
4343
"version",
4444
]
4545
dependencies = [
46-
"httpx>=0.27",
46+
"httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly
4747
"xsdata>=24.5",
4848
]
4949
optional-dependencies.cli = [

0 commit comments

Comments
 (0)