Skip to content

Commit 2ce001c

Browse files
committed
Remove httpx<0.28 upper bound constraint
Incompatibility with respx was fixed (lundberg/respx#277)
1 parent 6bd2dd7 commit 2ce001c

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ classifiers = [
8181
]
8282
requires-python = ">=3.9"
8383
dependencies = [
84-
"httpx >=0.18,<0.28", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277
84+
"httpx >=0.18"
8585
]
8686

8787
[project.urls]

uv.lock

+110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)