Skip to content

Commit 9b75c82

Browse files
authored
pin httpx to <0.28.0 (#2075)
httpx 0.28.0 has changed a few things that break things for us. Pin to <0.28.0 so things keep working.
1 parent 426b112 commit 9b75c82

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"attrs>=20.1,<24",
1717
"fastapi>=0.75.2,<0.99.0",
1818
# we may not need http2
19-
"httpx[http2]>=0.21.0,<1",
19+
"httpx[http2]>=0.21.0,<0.28.0",
2020
"pydantic>=1.9,<2",
2121
"PyYAML",
2222
"requests>=2,<3",

0 commit comments

Comments
 (0)