Skip to content

Commit 99422ad

Browse files
committed
Fix h2 package not installed
1 parent 622364d commit 99422ad

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
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
requires-python = ">=3.9"
1414
dependencies = [
15-
"httpx>=0.25.0",
15+
"httpx[http2]>=0.25.0",
1616
"pydantic>=2.4.0",
1717
"typer>=0.9.0",
1818
"rich>=13.6.0"

0 commit comments

Comments
 (0)