Skip to content

Commit

Permalink
Remove httpx<0.28 upper bound constraint
Browse files Browse the repository at this point in the history
Incompatibility with respx was fixed (lundberg/respx#277)
  • Loading branch information
frankie567 committed Dec 20, 2024
1 parent 6bd2dd7 commit 2ce001c
Show file tree
Hide file tree
Showing 2 changed files with 111 additions 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,<0.28", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277
"httpx >=0.18"
]

[project.urls]
Expand Down
110 changes: 110 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ce001c

Please sign in to comment.