We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d48378 commit c0d9424Copy full SHA for c0d9424
1 file changed
pyproject.toml
@@ -58,7 +58,8 @@ dependencies = [
58
dev = [
59
"readalongs[api]",
60
"gitlint-core>=0.17.0",
61
- "httpx>=0.24.1",
+ "httpx>=0.24.1", # for testing with starlette<1.2
62
+ "httpx2", # for testing with starlette>=1.2
63
"pep440>=0.1.2",
64
"prek",
65
"pytest",
0 commit comments