Skip to content

Commit

Permalink
pin httpx to <0.28.0 (#2075)
Browse files Browse the repository at this point in the history
httpx 0.28.0 has changed a few things that break things for us.  Pin to <0.28.0
so things keep working.
  • Loading branch information
philandstuff authored Dec 3, 2024
1 parent 426b112 commit 9b75c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"attrs>=20.1,<24",
"fastapi>=0.75.2,<0.99.0",
# we may not need http2
"httpx[http2]>=0.21.0,<1",
"httpx[http2]>=0.21.0,<0.28.0",
"pydantic>=1.9,<2",
"PyYAML",
"requests>=2,<3",
Expand Down

0 comments on commit 9b75c82

Please sign in to comment.