Skip to content

Commit

Permalink
Constrain httpx <0.28 because of an incompatibility with respx
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Dec 6, 2024
1 parent 45dc951 commit f33e92e
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 @@ -81,7 +81,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"httpx >=0.18,<1.0.0",
"httpx >=0.18,<0.28", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277
]

[project.urls]
Expand Down

0 comments on commit f33e92e

Please sign in to comment.